Searched refs:nothingToDraw (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/skia/ext/
H A Danalysis_canvas.cc121 if (paint.nothingToDraw())
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h946 bool nothingToDraw() const;
/external/skia/include/core/
H A DSkPaint.h953 bool nothingToDraw() const;
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp324 return !fPaint->nothingToDraw();
381 if (fPaint->nothingToDraw()) {
H A DSkPaint.cpp2592 bool SkPaint::nothingToDraw() const { function in class:SkPaint
/external/skia/src/core/
H A DSkCanvas.cpp359 return !fPaint->nothingToDraw();
414 if (fPaint->nothingToDraw()) {
H A DSkPaint.cpp2662 bool SkPaint::nothingToDraw() const { function in class:SkPaint

Completed in 227 milliseconds