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:GetOffsetValue
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/
H
A
D
grid_col_layout_property.h
73
auto offset =
GetOffsetValue
();
in GetOffset()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H
A
D
shape_container_layout_algorithm.cpp
95
auto offset = context->
GetOffsetValue
({});
in GetChildrenSize()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H
A
D
utils.cpp
159
void
GetOffsetValue
(std::vector<std::string> offsets, std::string& posX, std::string& posY)
in GetOffsetValue()
function
435
GetOffsetValue
(offsets, valueX, valueY);
in ParseBackgroundImagePosition()
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/old_cases/
H
A
D
grid_row_test_ng.cpp
1647
EXPECT_EQ(layoutProperty->
GetOffsetValue
().md, testVal);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_common_modifier.cpp
2349
offsetVp.xComponent = renderContext->GetPositionProperty()->
GetOffsetValue
().GetX().Value();
in GetOffset()
2350
offsetVp.yComponent = renderContext->GetPositionProperty()->
GetOffsetValue
().GetY().Value();
in GetOffset()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
rosen_render_context.cpp
2978
auto offset =
GetOffsetValue
({});
in AdjustPaintRect()
Completed in 32 milliseconds