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);
909 /** Returns subset of SkImage. subset must be fully contained by SkImage dimensions().
912 Returns nullptr if subset is empty, or subset is not contained by bounds, or
915 @param subset bounds of returned SkImage
918 sk_sp<SkImage> makeSubset(const SkIRect& subset) const;
958 color, position, and size. subset is the bounds of original SkImage processed
974 @param subset bounds of SkImage processed by filter
981 const SkImageFilter* filter, const SkIRect& subset,
987 sk_sp<SkImage> makeWithFilter(const SkImageFilter* filter, const SkIRect& subset,