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:SetOffsetX
(Results
1 - 25
of
64
) sorted by relevance
1
2
3
/foundation/arkui/ace_engine/frameworks/core/components/clip/
H
A
D
rosen_render_clip.cpp
22
void RosenRenderClip::
SetOffsetX
(double offsetX)
in SetOffsetX()
function in OHOS::Ace::RosenRenderClip
24
RenderClip::
SetOffsetX
(offsetX);
in SetOffsetX()
H
A
D
rosen_render_clip.h
36
void
SetOffsetX
(double offsetX) override;
H
A
D
render_clip.h
40
virtual void
SetOffsetX
(double offsetX)
in SetOffsetX()
function in OHOS::Ace::RenderClip
H
A
D
clip_component.h
61
void
SetOffsetX
(const Dimension& offsetX)
in SetOffsetX()
function in OHOS::Ace::ClipComponent
H
A
D
render_clip.cpp
91
clip->
SetOffsetX
(value);
in GetFloatPropertySetterMap()
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
display_group_info_test.cpp
53
displayInfo->
SetOffsetX
(1);
in SetUp()
75
displayInfo1->
SetOffsetX
(offsetX1);
in AddTestDisplayInfo()
87
displayInfo2->
SetOffsetX
(offsetX2);
in AddTestDisplayInfo()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H
A
D
list_common_test_ng.cpp
1281
info.
SetOffsetX
(0.0);
in HWTEST_F()
1307
info.
SetOffsetX
(0.0);
in HWTEST_F()
1341
info.
SetOffsetX
(0.0);
in HWTEST_F()
1360
info.
SetOffsetX
(0.0);
in HWTEST_F()
1401
info.
SetOffsetX
(0.0);
in HWTEST_F()
1412
info.
SetOffsetX
(0.0);
in HWTEST_F()
1438
info.
SetOffsetX
(0.0);
in HWTEST_F()
1449
info.
SetOffsetX
(0.0);
in HWTEST_F()
1493
info.
SetOffsetX
(0.0);
in HWTEST_F()
1504
info.
SetOffsetX
(121.
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H
A
D
text_declaration.cpp
306
textShadow.
SetOffsetX
(declaration.ParseDouble(textShadowProps[pos++]));
in ParseTextShadow()
312
textShadow.
SetOffsetX
(declaration.ParseDouble(textShadowProps[pos++]));
in ParseTextShadow()
324
textShadow.
SetOffsetX
(declaration.ParseDouble(textShadowProps[pos++]));
in ParseTextShadow()
331
textShadow.
SetOffsetX
(declaration.ParseDouble(textShadowProps[pos++]));
in ParseTextShadow()
338
textShadow.
SetOffsetX
(declaration.ParseDouble(textShadowProps[pos++]));
in ParseTextShadow()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H
A
D
rs_shadow.h
48
void
SetOffsetX
(float offsetX);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
text_timer_modifier.cpp
151
shadow.
SetOffsetX
(shadowStruct->offsetX);
in SetTextShadow()
164
shadow.
SetOffsetX
(0.0);
in ResetTextShadow()
H
A
D
text_clock_modifier.cpp
134
shadow.
SetOffsetX
(shadowStruct->offsetX);
in SetTextShadow()
147
shadow.
SetOffsetX
(0.0);
in ResetTextShadow()
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_display.cpp
126
void AbstractDisplay::
SetOffsetX
(int32_t offsetX)
in SetOffsetX()
function in OHOS::Rosen::AbstractDisplay
287
displayInfo->
SetOffsetX
(offsetX_);
in ConvertToDisplayInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_shadow.cpp
31
void RSShadow::
SetOffsetX
(float offsetX)
in SetOffsetX()
function in OHOS::Rosen::RSShadow
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H
A
D
base_gesture_event.h
79
void
SetOffsetX
(double offsetX)
in SetOffsetX()
function in OHOS::Ace::PanGestureEvent
/foundation/window/window_manager/dmserver/include/
H
A
D
abstract_display.h
60
void
SetOffsetX
(int32_t offsetX);
/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_split/
H
A
D
linear_split_test_ng.cpp
668
info.
SetOffsetX
(2);
in HWTEST_F()
705
info.
SetOffsetX
(-2);
in HWTEST_F()
710
info.
SetOffsetX
(-3);
in HWTEST_F()
891
info.
SetOffsetX
(2);
in HWTEST_F()
928
info.
SetOffsetX
(-2);
in HWTEST_F()
933
info.
SetOffsetX
(-3);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
shadow.h
127
void
SetOffsetX
(double x)
in SetOffsetX()
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
50
* @tc.desc: Verify function
SetOffsetX
56
rsShadow->
SetOffsetX
(1.0f);
in HWTEST_F()
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
abstract_display_test.cpp
137
absDisplay->
SetOffsetX
(offsetX);
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_property.h
117
void
SetOffsetX
(int32_t offsetX);
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H
A
D
slider_test_ng.cpp
541
info.
SetOffsetX
(.0);
in HWTEST_F()
549
info.
SetOffsetX
(-1.0);
in HWTEST_F()
1564
info.
SetOffsetX
(.0);
in HWTEST_F()
1572
info.
SetOffsetX
(-1.0);
in HWTEST_F()
1625
info.
SetOffsetX
(.0);
in HWTEST_F()
1632
info.
SetOffsetX
(-1.0);
in HWTEST_F()
1700
info.
SetOffsetX
(20.0f);
in HWTEST_F()
1728
info.
SetOffsetX
(-20.0f);
in HWTEST_F()
1928
info.
SetOffsetX
(testData.first + startValue);
in HWTEST_F()
2012
info.
SetOffsetX
(startValu
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/
H
A
D
html_convert_test.cpp
156
textShadow.
SetOffsetX
(5.0);
in HWTEST_F()
162
textShadow1.
SetOffsetX
(10.0);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H
A
D
text_base.cpp
263
textShadow.
SetOffsetX
(ADAPT_OFFSETX_VALUE);
in SetContentModifier()
294
textShadow.
SetOffsetX
(ADAPT_OFFSETX_VALUE);
in UpdateTextLayoutProperty()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_property_test.cpp
139
* @tc.name:
SetOffsetX
143
HWTEST_F(ScreenPropertyTest,
SetOffsetX
, Function | SmallTest | Level2)
in HWTEST_F()
145
GTEST_LOG_(INFO) << "ScreenPropertyTest:
SetOffsetX
start";
in HWTEST_F()
148
property->
SetOffsetX
(offsetX);
in HWTEST_F()
152
GTEST_LOG_(INFO) << "ScreenPropertyTest:
SetOffsetX
end";
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_text_clock_ffi.cpp
208
shadows[i].
SetOffsetX
(dOffsetX.Value());
in FfiOHOSAceFrameworkTextClockTextShadow()
Completed in 18 milliseconds
1
2
3