Home
last modified time | relevance | path

Searched defs:typography (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H A Dtypography_create_test.cpp66 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); in HWTEST_F() local
H A Dtypography_test.cpp42 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); in HWTEST_F() local
57 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); in HWTEST_F() local
73 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); in HWTEST_F() local
89 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); HWTEST_F() local
104 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); HWTEST_F() local
128 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); HWTEST_F() local
164 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); HWTEST_F() local
207 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_testtwo_ng.cpp701 Testing::MockTypography typography; in HWTEST_F() local
H A Dcanvas_custom_paint_method_test_ng.cpp1147 Testing::MockTypography typography; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Ddrawing_text_c_sample.cpp73 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); in DoDraw() local
H A Dmain.cpp93 std::unique_ptr<rosen::Typography> typography; in DoDraw() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/line_typeset_napi/
H A Djs_line_typeset.cpp188 std::shared_ptr<Typography> typography = lineTypography_->GetTempTypography(); in OnCreateLine() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_line.cpp32 OH_Drawing_Array* OH_Drawing_TypographyGetTextLines(OH_Drawing_Typography* typography) in OH_Drawing_TypographyGetTextLines() argument
H A Ddrawing_text_typography.cpp459 std::unique_ptr<Typography> typography = rosenHandler->CreateTypography(); in OH_Drawing_CreateTypography() local
463 void OH_Drawing_DestroyTypography(OH_Drawing_Typography* typography) in OH_Drawing_DestroyTypography() argument
468 void OH_Drawing_TypographyLayout(OH_Drawing_Typography* typography, double maxWidth) in OH_Drawing_TypographyLayout() argument
476 OH_Drawing_TypographyPaint( OH_Drawing_Typography* typography, OH_Drawing_Canvas* canvas, double potisionX, double potisionY) OH_Drawing_TypographyPaint() argument
486 OH_Drawing_TypographyPaintOnPath( OH_Drawing_Typography* typography, OH_Drawing_Canvas* canvas, OH_Drawing_Path* path, double hOffset, double vOffset) OH_Drawing_TypographyPaintOnPath() argument
503 OH_Drawing_TypographyGetMaxWidth(OH_Drawing_Typography* typography) OH_Drawing_TypographyGetMaxWidth() argument
511 OH_Drawing_TypographyGetHeight(OH_Drawing_Typography* typography) OH_Drawing_TypographyGetHeight() argument
519 OH_Drawing_TypographyGetLongestLine(OH_Drawing_Typography* typography) OH_Drawing_TypographyGetLongestLine() argument
527 OH_Drawing_TypographyGetLongestLineWithIndent(OH_Drawing_Typography* typography) OH_Drawing_TypographyGetLongestLineWithIndent() argument
535 OH_Drawing_TypographyGetMinIntrinsicWidth(OH_Drawing_Typography* typography) OH_Drawing_TypographyGetMinIntrinsicWidth() argument
543 OH_Drawing_TypographyGetMaxIntrinsicWidth(OH_Drawing_Typography* typography) OH_Drawing_TypographyGetMaxIntrinsicWidth() argument
551 OH_Drawing_TypographyGetAlphabeticBaseline(OH_Drawing_Typography* typography) OH_Drawing_TypographyGetAlphabeticBaseline() argument
559 OH_Drawing_TypographyGetIdeographicBaseline(OH_Drawing_Typography* typography) OH_Drawing_TypographyGetIdeographicBaseline() argument
576 OH_Drawing_TypographyDidExceedMaxLines(OH_Drawing_Typography* typography) OH_Drawing_TypographyDidExceedMaxLines() argument
584 OH_Drawing_TypographyGetRectsForRange(OH_Drawing_Typography* typography, size_t start, size_t end, OH_Drawing_RectHeightStyle heightStyle, OH_Drawing_RectWidthStyle widthStyle) OH_Drawing_TypographyGetRectsForRange() argument
601 OH_Drawing_TypographyGetRectsForPlaceholders(OH_Drawing_Typography* typography) OH_Drawing_TypographyGetRectsForPlaceholders() argument
699 OH_Drawing_TypographyGetGlyphPositionAtCoordinate( OH_Drawing_Typography* typography, double dx, double dy) OH_Drawing_TypographyGetGlyphPositionAtCoordinate() argument
712 OH_Drawing_TypographyGetGlyphPositionAtCoordinateWithCluster( OH_Drawing_Typography* typography, double dx, double dy) OH_Drawing_TypographyGetGlyphPositionAtCoordinateWithCluster() argument
754 OH_Drawing_TypographyGetWordBoundary(OH_Drawing_Typography* typography, size_t offset) OH_Drawing_TypographyGetWordBoundary() argument
785 OH_Drawing_TypographyGetLineCount(OH_Drawing_Typography* typography) OH_Drawing_TypographyGetLineCount() argument
973 OH_Drawing_TypographyGetLineHeight(OH_Drawing_Typography* typography, int lineNumber) OH_Drawing_TypographyGetLineHeight() argument
982 OH_Drawing_TypographyGetLineWidth(OH_Drawing_Typography* typography, int lineNumber) OH_Drawing_TypographyGetLineWidth() argument
991 OH_Drawing_TypographyGetLineTextRange( OH_Drawing_Typography* typography, int lineNumber, bool includeSpaces) OH_Drawing_TypographyGetLineTextRange() argument
1041 OH_Drawing_TypographyGetLineInfo(OH_Drawing_Typography* typography, int lineNumber, bool oneLine, bool includeWhitespace, OH_Drawing_LineMetrics* drawingLineMetrics) OH_Drawing_TypographyGetLineInfo() argument
1286 OH_Drawing_TypographyGetLineMetrics(OH_Drawing_Typography* typography) OH_Drawing_TypographyGetLineMetrics() argument
1323 OH_Drawing_TypographyGetLineMetricsAt( OH_Drawing_Typography* typography, int lineNumber, OH_Drawing_LineMetrics* lineMetric) OH_Drawing_TypographyGetLineMetricsAt() argument
1337 OH_Drawing_TypographyGetIndentsWithIndex(OH_Drawing_Typography* typography, int index) OH_Drawing_TypographyGetIndentsWithIndex() argument
1349 OH_Drawing_TypographySetIndents(OH_Drawing_Typography* typography, int indentsNumber, const float indents[]) OH_Drawing_TypographySetIndents() argument
1692 OH_Drawing_TextStyleGetFontMetrics( OH_Drawing_Typography* typography, OH_Drawing_TextStyle* style, OH_Drawing_Font_Metrics* fontmetrics) OH_Drawing_TextStyleGetFontMetrics() argument
2137 OH_Drawing_TypographyMarkDirty(OH_Drawing_Typography* typography) OH_Drawing_TypographyMarkDirty() argument
2145 OH_Drawing_TypographyGetUnresolvedGlyphsCount(OH_Drawing_Typography* typography) OH_Drawing_TypographyGetUnresolvedGlyphsCount() argument
2153 OH_Drawing_TypographyUpdateFontSize(OH_Drawing_Typography* typography, size_t from, size_t to, float fontSize) OH_Drawing_TypographyUpdateFontSize() argument
3178 OH_Drawing_TypographyGetLineFontMetrics( OH_Drawing_Typography* typography, size_t lineNumber, size_t* fontMetricsSize) OH_Drawing_TypographyGetLineFontMetrics() argument
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_builder_napi/
H A Djs_paragraph_builder.cpp243 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate_->CreateTypography(); in OnBuild() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp293 OH_Drawing_Typography *typography = OH_Drawing_CreateTypography(handler); in DrawTextInPath() local
371 OH_Drawing_Typography *typography = OH_Drawing_CreateTypography(handler); in DrawText() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/
H A Ddrawing_fuzzer.cpp343 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); in OHDrawingTypographyTest() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp351 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); in HWTEST_F() local
573 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
627 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
862 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
943 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
996 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
1049 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
1105 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
1158 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
1210 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
1424 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
1451 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
1480 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
1820 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
2060 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
2086 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
2112 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
2141 OH_Drawing_Typography* typography = nullptr; HWTEST_F() local
2153 OH_Drawing_Typography* typography = nullptr; HWTEST_F() local
2167 OH_Drawing_Typography* typography = nullptr; HWTEST_F() local
2189 OH_Drawing_Typography* typography = nullptr; HWTEST_F() local
2218 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
2393 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
2436 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
2466 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
2497 OH_Drawing_Typography* typography = OH_Drawing_CreateTypography(handler); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H A Djs_paragraph.cpp726 JsParagraph::JsParagraph(std::shared_ptr<Typography> typography) in JsParagraph() argument
735 napi_value JsParagraph::CreateJsTypography(napi_env env, std::unique_ptr<Typography> typography) in CreateJsTypography() argument

Completed in 18 milliseconds