Home
last modified time | relevance | path

Searched refs:blitPath (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkAAClip.cpp270 bool blitPath(SkAAClip* target, const SkPath& path, bool doAA);
830 bool SkAAClip::Builder::blitPath(SkAAClip* target, const SkPath& path, bool doAA) { in blitPath() function in SkAAClip::Builder
1416 return builder.blitPath(this, path, doAA); in setPath()