Searched refs:DrawCreateRect (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | bitmaprect.cpp | 91 …OH_Drawing_CanvasDrawBitmapRect(canvas, fBigBitmap, DrawCreateRect(srcR1), DrawCreateRect(dstR1), … in OnTestFunction() 92 …OH_Drawing_CanvasDrawBitmapRect(canvas, fBigBitmap, DrawCreateRect(srcR2), DrawCreateRect(dstR2), … in OnTestFunction()
|
H A D | alpha_image.cpp | 95 OH_Drawing_Rect *dst = DrawCreateRect({ 16, 16, 16 + kSize, 16 + kSize }); in OnTestFunction() 108 dst = DrawCreateRect({ 144, 16, 144 + kSize, 16 + kSize }); in OnTestFunction() 117 dst = DrawCreateRect({ 16, 144, 16 + kSize, 144 + kSize }); in OnTestFunction() 124 dst = DrawCreateRect({ 144, 144, 144 + kSize, 144 + kSize }); in OnTestFunction()
|
H A D | dashing.cpp | 148 OH_Drawing_MatrixSetRectToRect(m, DrawCreateRect(r), DrawCreateRect(rect), in make_path_star()
|
H A D | fill_types_persp.cpp | 62 OH_Drawing_Rect* rc = DrawCreateRect(r); in ShowPath()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | test_common.cpp | 113 OH_Drawing_Rect* DrawCreateRect(DrawRect r) in DrawCreateRect() function 121 …OH_Drawing_Rect *rc = DrawCreateRect({centerX - radius, centerY - radius, centerX + radius, center… in DrawPathAddCircle()
|
H A D | test_common.h | 100 OH_Drawing_Rect* DrawCreateRect(DrawRect r);
|