Home
last modified time | relevance | path

Searched refs:OH_Drawing_TypographyGetIndentsWithIndex (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h1593 float OH_Drawing_TypographyGetIndentsWithIndex(OH_Drawing_Typography*, int);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp516 EXPECT_EQ(indent, OH_Drawing_TypographyGetIndentsWithIndex(typography, 1));
2566 EXPECT_EQ(0.0, OH_Drawing_TypographyGetIndentsWithIndex(typography, 1));
2571 EXPECT_EQ(0.0, OH_Drawing_TypographyGetIndentsWithIndex(typography, -1));
2576 EXPECT_EQ(indents[1], OH_Drawing_TypographyGetIndentsWithIndex(typography, indexOutOfBounds));
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md206 | float [OH_Drawing_TypographyGetIndentsWithIndex](_drawing.md#oh_drawing_typographygetindentswithi…
H A D_drawing.md676 | float [OH_Drawing_TypographyGetIndentsWithIndex](#oh_drawing_typographygetindentswithindex) ([OH_…
15200 ### OH_Drawing_TypographyGetIndentsWithIndex()
15203 float OH_Drawing_TypographyGetIndentsWithIndex (OH_Drawing_Typography* , int )
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md206 | float [OH_Drawing_TypographyGetIndentsWithIndex](_drawing.md#oh_drawing_typographygetindentswithi…
H A D_drawing.md676 | float [OH_Drawing_TypographyGetIndentsWithIndex](#oh_drawing_typographygetindentswithindex) ([OH_…
15245 ### OH_Drawing_TypographyGetIndentsWithIndex()
15248 float OH_Drawing_TypographyGetIndentsWithIndex (OH_Drawing_Typography* , int )
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1644 float OH_Drawing_TypographyGetIndentsWithIndex(OH_Drawing_Typography* typography, int index) in OH_Drawing_TypographyGetIndentsWithIndex() function