Searched refs:hwcCrop (Results 1 – 3 of 3) sorted by relevance
174 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()
112 LayerProtoParser::FloatRect hwcCrop; variable
118 layer.hwcCrop = generateFloatRect(layerProto.hwc_crop()); in generateLayer()