Searched defs:coversBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp58 virtual bool coversBounds(const Rect& bounds) { return false; } function in class:android::uirenderer::Batch
126 virtual bool coversBounds(const Rect& bounds) { function in class:android::uirenderer::DrawBatch
682 if (mBatches[i] && mBatches[i]->coversBounds(mBounds)) {

Completed in 39 milliseconds