Searched refs:OH_Drawing_BrushGetFilter (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkbrush_fuzzer/ |
H A D | brush_fuzzer.cpp | 71 OH_Drawing_BrushGetFilter(nullptr, Filter); in BrushFuzzTest000() 72 OH_Drawing_BrushGetFilter(brush, nullptr); in BrushFuzzTest000() 73 OH_Drawing_BrushGetFilter(brush, Filter); in BrushFuzzTest000()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_brush_test.cpp | 160 OH_Drawing_BrushGetFilter(brush, tmpFilter_); 167 OH_Drawing_BrushGetFilter(nullptr, tmpFilter_); 169 OH_Drawing_BrushGetFilter(brush, nullptr);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_brush.h | 188 void OH_Drawing_BrushGetFilter(OH_Drawing_Brush*, OH_Drawing_Filter*);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__brush_8h.md | 36 | void [OH_Drawing_BrushGetFilter](_drawing.md#oh_drawing_brushgetfilter) ([OH_Drawing_Brush](_draw…
|
H A D | _drawing.md | 268 | void [OH_Drawing_BrushGetFilter](#oh_drawing_brushgetfilter) ([OH_Drawing_Brush](#oh_drawing_brus… 5817 ### OH_Drawing_BrushGetFilter() 5820 void OH_Drawing_BrushGetFilter (OH_Drawing_Brush* , OH_Drawing_Filter* )
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_brush.cpp | 176 void OH_Drawing_BrushGetFilter(OH_Drawing_Brush* cBrush, OH_Drawing_Filter* cFilter) in OH_Drawing_BrushGetFilter() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__brush_8h.md | 36 | void [OH_Drawing_BrushGetFilter](_drawing.md#oh_drawing_brushgetfilter) ([OH_Drawing_Brush](_draw…
|
H A D | _drawing.md | 268 | void [OH_Drawing_BrushGetFilter](#oh_drawing_brushgetfilter) ([OH_Drawing_Brush](#oh_drawing_brus… 5862 ### OH_Drawing_BrushGetFilter() 5865 void OH_Drawing_BrushGetFilter (OH_Drawing_Brush* , OH_Drawing_Filter* )
|