Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkIntersections.h25 sk_bzero(fPt2, sizeof(fPt2)); in SkIntersections()
155 return fPt2[index]; in pt2()
303 SkDPoint fPt2[2]; // used by nearly same to store alternate intersection point variable
DSkIntersections.cpp100 fPt2[one ? 1 : 0] = pt2; in insertNear()
124 fPt2[0] = b.fPt[bIndex]; in merge()
/external/skia/tests/
DPathOpsDebug.cpp192 SkDebugf(" pt2=(%1.9g,%1.9g)",fPt2[index].fX, fPt2[index].fY); in dump()