Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.h60 SkBlitter* customBlitter = NULL) const {
61 this->drawPath(path, paint, NULL, false, false, customBlitter);
86 SkBlitter* customBlitter = NULL) const {
89 this->drawPath(src, paint, NULL, false, !isHairline, customBlitter);
134 SkBlitter* customBlitter = NULL) const;
138 SkBlitter* customBlitter, bool doFill) const;
DSkDraw.cpp949 SkBlitter* customBlitter, bool doFill) const { in drawDevPath() argument
973 if (nullptr == customBlitter) { in drawDevPath()
977 blitter = customBlitter; in drawDevPath()
1033 bool drawCoverage, SkBlitter* customBlitter) const { in drawPath()
1121 this->drawDevPath(*devPathPtr, *paint, drawCoverage, customBlitter, doFill); in drawPath()