Home | History | Annotate | Download | only in core

Lines Matching refs:subset

429      *  A bitmap can reference a subset of a pixelref's pixels. That means the
543 /** Scroll (a subset of) the contents of this bitmap by dx/dy. If there are
548 @param subset The subset of the bitmap to scroll/move. To scroll the
562 bool scrollRect(const SkIRect* subset, int dx, int dy,
615 pixel memory, and just point into a subset of it. However, if the colortype
617 the dst bitmap. If the subset rectangle, intersected with the bitmap's
620 @param dst The bitmap that will be set to a subset of this bitmap
621 @param subset The rectangle of pixels in this bitmap that dst will
623 @return true if the subset copy was successfully made.
625 bool extractSubset(SkBitmap* dst, const SkIRect& subset) const;