/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/ |
H A D | typography_test.cpp | 42 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable 57 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable 73 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable 89 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable 104 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable 128 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable 164 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable
|
H A D | run_test.cpp | 47 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable
|
H A D | text_line_base_test.cpp | 46 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable
|
H A D | typography_create_test.cpp | 66 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_typography_test.cpp | 512 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); variable 835 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); variable 886 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); variable 1211 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); variable 1308 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); variable 1361 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); variable 1414 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); variable 2517 OH_Drawing_Typography* typography = nullptr; variable 2529 OH_Drawing_Typography* typography = nullptr; variable 2543 OH_Drawing_Typography* typography = nullptr; variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 523 std::unique_ptr<Typography> typography = rosenHandler->Build(); in OH_Drawing_CreateTypography() local 525 std::unique_ptr<Typography> typography = rosenHandler->CreateTypography(); in OH_Drawing_CreateTypography() local 530 void OH_Drawing_DestroyTypography(OH_Drawing_Typography* typography) in OH_Drawing_DestroyTypography() 570 double OH_Drawing_TypographyGetMaxWidth(OH_Drawing_Typography* typography) in OH_Drawing_TypographyGetMaxWidth() 578 double OH_Drawing_TypographyGetHeight(OH_Drawing_Typography* typography) in OH_Drawing_TypographyGetHeight() 586 double OH_Drawing_TypographyGetLongestLine(OH_Drawing_Typography* typography) in OH_Drawing_TypographyGetLongestLine() 867 OH_Drawing_Typography* typography, double dx, double dy) in OH_Drawing_TypographyGetGlyphPositionAtCoordinate() 889 OH_Drawing_Typography* typography, double dx, double dy) in OH_Drawing_TypographyGetGlyphPositionAtCoordinateWithCluster() 1011 size_t OH_Drawing_TypographyGetLineCount(OH_Drawing_Typography* typography) in OH_Drawing_TypographyGetLineCount() 1291 OH_Drawing_Typography* typography, int lineNumber, bool includeSpaces) in OH_Drawing_TypographyGetLineTextRange() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/ |
H A D | main.cpp | 93 std::unique_ptr<rosen::Typography> typography; in DoDraw() local
|
H A D | drawing_text_c_sample.cpp | 73 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); in DoDraw() local
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/ |
H A D | js_paragraph.cpp | 668 JsParagraph::JsParagraph(std::shared_ptr<Typography> typography) in JsParagraph() 679 std::shared_ptr<Typography> typography = std::move(paragraph_); in GetParagraph() local 683 napi_value JsParagraph::CreateJsTypography(napi_env env, std::unique_ptr<Typography> typography) in CreateJsTypography()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_builder_napi/ |
H A D | js_paragraph_builder.cpp | 244 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate_->CreateTypography(); in OnBuild() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkTheme.js | 553 constructor(typography = {}, baselineTypography) { argument 618 constructor(baselineTheme, colors, shapes, typography) { argument
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | canvas_custom_paint_method_test_ng.cpp | 1013 Testing::MockTypography typography; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/ |
H A D | drawing_fuzzer.cpp | 341 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); in OHDrawingTypographyTest() local
|