Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetOffsetY
(Results
1 - 25
of
65
) sorted by relevance
1
2
3
/foundation/arkui/ace_engine/frameworks/core/components/clip/
H
A
D
rosen_render_clip.cpp
28
void RosenRenderClip::
SetOffsetY
(double offsetY)
in SetOffsetY()
function in OHOS::Ace::RosenRenderClip
30
RenderClip::
SetOffsetY
(offsetY);
in SetOffsetY()
H
A
D
rosen_render_clip.h
37
void
SetOffsetY
(double offsetY) override;
H
A
D
render_clip.h
49
virtual void
SetOffsetY
(double offsetY)
in SetOffsetY()
function in OHOS::Ace::RenderClip
H
A
D
clip_component.h
71
void
SetOffsetY
(const Dimension& offsetY)
in SetOffsetY()
function in OHOS::Ace::ClipComponent
H
A
D
render_clip.cpp
100
clip->
SetOffsetY
(value);
in GetFloatPropertySetterMap()
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
display_group_info_test.cpp
54
displayInfo->
SetOffsetY
(1);
in SetUp()
76
displayInfo1->
SetOffsetY
(offsetY1);
in AddTestDisplayInfo()
88
displayInfo2->
SetOffsetY
(offsetY2);
in AddTestDisplayInfo()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H
A
D
list_common_test_ng.cpp
1282
info.
SetOffsetY
(50.0);
in HWTEST_F()
1308
info.
SetOffsetY
(-50.0);
in HWTEST_F()
1342
info.
SetOffsetY
(51.0);
in HWTEST_F()
1361
info.
SetOffsetY
(-51.0);
in HWTEST_F()
1402
info.
SetOffsetY
(51.0);
in HWTEST_F()
1413
info.
SetOffsetY
(151.0);
in HWTEST_F()
1439
info.
SetOffsetY
(-51.0);
in HWTEST_F()
1450
info.
SetOffsetY
(-151.0);
in HWTEST_F()
1494
info.
SetOffsetY
(51.0);
in HWTEST_F()
1505
info.
SetOffsetY
(0.
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H
A
D
text_declaration.cpp
307
textShadow.
SetOffsetY
(declaration.ParseDouble(textShadowProps[pos]));
in ParseTextShadow()
313
textShadow.
SetOffsetY
(declaration.ParseDouble(textShadowProps[pos++]));
in ParseTextShadow()
325
textShadow.
SetOffsetY
(declaration.ParseDouble(textShadowProps[pos]));
in ParseTextShadow()
332
textShadow.
SetOffsetY
(declaration.ParseDouble(textShadowProps[pos++]));
in ParseTextShadow()
339
textShadow.
SetOffsetY
(declaration.ParseDouble(textShadowProps[pos++]));
in ParseTextShadow()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H
A
D
rs_shadow.h
49
void
SetOffsetY
(float offsetY);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
text_timer_modifier.cpp
152
shadow.
SetOffsetY
(shadowStruct->offsetY);
in SetTextShadow()
165
shadow.
SetOffsetY
(0.0);
in ResetTextShadow()
H
A
D
text_clock_modifier.cpp
135
shadow.
SetOffsetY
(shadowStruct->offsetY);
in SetTextShadow()
148
shadow.
SetOffsetY
(0.0);
in ResetTextShadow()
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_display.cpp
131
void AbstractDisplay::
SetOffsetY
(int32_t offsetY)
in SetOffsetY()
function in OHOS::Rosen::AbstractDisplay
288
displayInfo->
SetOffsetY
(offsetY_);
in ConvertToDisplayInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_shadow.cpp
36
void RSShadow::
SetOffsetY
(float offsetY)
in SetOffsetY()
function in OHOS::Rosen::RSShadow
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H
A
D
base_gesture_event.h
89
void
SetOffsetY
(double offsetY)
in SetOffsetY()
function in OHOS::Ace::PanGestureEvent
/foundation/window/window_manager/dmserver/include/
H
A
D
abstract_display.h
61
void
SetOffsetY
(int32_t offsetY);
/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_split/
H
A
D
linear_split_test_ng.cpp
494
info.
SetOffsetY
(2);
in HWTEST_F()
532
info.
SetOffsetY
(-2);
in HWTEST_F()
537
info.
SetOffsetY
(-3);
in HWTEST_F()
1090
info.
SetOffsetY
(2);
in HWTEST_F()
1128
info.
SetOffsetY
(-2);
in HWTEST_F()
1133
info.
SetOffsetY
(-3);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
shadow.h
132
void
SetOffsetY
(double y)
in SetOffsetY()
function in OHOS::Ace::final
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H
A
D
rs_shadow_test.cpp
62
* @tc.desc: Verify function
SetOffsetY
68
rsShadow->
SetOffsetY
(1.0f);
in HWTEST_F()
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
abstract_display_test.cpp
148
absDisplay->
SetOffsetY
(offsetY);
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_property.h
120
void
SetOffsetY
(int32_t offsetY);
/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/
H
A
D
html_convert_test.cpp
157
textShadow.
SetOffsetY
(5.0);
in HWTEST_F()
163
textShadow1.
SetOffsetY
(10.0);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H
A
D
text_base.cpp
264
textShadow.
SetOffsetY
(ADAPT_OFFSETY_VALUE);
in SetContentModifier()
295
textShadow.
SetOffsetY
(ADAPT_OFFSETY_VALUE);
in UpdateTextLayoutProperty()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_property_test.cpp
156
* @tc.name:
SetOffsetY
160
HWTEST_F(ScreenPropertyTest,
SetOffsetY
, Function | SmallTest | Level2)
in HWTEST_F()
162
GTEST_LOG_(INFO) << "ScreenPropertyTest:
SetOffsetY
start";
in HWTEST_F()
165
property->
SetOffsetY
(offsetY);
in HWTEST_F()
169
GTEST_LOG_(INFO) << "ScreenPropertyTest:
SetOffsetY
end";
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H
A
D
render_dialog_modal.cpp
211
clip->
SetOffsetY
(clip->GetLayoutSize().Height() - pageHeight);
in PerformClip()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_text_clock_ffi.cpp
209
shadows[i].
SetOffsetY
(dOffsetY.Value());
in FfiOHOSAceFrameworkTextClockTextShadow()
Completed in 15 milliseconds
1
2
3