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 D | drawing_text_typography.h | 1593 float OH_Drawing_TypographyGetIndentsWithIndex(OH_Drawing_Typography*, int);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_typography_test.cpp | 516 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 D | drawing__text__typography_8h.md | 206 | float [OH_Drawing_TypographyGetIndentsWithIndex](_drawing.md#oh_drawing_typographygetindentswithi…
|
H A D | _drawing.md | 676 | 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 D | drawing__text__typography_8h.md | 206 | float [OH_Drawing_TypographyGetIndentsWithIndex](_drawing.md#oh_drawing_typographygetindentswithi…
|
H A D | _drawing.md | 676 | 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 D | drawing_text_typography.cpp | 1644 float OH_Drawing_TypographyGetIndentsWithIndex(OH_Drawing_Typography* typography, int index) in OH_Drawing_TypographyGetIndentsWithIndex() function
|