Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DLayerDebugInfo.cpp45 RETURN_ON_ERROR(parcel->write(mFinalCrop)); in writeToParcel()
84 RETURN_ON_ERROR(parcel->read(mFinalCrop)); in readFromParcel()
125 to_string(info.mCrop).c_str(), to_string(info.mFinalCrop).c_str()); in to_string()
/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h55 Rect mFinalCrop = Rect::INVALID_RECT; variable
/frameworks/native/services/surfaceflinger/
DLayer.cpp1414 info.mFinalCrop = ds.finalCrop; in getLayerDebugInfo()