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

  /external/skia/src/utils/
SkInsetConvexPolygon.cpp 192 SkPoint fIntersection;
210 edgeData[i].fIntersection = edgeData[i].fInset.fP0;
238 edgeData[currIndex].fIntersection,
243 edgeData[currIndex].fIntersection = intersection;
281 !SkPointPriv::EqualsWithinTolerance(edgeData[i].fIntersection,
284 *insetPolygon->push() = edgeData[i].fIntersection;
  /external/skqp/src/utils/
SkInsetConvexPolygon.cpp 192 SkPoint fIntersection;
210 edgeData[i].fIntersection = edgeData[i].fInset.fP0;
238 edgeData[currIndex].fIntersection,
243 edgeData[currIndex].fIntersection = intersection;
281 !SkPointPriv::EqualsWithinTolerance(edgeData[i].fIntersection,
284 *insetPolygon->push() = edgeData[i].fIntersection;

Completed in 95 milliseconds