Home
last modified time | relevance | path

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

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