Home
last modified time | relevance | path

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

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