Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayerStats.cpp174 static_cast<int32_t>(layer->hwcCrop.bottom - layer->hwcCrop.top)); in scaleRatioWH()
177 static_cast<int32_t>(layer->hwcCrop.right - layer->hwcCrop.left)); in scaleRatioWH()
180 static_cast<int32_t>(layer->hwcCrop.right - layer->hwcCrop.left)); in scaleRatioWH()
183 static_cast<int32_t>(layer->hwcCrop.bottom - layer->hwcCrop.top)); in scaleRatioWH()
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h112 LayerProtoParser::FloatRect hwcCrop; variable
/frameworks/native/services/surfaceflinger/layerproto/
DLayerProtoParser.cpp118 layer.hwcCrop = generateFloatRect(layerProto.hwc_crop()); in generateLayer()