Searched refs:rects (Results 1 - 25 of 25) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dhwcomposer_defs.h84 hwc_rect_t const* rects; member in struct:hwc_region
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1567 // This should NEVER happen since we calculated how many rects the
1573 hwc_rect_t* rects = mNextAvailableRect; local
1576 return rects;
1890 hwc_rect_t* rects = GetRects(1); local
1891 rects[0].left = 0;
1892 rects[0].top = 0;
1893 rects[0].right = width;
1894 rects[0].bottom = height;
1895 hwc1Target.visibleRegionScreen.rects = rects;
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp54 rect->l = me->mRegion.rects[me->r.current].left;
55 rect->t = me->mRegion.rects[me->r.current].top;
56 rect->r = me->mRegion.rects[me->r.current].right;
57 rect->b = me->mRegion.rects[me->r.current].bottom;
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp88 std::free(const_cast<hwc_rect_t*>(layer.visibleRegionScreen.rects));
1307 std::copy_n(region.rects, region.numRects, newRects);
1308 region.rects = newRects;
1960 auto rects = static_cast<hwc_rect_t*>(std::malloc(sizeof(hwc_rect_t))); local
1961 rects[0].left = 0;
1962 rects[0].top = 0;
1963 rects[0].right = width;
1964 rects[0].bottom = height;
1965 hwc1Target.visibleRegionScreen.rects = rects;
[all...]
H A Dhwc_copybit.cpp58 rect->l = me->mRegion.rects[me->r.current].left;
59 rect->t = me->mRegion.rects[me->r.current].top;
60 rect->r = me->mRegion.rects[me->r.current].right;
61 rect->b = me->mRegion.rects[me->r.current].bottom;
748 region.rects = &regRect;
H A Dhwc_dump_layers.cpp229 hwc_rect_t const *hwcRects = layer->visibleRegionScreen.rects;
H A Dhwc_mdpcomp.cpp536 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off);
H A Dhwc_utils.cpp1329 isValidRect(layer->surfaceDamage.rects[0]));
1347 /* computes the intersection of two rects */
1368 /* computes the union of two rects */
2144 // Calculate Left rects
2153 // Calculate Right rects
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_layers.cpp166 // Check if there is an update in SurfaceDamage rects
172 SetRect(damage.rects[j], &damage_rect);
183 SetRect(damage.rects[i], &rect);
368 SetRect(visible.rects[i], &rect);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.cpp113 // Check if there is an update in SurfaceDamage rects
119 SetRect(damage.rects[j], &damage_rect);
130 SetRect(damage.rects[i], &rect);
277 SetRect(visible.rects[i], &rect);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp277 // Check if there is an update in SurfaceDamage rects
283 SetRect(damage.rects[j], &damage_rect);
294 SetRect(damage.rects[i], &rect);
473 SetRect(visible.rects[i], &rect);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp58 rect->l = me->mRegion.rects[me->r.current].left;
59 rect->t = me->mRegion.rects[me->r.current].top;
60 rect->r = me->mRegion.rects[me->r.current].right;
61 rect->b = me->mRegion.rects[me->r.current].bottom;
H A Dhwc_dump_layers.cpp225 hwc_rect_t const *hwcRects = layer->visibleRegionScreen.rects;
H A Dhwc_mdpcomp.cpp436 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off);
H A Dhwc_utils.cpp1117 isValidRect(layer->surfaceDamage.rects[0]));
1135 /* computes the intersection of two rects */
1156 /* computes the union of two rects */
1806 // Calculate Left rects
1815 // Calculate Right rects
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp58 rect->l = me->mRegion.rects[me->r.current].left;
59 rect->t = me->mRegion.rects[me->r.current].top;
60 rect->r = me->mRegion.rects[me->r.current].right;
61 rect->b = me->mRegion.rects[me->r.current].bottom;
695 region.rects = &regRect;
H A Dhwc_dump_layers.cpp225 hwc_rect_t const *hwcRects = layer->visibleRegionScreen.rects;
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_layers.cpp265 // Check if there is an update in SurfaceDamage rects
271 SetRect(damage.rects[j], &damage_rect);
282 SetRect(damage.rects[i], &rect);
468 SetRect(visible.rects[i], &rect);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_color_manager.cpp295 layer.visibleRegionScreen.rects = &layer.displayFrame;
H A Dhwc_display.cpp467 SetRect(hwc_layer.visibleRegionScreen.rects[j], &visible_rect);
473 SetRect(hwc_layer.surfaceDamage.rects[j], &dirty_rect);
1381 // dirty_rect count = 1 or more valid rects - updating.
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c174 dl->visibleRegionScreen.rects = &dl->displayFrame;
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_color_manager.cpp295 layer.visibleRegionScreen.rects = &layer.displayFrame;
H A Dhwc_display.cpp575 SetRect(hwc_layer.visibleRegionScreen.rects[j], &visible_rect);
581 SetRect(hwc_layer.surfaceDamage.rects[j], &dirty_rect);
1526 // dirty_rect count = 1 or more valid rects - updating.
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_color_manager.cpp295 layer.visibleRegionScreen.rects = &layer.displayFrame;
H A Dhwc_display.cpp575 SetRect(hwc_layer.visibleRegionScreen.rects[j], &visible_rect);
581 SetRect(hwc_layer.surfaceDamage.rects[j], &dirty_rect);
1526 // dirty_rect count = 1 or more valid rects - updating.

Completed in 888 milliseconds