Lines Matching refs:subset
151 subset allows selecting a portion of the full image. Pass nullptr to select the entire
152 image; otherwise, subset must be contained by image bounds.
160 @param subset bounds of returned SkImage; may be nullptr
164 const SkIRect* subset = nullptr);
167 subset allows selecting a portion of the full image. Pass nullptr to select the entire
168 image; otherwise, subset must be contained by image bounds.
174 @param subset bounds of returned SkImage; may be nullptr
177 static sk_sp<SkImage> MakeFromEncoded(sk_sp<SkData> encoded, const SkIRect* subset = nullptr);
891 /** Returns subset of SkImage. subset must be fully contained by SkImage dimensions().
894 Returns nullptr if subset is empty, or subset is not contained by bounds, or
897 @param subset bounds of returned SkImage
900 sk_sp<SkImage> makeSubset(const SkIRect& subset) const;
940 color, position, and size. subset is the bounds of original SkImage processed
956 @param subset bounds of SkImage processed by filter
963 const SkImageFilter* filter, const SkIRect& subset,
969 sk_sp<SkImage> makeWithFilter(const SkImageFilter* filter, const SkIRect& subset,