Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkEdgeBuilder.h41 int buildPoly(const SkPath& path, const SkIRect* clip, bool clipToTheRight);
H A DSkEdgeBuilder.cpp220 // TODO: maybe get rid of buildPoly() entirely?
221 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in buildPoly() function in SkEdgeBuilder
368 // We can use our buildPoly() optimization if all the segments are lines. in buildEdges()
371 ? this->buildPoly(path, shiftedClip, canCullToTheRight) in buildEdges()

Completed in 2 milliseconds