Home | History | Annotate | Download | only in core

Lines Matching full:fill

313     /** Fill the entire canvas' bitmap (restricted to the current clip) with the
315 @param a the alpha component (0..255) of the color to fill the canvas
316 @param r the red component (0..255) of the color to fill the canvas
317 @param g the green component (0..255) of the color to fill the canvas
318 @param b the blue component (0..255) of the color to fill the canvas
324 /** Fill the entire canvas' bitmap (restricted to the current clip) with the
332 /** Fill the entire canvas' bitmap (restricted to the current clip) with the
334 @param paint The paint used to fill the canvas