Searched refs:OH_Drawing_RectSetBottom (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkrect_fuzzer/ |
H A D | rect_fuzzer.cpp | 50 OH_Drawing_RectSetBottom(nullptr, bottom); in RectFuzzTest000() 51 OH_Drawing_RectSetBottom(rect, bottom); in RectFuzzTest000()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_rect_test.cpp | 134 OH_Drawing_RectSetBottom(nullptr, 400); 136 OH_Drawing_RectSetBottom(rect, 400); 321 OH_Drawing_RectSetBottom(rect, 10); // 10 means Bottom 337 OH_Drawing_RectSetBottom(rect, 10); // 10 means Bottom
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_rect.h | 126 void OH_Drawing_RectSetBottom(OH_Drawing_Rect* rect, float bottom);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__rect_8h.md | 36 | void [OH_Drawing_RectSetBottom](_drawing.md#oh_drawing_rectsetbottom) ([OH_Drawing_Rect](_drawing…
|
H A D | _drawing.md | 513 | void [OH_Drawing_RectSetBottom](#oh_drawing_rectsetbottom) ([OH_Drawing_Rect](#oh_drawing_rect) \… 12005 ### OH_Drawing_RectSetBottom() 12008 void OH_Drawing_RectSetBottom (OH_Drawing_Rect* rect, float bottom )
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_rect.cpp | 68 void OH_Drawing_RectSetBottom(OH_Drawing_Rect* cRect, float bottom) in OH_Drawing_RectSetBottom() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__rect_8h.md | 36 | void [OH_Drawing_RectSetBottom](_drawing.md#oh_drawing_rectsetbottom) ([OH_Drawing_Rect](_drawing…
|
H A D | _drawing.md | 513 | void [OH_Drawing_RectSetBottom](#oh_drawing_rectsetbottom) ([OH_Drawing_Rect](#oh_drawing_rect) \… 12050 ### OH_Drawing_RectSetBottom() 12053 void OH_Drawing_RectSetBottom (OH_Drawing_Rect* rect, float bottom )
|