Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueue.cpp543 Rect croppedCrop; in queueBuffer() local
544 crop.intersect(bufferRect, &croppedCrop); in queueBuffer()
545 if (croppedCrop != crop) { in queueBuffer()