Home | History | Annotate | Download | only in Intersection

Lines Matching refs:bottomPartial

123     SkFixed bottomPartial = wy - fLastY;
124 if (bottomPartial > 0) {
125 partial -= bottomPartial;
180 SkFixed bottomPartial = y - fLastY;
181 fFinished = bottomPartial >= 0;
183 yCoverage = bottomPartial >> 1;
261 SkFixed bottomPartial = fFirstY - y;
262 fFinished = bottomPartial >= 0;
264 yCoverage = bottomPartial >> 1;