/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | text_types.h | 68 IDEOGRAPHIC, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | typography_types.h | 96 IDEOGRAPHIC, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_text_style.h | 65 IDEOGRAPHIC, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | typography_types.h | 102 IDEOGRAPHIC, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style.h | 84 IDEOGRAPHIC, enumerator 96 { TextBaseline::IDEOGRAPHIC, "IDEOGRAPHIC" }, in ToString()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/enum_napi/ |
H A D | text_enum_napi.cpp | 66 { "IDEOGRAPHIC", static_cast<size_t>(TextBaseline::IDEOGRAPHIC) },
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/ |
H A D | constants_converter.cpp | 181 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 D | rosen_render_text.cpp | 66 if (textBaseline == TextBaseline::IDEOGRAPHIC) { in GetBaselineDistance()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_canvas_ffi.cpp | 43 …d::vector<TextBaseline> TEXT_BASELINE_LIST = { TextBaseline::ALPHABETIC, TextBaseline::IDEOGRAPHIC,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 1336 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 D | drawing_text_typography_test.cpp | 334 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 D | js-apis-graphics-text.md | 314 | IDEOGRAPHIC | 1 | 通常用于CJK(中文,日文,韩文)的文本基线对齐。|
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | canvas_custom_paint_method_test_ng.cpp | 1109 baseLine = TextBaseline::IDEOGRAPHIC;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 91 { "ideographic", TextBaseline::IDEOGRAPHIC },
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_offscreen_canvas_bridge.cpp | 32 { "ideographic", TextBaseline::IDEOGRAPHIC },
|
H A D | jsi_canvas_bridge.cpp | 88 { "ideographic", TextBaseline::IDEOGRAPHIC },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 284 rosenBaseLine = TextBaseline::IDEOGRAPHIC; in OH_Drawing_SetTextStyleBaseLine()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-text.md | 315 | 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 D | rosen_render_custom_paint.cpp | 1077 case TextBaseline::IDEOGRAPHIC: in GetBaselineOffset()
|
H A D | rosen_render_offscreen_canvas.cpp | 2387 case TextBaseline::IDEOGRAPHIC: in UpdateTextStyleForeground()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_test_ng.cpp | 1796 textLayoutProperty->UpdateTextBaseline(TextBaseline::IDEOGRAPHIC);
|