Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_round_rect_test.cpp63 OH_Drawing_RoundRectSetCorner(nullptr, OH_Drawing_CornerPos::CORNER_POS_TOP_LEFT, radius);
69 OH_Drawing_RoundRectSetCorner(roundRect, OH_Drawing_CornerPos::CORNER_POS_TOP_LEFT, radius);
71 OH_Drawing_RoundRectGetCorner(nullptr, OH_Drawing_CornerPos::CORNER_POS_TOP_LEFT);
78 …rievedRadius = OH_Drawing_RoundRectGetCorner(roundRect, OH_Drawing_CornerPos::CORNER_POS_TOP_LEFT);
175 OH_Drawing_RoundRectGetCorner(nullRoundRect, OH_Drawing_CornerPos::CORNER_POS_TOP_LEFT);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_round_rect.cpp49 case CORNER_POS_TOP_LEFT: in CCornerPosCastToCornerPos()
75 if (pos < CORNER_POS_TOP_LEFT || pos > CORNER_POS_BOTTOM_LEFT) { in OH_Drawing_RoundRectSetCorner()
89 if (pos < CORNER_POS_TOP_LEFT || pos > CORNER_POS_BOTTOM_LEFT) { in OH_Drawing_RoundRectGetCorner()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_round_rect.h57 CORNER_POS_TOP_LEFT, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__round__rect_8h.md31 | [OH_Drawing_CornerPos](_drawing.md#oh_drawing_cornerpos) { CORNER_POS_TOP_LEFT, CORNER_POS_TOP_RI…
H A D_drawing.md213 | [OH_Drawing_CornerPos](#oh_drawing_cornerpos-1) { CORNER_POS_TOP_LEFT, CORNER_POS_TOP_RIGHT, CORN…
2390 | CORNER_POS_TOP_LEFT | 左上角圆角位置。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__round__rect_8h.md31 | [OH_Drawing_CornerPos](_drawing.md#oh_drawing_cornerpos) { CORNER_POS_TOP_LEFT, CORNER_POS_TOP_RI…
H A D_drawing.md213 | [OH_Drawing_CornerPos](#oh_drawing_cornerpos-1) { CORNER_POS_TOP_LEFT, CORNER_POS_TOP_RIGHT, CORN…
2390 | CORNER_POS_TOP_LEFT | Top left corner of the rounded rectangle.|