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:GetHalfLeading
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/font/
H
A
D
constants_converter.cpp
531
txtStyle.half_leading = textStyle.
GetHalfLeading
();
in ConvertTxtStyle()
657
txtStyle.halfLeading = textStyle.
GetHalfLeading
();
in ConvertTxtStyle()
761
txtStyle.halfLeading = textStyle.
GetHalfLeading
();
in ConvertTxtStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_layout_manager.cpp
222
panda::NumberRef::New(vm, textStyle.
GetHalfLeading
()),
in CreateJSTextStyleResult()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_model_ng.h
181
static bool
GetHalfLeading
(FrameNode* frameNode);
H
A
D
span_node.h
536
dumpLog.AddDesc(std::string("HalfLeading: ").append(std::to_string(textStyle.
GetHalfLeading
())));
in DumpInfo()
H
A
D
multiple_paragraph_layout_algorithm.cpp
82
textStyle.SetHalfLeading(textLayoutProperty->GetHalfLeadingValue(pipeline->
GetHalfLeading
()));
in ConstructTextStyles()
H
A
D
span_node.cpp
244
dumpLog.AddDesc(std::string("HalfLeading: ").append(std::to_string(textStyle->
GetHalfLeading
())));
in DumpInfo()
1077
json->Put("HalfLeading", std::to_string(textStyle->
GetHalfLeading
()).c_str());
in DumpInfo()
H
A
D
text_model_ng.cpp
1137
bool TextModelNG::
GetHalfLeading
(FrameNode* frameNode)
in GetHalfLeading()
function in OHOS::Ace::NG::TextModelNG
H
A
D
text_pattern.cpp
3344
auto halfLeading = pipeline->
GetHalfLeading
();
in DumpScaleInfo()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
text_style.h
634
bool
GetHalfLeading
() const
in GetHalfLeading()
function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_layout_algorithm.cpp
1220
textStyle.SetHalfLeading(pipeline->
GetHalfLeading
());
in UpdateTextStyleMore()
1251
placeholderTextStyle.SetHalfLeading(pipeline->
GetHalfLeading
());
in UpdatePlaceholderTextStyleMore()
H
A
D
text_field_pattern.cpp
7065
auto halfLeading = pipeline->
GetHalfLeading
();
in OnBackPressed()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.h
1212
bool
GetHalfLeading
() const
in GetHalfLeading()
function in OHOS::OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_text_modifier.cpp
1191
return static_cast<ArkUI_Int32>(TextModelNG::
GetHalfLeading
(frameNode));
in GetTextHalfLeading()
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
9535
const ArkUI_AttributeItem*
GetHalfLeading
(ArkUI_NodeHandle node)
in GetHalfLeading()
function
13013
GetHalfLeading
};
in GetTextAttribute()
Completed in 64 milliseconds