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
162 *accumulates* SCALE pixels worth of "alpha" in [0,(256/SCALE)]
230 fb = SCALE - fb;
296 // directly to the destintion canvas one row per SCALE supersampled rows.
316 // xleft is (SCALE - # of covered supersampled pixels) in that
322 // xrite/SCALE should give us alpha.
326 xrite = SCALE;
340 SkASSERT(xleft <= SCALE);
349 xleft = SCALE - xleft;
559 fb = SCALE - fb;
562 fb = SCALE - fb;