Home
last modified time | relevance | path

Searched refs:fIntersection (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/utils/
H A DSkPolyUtils.cpp238 SkPoint fIntersection; member
244 fIntersection = fOffset.fP0; in init()
401 currEdge->fIntersection, in SkInsetConvexPolygon()
406 currEdge->fIntersection = intersection; in SkInsetConvexPolygon()
448 *insetPolygon->push() = head->fIntersection; in SkInsetConvexPolygon()
451 if (!SkPointPriv::EqualsWithinTolerance(currEdge->fIntersection, in SkInsetConvexPolygon()
454 *insetPolygon->push() = currEdge->fIntersection; in SkInsetConvexPolygon()
1339 currEdge->fIntersection, in SkOffsetSimplePolygon()
1344 currEdge->fIntersection = intersection; in SkOffsetSimplePolygon()
1406 *offsetPolygon->push() = head->fIntersection; in SkOffsetSimplePolygon()
[all...]

Completed in 3 milliseconds