Searched defs:predrawNotify (Results 1 - 2 of 2) sorted by relevance
/external/skia/include/core/ |
H A D | SkCanvas.h | 1311 void predrawNotify(bool willOverwritesEntireSurface = false); 1312 void predrawNotify(const SkRect* rect, const SkPaint* paint, ShaderOverrideOpacity); 1313 void predrawNotify(const SkRect* rect, const SkPaint* paint, bool shaderOverrideIsOpaque) { function in class:SkCanvas 1314 this->predrawNotify(rect, paint, shaderOverrideIsOpaque ? kOpaque_ShaderOverrideOpacity 1361 friend class SkPictureRecord; // predrawNotify (why does it need it? <reed>)
|
/external/skia/src/core/ |
H A D | SkCanvas.cpp | 144 void SkCanvas::predrawNotify(bool willOverwritesEntireSurface) { function in class:SkCanvas 152 void SkCanvas::predrawNotify(const SkRect* rect, const SkPaint* paint, function in class:SkCanvas 603 this->predrawNotify(); \ 610 this->predrawNotify(); \ 616 this->predrawNotify(); \ 622 this->predrawNotify(bounds, &paint, auxOpaque); \ 956 this->predrawNotify(completeOverwrite);
|
Completed in 42 milliseconds