Home
last modified time | relevance | path

Searched defs:typography (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H A Dtypography_test.cpp42 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 Drun_test.cpp47 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable
H A Dtext_line_base_test.cpp46 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable
H A Dtypography_create_test.cpp66 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp512 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 Ddrawing_text_typography.cpp523 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 Dmain.cpp93 std::unique_ptr<rosen::Typography> typography; in DoDraw() local
H A Ddrawing_text_c_sample.cpp73 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 Djs_paragraph.cpp668 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 Djs_paragraph_builder.cpp244 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 DarkTheme.js553 constructor(typography = {}, baselineTypography) { argument
618 constructor(baselineTheme, colors, shapes, typography) { argument
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp1013 Testing::MockTypography typography; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/
H A Ddrawing_fuzzer.cpp341 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); in OHDrawingTypographyTest() local