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