Lines Matching refs:domain
29 const GrTextureDomain& domain() const { return fDomain; }
37 // Ignore the domain on x and y, since this factory relies solely on the wrap mode of the
45 * supports providing modes for the texture domain explicitly, in the event that it should
53 const SkRect* domain = nullptr) {
54 SkRect resolvedDomain = domain ? *domain : GrTextureDomain::MakeTexelDomain(
61 * Create a Mitchell filter effect with a texture matrix and a domain.
65 const SkRect& domain) {
69 GrTextureDomain::kClamp_Mode, &domain);
83 GrBicubicEffect(sk_sp<GrTextureProxy>, const SkMatrix& matrix, const SkRect& domain,