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

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

Completed in 255 milliseconds