Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkAAClip.cpp279 bool blitPath(SkAAClip* target, const SkPath& path, bool doAA);
835 bool SkAAClip::Builder::blitPath(SkAAClip* target, const SkPath& path, bool doAA) { in blitPath() function in SkAAClip::Builder
1421 return builder.blitPath(this, path, doAA); in setPath()