Lines Matching refs:subset
39 * Makes a texture effect that samples a subset of a texture. The wrap modes of the
40 * GrSampleState are applied to the subset in the shader rather than using HW samplers.
41 * The 'subset' parameter specifies the texels in the base level. The shader code will
48 * subset contains the entire texture.
54 const SkRect& subset,
63 * draw, etc. It is only used to attempt to optimize away the shader subset calculations.
69 const SkRect& subset,
75 * Like MakeSubset() but always uses kLinear filtering. MakeSubset() uses the subset rect
77 * the wrapped texture coordinate inside subset rect it further clamps it to a 0.5 inset rect of
78 * subset. When subset is an integer rectangle this clamping avoids the hw linear filtering from
79 * reading texels just outside the subset rect. This factory allows a custom inset clamping
90 const SkRect& subset,
143 kRepeat_Linear_None, // Filter the subset boundary for kRepeat mode, no mip mapping