Searched refs:kSnapDigit (Results 1 – 1 of 1) sorted by relevance
1140 const SkFixed kSnapDigit = SK_Fixed1 >> 4; in aaa_walk_convex_edges() local1141 const SkFixed kSnapHalf = kSnapDigit >> 1; in aaa_walk_convex_edges()1142 const SkFixed kSnapMask = (-1 ^ (kSnapDigit - 1)); in aaa_walk_convex_edges()