HomeSort by relevance Sort by last modified time
    Searched defs:buildPoly (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkEdgeBuilder.cpp 255 // TODO: maybe get rid of buildPoly() entirely?
256 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) {
465 // We can use our buildPoly() optimization if all the segments are lines.
468 ? this->buildPoly(path, shiftedClip, canCullToTheRight)
  /external/skqp/src/core/
SkEdgeBuilder.cpp 255 // TODO: maybe get rid of buildPoly() entirely?
256 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) {
465 // We can use our buildPoly() optimization if all the segments are lines.
468 ? this->buildPoly(path, shiftedClip, canCullToTheRight)

Completed in 71 milliseconds