Home | History | Annotate | Download | only in core

Lines Matching full:bounds

239      *  SrcR is intersected with the bounds of the base-layer. If this intersection is not empty,
260 * to the intersection of srcRect and the base-layer bounds. On success, pixels will be
274 * Target is intersected with the bounds of the base-layer. If this intersection is not empty,
304 * the layer should clip against the bounds argument
349 @param bounds (may be null) This rect, if non-null, is used as a hint to
357 int saveLayer(const SkRect* bounds, const SkPaint* paint);
365 @param bounds (may be null) This rect, if non-null, is used as a hint to
375 int saveLayer(const SkRect* bounds, const SkPaint* paint, SaveFlags flags);
381 @param bounds (may be null) This rect, if non-null, is used as a hint to
388 int saveLayerAlpha(const SkRect* bounds, U8CPU alpha);
396 @param bounds (may be null) This rect, if non-null, is used as a hint to
405 int saveLayerAlpha(const SkRect* bounds, U8CPU alpha, SaveFlags flags);
549 (i.e. the bounds of the path intersects, but the path does not).
575 // two Y planes and the device-bounds (i.e., project the top and
576 // bottom Y planes and then determine if the clip bounds is completely
590 /** Return the bounds of the current clip (in local coordinates) in the
591 bounds parameter, and return true if it is non-empty. This can be useful
593 outside of these bounds will be clipped out.
595 virtual bool getClipBounds(SkRect* bounds) const;
597 /** Return the bounds of the current clip, in device coordinates; returns
599 then taking its bounds.
601 virtual bool getClipDeviceBounds(SkIRect* bounds) const;
748 @param oval The rectangle bounds of the oval to be drawn
783 @param oval The bounds of oval used to define the shape of the arc
795 @param rect The rectangular bounds of the roundRect to be drawn
1250 // Clip rectangle bounds. Called internally by saveLayer.
1253 // and offscreen bounds for any margin required by the filter DAG.
1254 bool clipRectBounds(const SkRect* bounds, SaveFlags flags,
1259 // track fast conservative clip bounds, rather than exact clips.
1331 int internalSaveLayer(const SkRect* bounds, const SkPaint* paint,
1344 /* These maintain a cache of the clip bounds in local coordinates,