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:SetHalfLeading
(Results
1 - 18
of
18
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_text.h
90
static void
SetHalfLeading
(const JSCallbackInfo& info);
H
A
D
js_text.cpp
1060
void JSText::
SetHalfLeading
(const JSCallbackInfo& info)
in SetHalfLeading()
function in OHOS::OHOS::Ace::Framework::JSText
1067
TextModel::GetInstance()->
SetHalfLeading
(false);
in SetHalfLeading()
1071
TextModel::GetInstance()->
SetHalfLeading
(enable);
in SetHalfLeading()
1148
JSClass<JSText>::StaticMethod("halfLeading", &JSText::
SetHalfLeading
);
in JSBind()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
text_model_impl.h
81
void
SetHalfLeading
(bool halfLeading) override;
H
A
D
text_model_impl.cpp
345
void TextModelImpl::
SetHalfLeading
(bool halfLeading) {}
in SetHalfLeading()
function in OHOS::Ace::Framework::TextModelImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_model_ng.h
87
void
SetHalfLeading
(bool halfLeading) override;
180
static void
SetHalfLeading
(FrameNode* frameNode, bool halfLeading);
H
A
D
text_model.h
154
virtual void
SetHalfLeading
(bool halfLeading) = 0;
H
A
D
text_model_ng.cpp
1127
void TextModelNG::
SetHalfLeading
(bool halfLeading)
in SetHalfLeading()
function in OHOS::Ace::NG::TextModelNG
1132
void TextModelNG::
SetHalfLeading
(FrameNode* frameNode, bool halfLeading)
in SetHalfLeading()
function in OHOS::Ace::NG::TextModelNG
H
A
D
multiple_paragraph_layout_algorithm.cpp
82
textStyle.
SetHalfLeading
(textLayoutProperty->GetHalfLeadingValue(pipeline->GetHalfLeading()));
in ConstructTextStyles()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_text_bridge.h
104
static ArkUINativeModuleValue
SetHalfLeading
(ArkUIRuntimeCallInfo* runtimeCallInfo);
H
A
D
arkts_native_text_bridge.cpp
1375
ArkUINativeModuleValue TextBridge::
SetHalfLeading
(ArkUIRuntimeCallInfo* runtimeCallInfo)
in SetHalfLeading()
function in OHOS::Ace::NG::TextBridge
H
A
D
arkts_native_api_impl_bridge.cpp
1337
panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextBridge::
SetHalfLeading
));
in GetArkUINativeModule()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
text_style.h
639
void
SetHalfLeading
(bool halfLeading)
in SetHalfLeading()
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()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_text_modifier.cpp
1177
TextModelNG::
SetHalfLeading
(frameNode, value);
in SetTextHalfLeading()
1184
TextModelNG::
SetHalfLeading
(frameNode, false);
in ResetTextHalfLeading()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.h
1207
void
SetHalfLeading
(bool halfLeading)
in SetHalfLeading()
function in OHOS::OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
txt_paragraph.cpp
1010
runMetrics.textStyle.
SetHalfLeading
(textStyleRes->halfLeading);
in SetRunMetrics()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.cpp
1922
pipeline->
SetHalfLeading
(halfLeading);
in CommonInitialize()
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
9522
int32_t
SetHalfLeading
(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item)
in SetHalfLeading()
function
12998
SetTextContentWithStyledString,
SetHalfLeading
};
in SetTextAttribute()
Completed in 71 milliseconds