Lines Matching full:scalable
47 * Count the number of pixels that are in "scalable" patches.
85 // This is the "normal" case, where we scale the "scalable" patches and leave in set_points()
89 // In this case, we eliminate the "scalable" patches and scale the "fixed" patches. in set_points()
106 // Alternate between "scalable" and "fixed" patches. in set_points()
122 // In the x-dimension, the first rectangle always starts at x = 0 and is "scalable". in SkLatticeIter()
124 // first real rectangle "scalable" in the x-direction. in SkLatticeIter()
129 // "scalable" in the x-direction. Similarly, as move top to bottom, alternating in SkLatticeIter()
130 // patches will be "fixed" or "scalable" in the y-direction. in SkLatticeIter()
135 // Once we've decided that the first patch is "scalable", we don't need the in SkLatticeIter()
142 // Once we've decided that the first patch is "scalable", we don't need the in SkLatticeIter()
148 // Count "scalable" and "fixed" pixels in each dimension. in SkLatticeIter()