Searched refs:OH_Drawing_RectSetRight (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 | 60 OH_Drawing_RectSetRight(nullptr, right); in RectFuzzTest000() 61 OH_Drawing_RectSetRight(rect, right); in RectFuzzTest000()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_rect_test.cpp | 131 OH_Drawing_RectSetRight(nullptr, 300); 133 OH_Drawing_RectSetRight(rect, 300); 381 OH_Drawing_RectSetRight(rect, 10); // 10 means Right 396 OH_Drawing_RectSetRight(rect, 10); // 10 means Right
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_rect.h | 115 void OH_Drawing_RectSetRight(OH_Drawing_Rect* rect, float right);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__rect_8h.md | 35 | void [OH_Drawing_RectSetRight](_drawing.md#oh_drawing_rectsetright) ([OH_Drawing_Rect](_drawing.m…
|
H A D | _drawing.md | 512 | void [OH_Drawing_RectSetRight](#oh_drawing_rectsetright) ([OH_Drawing_Rect](#oh_drawing_rect) \*r… 12057 ### OH_Drawing_RectSetRight() 12060 void OH_Drawing_RectSetRight (OH_Drawing_Rect* rect, float right )
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_rect.cpp | 88 void OH_Drawing_RectSetRight(OH_Drawing_Rect* cRect, float right) in OH_Drawing_RectSetRight() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__rect_8h.md | 35 | void [OH_Drawing_RectSetRight](_drawing.md#oh_drawing_rectsetright) ([OH_Drawing_Rect](_drawing.m…
|
H A D | _drawing.md | 512 | void [OH_Drawing_RectSetRight](#oh_drawing_rectsetright) ([OH_Drawing_Rect](#oh_drawing_rect) \*r… 12102 ### OH_Drawing_RectSetRight() 12105 void OH_Drawing_RectSetRight (OH_Drawing_Rect* rect, float right )
|