HomeSort by relevance Sort by last modified time
    Searched refs:bottomPartial (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp 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;
    [all...]
  /external/skia/experimental/Intersection/
SkAntiEdge.cpp 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;
    [all...]

Completed in 235 milliseconds