Home | History | Annotate | Download | only in core

Lines Matching full:bounds

109         /** the layer should clip against the bounds argument */
132 @param bounds (may be null) the maximum size the offscreen bitmap needs
139 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
146 @param bounds (may be null) the maximum size the offscreen bitmap needs
152 int saveLayerAlpha(const SkRect* bounds, U8CPU alpha,
286 (i.e. the bounds of the path intersects, but the path does not).
306 /** Return the bounds of the current clip (in local coordinates) in the
307 bounds parameter, and return true if it is non-empty. This can be useful
309 outside of these bounds will be clipped out.
311 bool getClipBounds(SkRect* bounds, EdgeType et = kAA_EdgeType) const;
427 @param oval The rectangle bounds of the oval to be drawn
447 @param oval The bounds of oval used to define the shape of the arc
459 @param rect The rectangular bounds of the roundRect to be drawn
764 /* These maintain a cache of the clip bounds in local coordinates,
773 /* Get the local clip bounds with an anti-aliased edge.