Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawTarget.h131 bool canIgnoreRect,
DGrDrawTarget.cpp358 bool canIgnoreRect, in clear() argument
363 (canIgnoreRect && this->caps()->fullClearIsFree()) || in clear()
DGrDrawContext.cpp176 bool canIgnoreRect) { in clear() argument
183 this->getDrawTarget()->clear(rect, color, canIgnoreRect, fRenderTarget); in clear()
/external/skia/include/gpu/
DGrDrawContext.h80 void clear(const SkIRect* rect, GrColor color, bool canIgnoreRect);