Home
last modified time | relevance | path

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

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