Searched refs:customBlitter (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkDraw.h | 60 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;
|
D | SkDraw.cpp | 949 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()
|