Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.h140 Rect computeBufferCrop(const State& s);
H A DBufferStateLayer.cpp897 mBufferInfo.mCrop = computeBufferCrop(s); in gatherBufferInfo()
910 Rect BufferStateLayer::computeBufferCrop(const State& s) { in computeBufferCrop() function in android::BufferStateLayer