Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp221 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in buildPoly() argument
223 if (iclip) { in buildPoly()
242 if (iclip) { in buildPoly()
243 SkRect clip = this->recoverClip(*iclip); in buildPoly()
289 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in build() argument
295 if (iclip) { in build()
296 SkRect clip = this->recoverClip(*iclip); in build()

Completed in 2 milliseconds