Home | History | Annotate | Download | only in core

Lines Matching refs:subset

912         to the same pixels; dst bounds() are set to the intersection of subset
915 subset may be larger than bounds(). Any area outside of bounds() is ignored.
923 - subset does not intersect bounds()
925 @param dst SkBitmap set to subset
926 @param subset rectangle of pixels to reference
927 @return true if dst is replaced by subset
929 bool extractSubset(SkBitmap* dst, const SkIRect& subset) const;