Home
last modified time | relevance | path

Searched refs:IDEOGRAPHIC (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dtext_types.h68 IDEOGRAPHIC, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography_types.h96 IDEOGRAPHIC, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_text_style.h65 IDEOGRAPHIC, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography_types.h102 IDEOGRAPHIC, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h84 IDEOGRAPHIC, enumerator
96 { TextBaseline::IDEOGRAPHIC, "IDEOGRAPHIC" }, in ToString()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/enum_napi/
H A Dtext_enum_napi.cpp66 { "IDEOGRAPHIC", static_cast<size_t>(TextBaseline::IDEOGRAPHIC) },
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp181 case TextBaseline::IDEOGRAPHIC: in ConvertTxtTextBaseline()
198 case TextBaseline::IDEOGRAPHIC: in ConvertTxtTextBaseline()
199 convertValue = Rosen::TextBaseline::IDEOGRAPHIC; in ConvertTxtTextBaseline()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp66 if (textBaseline == TextBaseline::IDEOGRAPHIC) { in GetBaselineDistance()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_canvas_ffi.cpp43 …d::vector<TextBaseline> TEXT_BASELINE_LIST = { TextBaseline::ALPHABETIC, TextBaseline::IDEOGRAPHIC,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp1336 case TextBaseline::IDEOGRAPHIC: in GetBaselineOffset()
1370 case TextBaseline::IDEOGRAPHIC: in GetFontBaseline()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp334 EXPECT_EQ(ConvertToOriginalText(txtStyle)->textBaseline_, TextBaseline::IDEOGRAPHIC);
336 EXPECT_EQ(ConvertToOriginalText(txtStyle)->baseline, TextBaseline::IDEOGRAPHIC);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md314 | IDEOGRAPHIC | 1 | 通常用于CJK(中文,日文,韩文)的文本基线对齐。|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp1109 baseLine = TextBaseline::IDEOGRAPHIC;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp91 { "ideographic", TextBaseline::IDEOGRAPHIC },
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp32 { "ideographic", TextBaseline::IDEOGRAPHIC },
H A Djsi_canvas_bridge.cpp88 { "ideographic", TextBaseline::IDEOGRAPHIC },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp284 rosenBaseLine = TextBaseline::IDEOGRAPHIC; in OH_Drawing_SetTextStyleBaseLine()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md315 | IDEOGRAPHIC | 1 | Ideographic baseline, where the baseline is at the bottom of the text area. It …
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp1077 case TextBaseline::IDEOGRAPHIC: in GetBaselineOffset()
H A Drosen_render_offscreen_canvas.cpp2387 case TextBaseline::IDEOGRAPHIC: in UpdateTextStyleForeground()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp1796 textLayoutProperty->UpdateTextBaseline(TextBaseline::IDEOGRAPHIC);