Lines Matching refs:kUniform
149 kUniform,
158 case kUniform:
214 draw({ kUniform }); // Scale Y axis by 2x (2 visible rows)
219 draw({ kUniform, kUniform }); // Scale Y axis by 4x (1 visible row)
224 draw({ kUniform, kExplicit }); // Scale Y by 2x and translate up by 8px
225 draw({ kExplicit, kUniform }); // Scale Y by 2x and translate up by 16px
229 draw({ kDevice, kUniform }); // Same as identity (uniform applied *before*
231 draw({ kExplicit, kUniform, kDevice }); // Scale Y by 2x and translate up by 16px
232 draw({ kDevice, kExplicit, kUniform, kDevice }); // Identity, again.