Searched refs:OH_Drawing_RectIntersect (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 | 91 OH_Drawing_RectIntersect(nullptr, rect1); in RectFuzzTest001() 92 OH_Drawing_RectIntersect(rect, nullptr); in RectFuzzTest001() 93 OH_Drawing_RectIntersect(rect, rect1); in RectFuzzTest001()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_rect_test.cpp | 74 bool ret = OH_Drawing_RectIntersect(rect, otherOne); 77 ret = OH_Drawing_RectIntersect(rect, otherTwo); 222 bool ret = OH_Drawing_RectIntersect(rectt, otherOne); 226 ret = OH_Drawing_RectIntersect(rect, otherTwo); 230 ret = OH_Drawing_RectIntersect(rectt, otherTwo);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_rect.h | 70 bool OH_Drawing_RectIntersect(OH_Drawing_Rect* rect, const OH_Drawing_Rect* other);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__rect_8h.md | 31 | bool [OH_Drawing_RectIntersect](_drawing.md#oh_drawing_rectintersect) ([OH_Drawing_Rect](_drawing…
|
H A D | _drawing.md | 508 | bool [OH_Drawing_RectIntersect](#oh_drawing_rectintersect) ([OH_Drawing_Rect](#oh_drawing_rect) \… 11975 ### OH_Drawing_RectIntersect() 11978 bool OH_Drawing_RectIntersect (OH_Drawing_Rect* rect, const OH_Drawing_Rect* other )
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_rect.cpp | 36 bool OH_Drawing_RectIntersect(OH_Drawing_Rect* cRect, const OH_Drawing_Rect* other) in OH_Drawing_RectIntersect() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__rect_8h.md | 31 | bool [OH_Drawing_RectIntersect](_drawing.md#oh_drawing_rectintersect) ([OH_Drawing_Rect](_drawing…
|
H A D | _drawing.md | 508 | bool [OH_Drawing_RectIntersect](#oh_drawing_rectintersect) ([OH_Drawing_Rect](#oh_drawing_rect) \… 12020 ### OH_Drawing_RectIntersect() 12023 bool OH_Drawing_RectIntersect (OH_Drawing_Rect* rect, const OH_Drawing_Rect* other )
|