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

  /external/skia/src/pathops/
SkIntersections.h 26 sk_bzero(fPt2, sizeof(fPt2));
165 return fPt2[index];
312 SkDPoint fPt2[2]; // used by nearly same to store alternate intersection point
SkIntersections.cpp 104 fPt2[one ? 1 : 0] = pt2;
128 fPt2[0] = b.fPt[bIndex];
  /external/skia/tests/
PathOpsDebug.cpp 205 SkDebugf(" pt2=(%1.9g,%1.9g)",fPt2[index].fX, fPt2[index].fY);
    [all...]

Completed in 559 milliseconds