Lines Matching refs:draws
21 Canvas generated by Raster_Surface draws to memory visible to the CPU.
45 Allocates a three by three bitmap, clears it to white, and draws a black pixel
60 SkPaint paint; // by default, draws black
91 Allocates a three by three bitmap, clears it to white, and draws a black pixel
108 SkPaint paint; // by default, draws black
212 SkPaint paint; // by default, draws black, 12 point text
262 SkPaint paint; // by default, draws black, 12 point text
294 #Line # draws saved Layers, frees resources ##
299 Canvas Layer draws into bitmap. saveLayerAlpha sets up an additional
523 Draws "ABC" on the device. Then draws "DEF" in Layer, and reads
1037 canvas->clear(SK_ColorRED); // draws to limit of clip
1040 canvas->clear(SK_ColorBLUE); // draws to smaller clip
1203 Rectangles are blurred by Image_Filter when restore() draws Layer to main
1237 Rectangles are blurred by Image_Filter when restore() draws Layer to main Canvas.
1486 The example draws an image, and saves it into a Layer with kInitWithPrevious_SaveLayerFlag.
1797 rectangular Anti_Aliased clip looks smoother but draws slower.
1810 The edge of the Aliased clip fully draws pixels in the red circle.
1811 The edge of the Anti_Aliased clip partially draws pixels in the red circle.
2329 #Line # draws into Canvas ##
2466 #Line # draws array as points, lines, polygon ##
2473 # The first column draws points. ##
2474 # The second column draws points as lines. ##
2475 # The third column draws points as a polygon. ##
2476 # The fourth column draws points as a polygonal path. ##
2481 The transparent color makes multiple line draws visible;
2520 #Line # draws point at (x, y) position ##
2570 #Line # draws line segment between two points ##
2610 #Line # draws Rect using Clip, Matrix, and Paint ##
2641 #Line # draws IRect using Clip, Matrix, and Paint ##
2666 #Line # draws Region using Clip, Matrix, and Paint ##
2691 #Line # draws Oval using Clip, Matrix, and Paint ##
2718 #Line # draws Round_Rect using Clip, Matrix, and Paint ##
2750 #Line # draws double Round_Rect stroked or filled ##
2791 #Line # draws Circle using Clip, Matrix, and Paint ##
2834 #Line # draws Arc using Clip, Matrix, and Paint ##
2880 #Line # draws Round_Rect using Clip, Matrix, and Paint ##
2915 #Line # draws Path using Clip, Matrix, and Paint ##
2922 Bottom row draws fill the same for open and closed contour.
2967 #Line # draws Image to Canvas ##
2975 #Line # draws Image at (x, y) position ##
3094 #Line # draws Image, source Rect to destination Rect ##
3100 The left bitmap draws with Paint default kNone_SkFilterQuality, and stays within
3280 #Line # draws Nine_Patch Image ##
3413 #Line # draws Bitmap at (x, y) position ##
3450 #Line # draws Bitmap, source Rect to destination Rect ##
3562 #Line # draws Nine_Patch Bitmap ##
3589 The two leftmost bitmap draws has four corners and sides to the left and right of center.
3654 #Line # draws Bitmap into lattice rectangle ##
3662 #Line # draws one of fColors into lattice rectangle ##
3731 #Line # draws proportionally stretched Bitmap ##
3760 The two leftmost bitmap draws has four corners and sides to the left and right of center.
3810 #Line # draws proportionally stretched Image ##
3881 #Line # draws text into Canvas ##
3888 #Line # draws text at (x, y), using font advance ##
3929 #Line # draws text with arrays of positions and Paint ##
4026 #Line # draws Picture using Clip and Matrix ##
4147 #Line # draws Vertices, a triangle mesh ##
4265 #Line # draws Coons_Patch ##
4360 #Line # draws sprites using Clip, Matrix, and Paint ##
4450 #Line # draws Drawable, encapsulated drawing commands ##