Home
last modified time | relevance | path

Searched refs:fPt2 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
DSkIntersections.h26 sk_bzero(fPt2, sizeof(fPt2)); in SkIntersections()
165 return fPt2[index]; in pt2()
316 SkDPoint fPt2[2]; // used by nearly same to store alternate intersection point variable
DSkIntersections.cpp113 fPt2[one ? 1 : 0] = pt2; in insertNear()
137 fPt2[0] = b.fPt[bIndex]; in merge()
/third_party/skia/tests/
DPathOpsDebug.cpp213 SkDebugf(" pt2=(%1.9g,%1.9g)",fPt2[index].fX, fPt2[index].fY); in dump()