Home | History | Annotate | Download | only in core

Lines Matching refs:subset

894         to the same pixels; dst bounds() are set to the intersection of subset
897 subset may be larger than bounds(). Any area outside of bounds() is ignored.
905 - subset does not intersect bounds()
907 @param dst SkBitmap set to subset
908 @param subset rectangle of pixels to reference
909 @return true if dst is replaced by subset
911 bool extractSubset(SkBitmap* dst, const SkIRect& subset) const;