Home
last modified time | relevance | path

Searched refs:isCustomFont_ (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dmodifier.h335 isCustomFont_ = isCustomFont; in SetIsCustomFont()
340 return isCustomFont_; in GetIsCustomFont()
353 bool isCustomFont_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.h173 bool isCustomFont_ = false; variable
H A Drosen_render_text.cpp58 if (isCustomFont_) { in Update()
59 rsNode->SetIsCustomTextType(isCustomFont_); in Update()
H A Drender_text.cpp89 isCustomFont_ = true; in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h417 isCustomFont_ = isCustomFont; in SetIsCustomFont()
422 return isCustomFont_; in GetIsCustomFont()
930 bool isCustomFont_ = false; variable
H A Dtext_pattern.cpp3439 if (isCustomFont_) { in CreateModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1138 isCustomFont_ = isCustomFont; in SetIsCustomFont()
1143 return isCustomFont_; in GetIsCustomFont()
1860 bool isCustomFont_ = false; variable
H A Dtext_field_pattern.cpp310 if (isCustomFont_) { in CreateNodePaintMethod()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp218 richEditorPattern->isCustomFont_ = true;
H A Drich_editor_test_ng.cpp2347 richEditorPattern->isCustomFont_ = true;