Searched refs:buildPoly (Results 1 – 2 of 2) sorted by relevance
58 int buildPoly(const SkPath& path, const SkIRect* clip, int shiftUp, bool clipToTheRight);
143 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, in buildPoly() function in SkEdgeBuilder242 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight); in build()