Searched refs:DRAW_API_WITH_PAINT (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.cpp | 187 DRAW_API_WITH_PAINT(DrawPoint, point); in DrawPoint() 197 DRAW_API_WITH_PAINT(DrawPoints, mode, count, pts); in DrawPoints() 202 DRAW_API_WITH_PAINT(DrawLine, startPt, endPt); in DrawLine() 207 DRAW_API_WITH_PAINT(DrawRect, rect); in DrawRect() 212 DRAW_API_WITH_PAINT(DrawRoundRect, roundRect); in DrawRoundRect() 232 DRAW_API_WITH_PAINT(DrawOval, oval); in DrawOval() 237 DRAW_API_WITH_PAINT(DrawCircle, centerPt, radius); in DrawCircle() 242 DRAW_API_WITH_PAINT(DrawPath, path); in DrawPath() 270 DRAW_API_WITH_PAINT(DrawRegion, region); in DrawRegion() 301 DRAW_API_WITH_PAINT(DrawBitmap, bitmap, px, py); in DrawBitmap() [all …]
|