Home | History | Annotate | Download | only in core

Lines Matching defs:SCALE

18 #define SCALE   (1 << SHIFT)
19 #define MASK (SCALE - 1)
29 - destination coordinates, scale equal to the output - often
31 - supersampled coordinates, scale equal to the output * SCALE
181 *accumulates* SCALE pixels worth of "alpha" in [0,(256/SCALE)]
247 fb = SCALE - fb;
315 // directly to the destintion canvas one row per SCALE supersampled rows.
335 // xleft is (SCALE - # of covered supersampled pixels) in that
341 // xrite/SCALE should give us alpha.
345 xrite = SCALE;
359 SkASSERT(xleft <= SCALE);
368 xleft = SCALE - xleft;
571 fb = SCALE - fb;