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

/external/skia/src/utils/
H A DSkShadowTessellator.cpp659 bool clipUmbraPoint(const SkPoint& umbraPoint, const SkPoint& centroid, SkPoint* clipPoint);
1024 bool SkSpotShadowTessellator::clipUmbraPoint(const SkPoint& umbraPoint, const SkPoint& centroid, function in class:SkSpotShadowTessellator
1169 bool isOutside = this->clipUmbraPoint(fPositions[fFirstVertex], fCentroid, &clipPoint);
1234 bool isOutside = this->clipUmbraPoint(fPositions[currUmbraIndex], fCentroid,

Completed in 70 milliseconds