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

/external/skia/src/core/
H A DSkEdgeBuilder.h92 int buildPoly(const SkPath& path, const SkIRect* clip, int shiftUp, bool clipToTheRight);
H A DSkEdgeBuilder.cpp255 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, function in class:SkEdgeBuilder
354 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight);
/external/skqp/src/core/
H A DSkEdgeBuilder.h92 int buildPoly(const SkPath& path, const SkIRect* clip, int shiftUp, bool clipToTheRight);
H A DSkEdgeBuilder.cpp255 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, function in class:SkEdgeBuilder
354 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight);

Completed in 1670 milliseconds