Searched refs:hwcFrame (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayerStats.cpp74 destinationLocation(layer->hwcFrame.left, layerGlobal.resolution[0],
77 destinationLocation(layer->hwcFrame.top, layerGlobal.resolution[1],
80 destinationSize(layer->hwcFrame.right - layer->hwcFrame.left,
83 destinationSize(layer->hwcFrame.bottom - layer->hwcFrame.top,
173 ret += scaleRatio(layer->hwcFrame.right - layer->hwcFrame.left,
176 ret += scaleRatio(layer->hwcFrame.bottom - layer->hwcFrame
[all...]
/frameworks/native/include/layerproto/
H A DLayerProtoParser.h110 LayerProtoParser::Rect hwcFrame; member in class:android::surfaceflinger::LayerProtoParser::Layer
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
H A DLayerProtoParser.h110 LayerProtoParser::Rect hwcFrame; member in class:android::surfaceflinger::LayerProtoParser::Layer
/frameworks/native/services/surfaceflinger/layerproto/
H A DLayerProtoParser.cpp119 layer->hwcFrame = generateRect(layerProto.hwc_frame());

Completed in 607 milliseconds