Lines Matching defs:scale
24 // - with at most a scale and translate matrix (_DX_),
147 // true iff the matrix has a scale and no more than an optional translate.
218 // to see if we're really close to a no-scale matrix. If so, explicitly
222 // This code will only execute if the matrix has some scale component;
395 int scale = 256 - 16*t;
396 uint32_t lo = (color0 & mask) * scale;
397 uint32_t hi = ((color0 >> 8) & mask) * scale;
399 scale = 16*t;
400 lo += (color1 & mask) * scale;
401 hi += ((color1 >> 8) & mask) * scale;
440 // When the matrix has a scale component the setup code in
667 scale/translate nofilter Y(4bytes) + N * X
669 scale/translate filter Y Y + N * (X X)