Home
last modified time | relevance | path

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 Drect_fuzzer.cpp91 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 Ddrawing_rect_test.cpp74 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 Ddrawing_rect.h70 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 Ddrawing__rect_8h.md31 | bool [OH_Drawing_RectIntersect](_drawing.md#oh_drawing_rectintersect) ([OH_Drawing_Rect](_drawing…
H A D_drawing.md508 | 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 Ddrawing_rect.cpp36 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 Ddrawing__rect_8h.md31 | bool [OH_Drawing_RectIntersect](_drawing.md#oh_drawing_rectintersect) ([OH_Drawing_Rect](_drawing…
H A D_drawing.md508 | 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 )