Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueProducer.cpp850 Rect croppedRect(Rect::EMPTY_RECT); in queueBuffer() local
851 crop.intersect(bufferRect, &croppedRect); in queueBuffer()
852 if (croppedRect != crop) { in queueBuffer()