Searched refs:hwcRects (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_dump_layers.cpp | 230 hwc_rect_t const *hwcRects = layer->visibleRegionScreen.rects; in logLayer() local 236 for (size_t i = 0 ; (hwcRects && (i < numHwcRects)); i++) { in logLayer() 240 hwcRects[i].left, hwcRects[i].top, in logLayer() 241 hwcRects[i].right, hwcRects[i].bottom); in logLayer()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_dump_layers.cpp | 225 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/msm8084/libhwcomposer/ |
D | hwc_dump_layers.cpp | 225 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/ |
D | hwc_dump_layers.cpp | 229 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()
|