Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp225 hwc_rect_t const *hwcRects = layer->visibleRegionScreen.rects; in logLayer() local
231 for (size_t i = 0 ; (hwcRects && (i < numHwcRects)); i++) { in logLayer()
235 hwcRects[i].left, hwcRects[i].top, in logLayer()
236 hwcRects[i].right, hwcRects[i].bottom); in logLayer()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp225 hwc_rect_t const *hwcRects = layer->visibleRegionScreen.rects; in logLayer() local
231 for (size_t i = 0 ; (hwcRects && (i < numHwcRects)); i++) { in logLayer()
235 hwcRects[i].left, hwcRects[i].top, in logLayer()
236 hwcRects[i].right, hwcRects[i].bottom); in logLayer()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp229 hwc_rect_t const *hwcRects = layer->visibleRegionScreen.rects; in logLayer() local
235 for (size_t i = 0 ; (hwcRects && (i < numHwcRects)); i++) { in logLayer()
239 hwcRects[i].left, hwcRects[i].top, in logLayer()
240 hwcRects[i].right, hwcRects[i].bottom); in logLayer()