Home
last modified time | relevance | path

Searched refs:isEntire (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DSurface.hpp302 bool isEntire(const Rect& rect) const;
DBlitter.cpp1352 bool isEntireDest = dest->isEntire(destRect); in blitReactor()
DSurface.cpp3196 bool Surface::isEntire(const Rect& rect) const in isEntire() function in sw::Surface