Searched defs:dirtyRect (Results 1 - 1 of 1) sorted by last modified time

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp161 hwc_rect_t dirtyRect = list->hwLayers[changingLayerIndex].displayFrame; local
163 dirtyRect = list->hwLayers[changingLayerIndex].dirtyRect;
169 hwc_rect_t result = getIntersection(displayFrame,dirtyRect);
174 mFbCache.insertAndUpdateFbCache(dirtyRect);
175 if(mFbCache.getUnchangedFbDRCount(dirtyRect) <
524 clear(renderBuffer,layer->dirtyRect);
800 //change src and dst with dirtyRect
802 srcRect.l = layer->dirtyRect.left;
803 srcRect.t = layer->dirtyRect
1169 insertAndUpdateFbCache(hwc_rect_t dirtyRect) argument
1175 getUnchangedFbDRCount(hwc_rect_t dirtyRect) argument
[all...]

Completed in 74 milliseconds