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

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

Completed in 285 milliseconds