Lines Matching full:specified
60 * specified pixels. To access the pixels after drawing to them, the caller should call
86 * Creates a canvas of the specified dimensions, but explicitly not backed
92 /** Construct a canvas with the specified device to draw into.
98 /** Construct a canvas with the specified bitmap to draw into.
104 /** Construct a canvas with the specified bitmap to draw into.
172 * Create a new surface matching the specified info, one that attempts to
176 * If surfaceprops is specified, those are passed to the new surface, otherwise the new surface
218 * Copy the pixels from the base-layer into the specified buffer (pixels + rowBytes),
220 * starting at the specified (srcX,srcY) location in the coordinate system of the base-layer.
222 * The specified ImageInfo and (srcX,srcY) offset specifies a source rectangle
258 * The specified ImageInfo and (x,y) offset specifies a rectangle: target.
263 * then we have two sets of pixels (of equal size), the "src" specified by info+pixels+rowBytes
403 /** Preconcat the current matrix with the specified translation
409 /** Preconcat the current matrix with the specified scale.
415 /** Preconcat the current matrix with the specified rotation.
420 /** Preconcat the current matrix with the specified skew.
426 /** Preconcat the current matrix with the specified matrix.
431 /** Replace the current matrix with a copy of the specified matrix.
441 * Modify the current clip with the specified rectangle.
451 * Modify the current clip with the specified SkRRect.
461 * Modify the current clip with the specified path.
485 /** Modify the current clip with the specified region. Note that unlike
496 specified region. This does not intersect or in any other way account
504 /** Return true if the specified rectangle, after being transformed by the
514 /** Return true if the specified path, after being transformed by the
526 /** Return true if the horizontal band specified by top and bottom is
575 specified ARGB color, using the specified mode.
586 specified color and mode.
616 * specified paint.
634 size is specified by the paint's stroke-width. It draws as a square,
658 /** Draws a single pixel in the specified color.
665 /** Draw a line segment with the specified start and stop x,y coordinates,
666 using the specified paint. NOTE: since a line is always "framed", the
677 /** Draw the specified rectangle using the specified paint. The rectangle
684 /** Draw the specified rectangle using the specified paint. The rectangle
695 /** Draw the specified rectangle using the specified paint. The rectangle
706 /** Draw the specified oval using the specified paint. The oval will be
714 * Draw the specified RRect using the specified paint The rrect will be filled or stroked
728 /** Draw the specified circle using the specified paint. If radius is <= 0,
739 /** Draw the specified arc, which will be scaled to fit inside the
740 specified oval. If the sweep angle is >= 360, then the oval is drawn
753 /** Draw the specified round-rect using the specified paint. The round-rect
763 /** Draw the specified path using the specified paint. The path will be
770 /** Draw the specified image, with its top/left corner at (x,y), using the
771 specified paint, transformed by the current matrix.
779 /** Draw the specified image, with the specified matrix applied (before the
791 /** Draw the specified bitmap, with its top/left corner at (x,y), using the
792 specified paint, transformed by the current matrix. Note: if the paint
820 /** Draw the specified bitmap, with the specified matrix applied (before the
866 /** Draw the specified bitmap, with its top/left corner at (x,y),
879 /** Draw the text, with origin at (x,y), using the specified paint.
890 /** Draw the text, with each character/glyph origin specified by the pos[]
900 /** Draw the text, with each character/glyph origin specified by the x
912 /** Draw the text, with origin at (x,y), using the specified paint, along
913 the specified path. The paint's Align setting determins where along the
927 /** Draw the text, with origin at (x,y), using the specified paint, along
928 the specified path. The paint's Align setting determins where along the
940 /** Draw the text blob, offset by (x,y), using the specified paint.