Searched refs:OH_Drawing_RectCopy (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 | 87 OH_Drawing_RectCopy(nullptr, rect1); in RectFuzzTest001() 88 OH_Drawing_RectCopy(rect, nullptr); in RectFuzzTest001() 89 OH_Drawing_RectCopy(rect, rect1); in RectFuzzTest001()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_rect_test.cpp | 167 OH_Drawing_RectCopy(nullptr, rectSrc); 169 OH_Drawing_RectCopy(rectDst, nullptr); 171 OH_Drawing_RectCopy(rectDst, rectSrc); 549 OH_Drawing_RectCopy(rectSrc, rectDst); 554 OH_Drawing_RectCopy(rectSrc1, rectDst1);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_rect.h | 201 void OH_Drawing_RectCopy(OH_Drawing_Rect* src, OH_Drawing_Rect* dst);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__rect_8h.md | 37 | void [OH_Drawing_RectCopy](_drawing.md#oh_drawing_rectcopy) ([OH_Drawing_Rect](_drawing.md#oh_dra…
|
H A D | _drawing.md | 514 | void [OH_Drawing_RectCopy](#oh_drawing_rectcopy) ([OH_Drawing_Rect](#oh_drawing_rect) \*sRect, [O… 11726 ### OH_Drawing_RectCopy() 11729 void OH_Drawing_RectCopy (OH_Drawing_Rect* sRect, OH_Drawing_Rect* dRect )
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_rect.cpp | 158 void OH_Drawing_RectCopy(OH_Drawing_Rect* sRect, OH_Drawing_Rect* dRect) in OH_Drawing_RectCopy() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__rect_8h.md | 37 | void [OH_Drawing_RectCopy](_drawing.md#oh_drawing_rectcopy) ([OH_Drawing_Rect](_drawing.md#oh_dra…
|
H A D | _drawing.md | 514 | void [OH_Drawing_RectCopy](#oh_drawing_rectcopy) ([OH_Drawing_Rect](#oh_drawing_rect) \*sRect, [O… 11771 ### OH_Drawing_RectCopy() 11774 void OH_Drawing_RectCopy (OH_Drawing_Rect* sRect, OH_Drawing_Rect* dRect )
|