Home | History | Annotate | Download | only in effects

Lines Matching refs:domain

17  * Limits a texture's lookup coordinates to a domain. Samples outside the domain are either clamped
18 * the edge of the domain or result in a vec4 of zeros. The domain is clipped to normalized texture
19 * coords ([0,1]x[0,1] square). Bilinear filtering can cause texels outside the domain to affect the
20 * read value unless the caller considers this when calculating the domain. TODO: This should be a
29 * outside of the domain is user-specifiable. Decal mode currently has a hard (non-lerped)
39 const SkRect& domain,
53 const SkRect& domain() const { return fTextureDomain; }
56 /* Computes a domain that bounds all the texels in texelRect. Note that with bilerp enabled
57 texels neighboring the domain may be read. */
77 const SkRect& domain,