Home
last modified time | relevance | path

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 Dbitmaprect.cpp91 …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 Dalpha_image.cpp95 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 Ddashing.cpp148 OH_Drawing_MatrixSetRectToRect(m, DrawCreateRect(r), DrawCreateRect(rect), in make_path_star()
H A Dfill_types_persp.cpp62 OH_Drawing_Rect* rc = DrawCreateRect(r); in ShowPath()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.cpp113 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 Dtest_common.h100 OH_Drawing_Rect* DrawCreateRect(DrawRect r);