/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_copybit.h | 65 hwc_rect_t displayFrame[MAX_NUM_APP_LAYERS]; 76 hwc_rect_t FbdirtyRect[NUM_RENDER_BUFFERS]; 77 hwc_rect_t FbdisplayRect[NUM_RENDER_BUFFERS]; 81 void insertAndUpdateFbCache(hwc_rect_t dirtyRect, 82 hwc_rect_t displayRect); 83 int getUnchangedFbDRCount(hwc_rect_t dirtyRect, 84 hwc_rect_t displayRect); 97 private_handle_t *renderBuffer, hwc_rect_t overlap, 98 hwc_rect_t destRect); 121 int clear (private_handle_t* hnd, hwc_rect_t& rect) [all...] |
hwc_utils.h | 114 hwc_rect_t mDstRect; 144 hwc_rect_t lRoi; //left ROI 145 hwc_rect_t rRoi; //right ROI. Unused in single DSI panels. 161 hwc_rect_t displayFrame[MAX_PTOR_LAYERS]; 185 static void setBwc(const hwc_rect_t& crop, const hwc_rect_t& dst, 251 inline hwc_rect_t integerizeSourceCrop(const hwc_frect_t& cropF) { 252 hwc_rect_t cropI = {0,0,0,0}; 278 void calculate_crop_rects(hwc_rect_t& crop, hwc_rect_t& dst [all...] |
hwc_fbupdate.h | 42 hwc_rect_t fbUpdatingRect, int fbZorder) = 0; 67 hwc_rect_t fbUpdatingRect, int fbZorder); 72 hwc_rect_t fbUpdatingRect, int fbZorder); 76 hwc_rect_t& sourceCrop, 88 hwc_rect_t fbUpdatingRect, int fbZorder); 94 hwc_rect_t fbUpdatingRect, int fbZorder); 106 hwc_rect_t fbUpdatingRect, int fbZorder);
|
hwc_utils.cpp | 614 void getActionSafePosition(hwc_context_t *ctx, int dpy, hwc_rect_t& rect) { 669 // Convert it back to hwc_rect_t 681 hwc_rect_t& inRect, hwc_rect_t& outRect) { 698 hwc_rect_t rect = {0, 0, (int)fbWidth, (int)fbHeight}; 740 hwc_rect_t r = {0, 0, 0, 0}; 789 // Convert Dim to hwc_rect_t 817 hwc_rect_t& sourceCrop, 818 hwc_rect_t& displayFrame, 866 //convert Dim to hwc_rect_t [all...] |
hwc_fbupdate.cpp | 90 hwc_rect_t& sourceCrop, 117 hwc_rect_t fbUpdatingRect, int fbZorder) { 129 hwc_rect_t fbUpdatingRect, int fbZorder) { 162 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf); 163 hwc_rect_t displayFrame = layer->displayFrame; 260 hwc_rect_t fbUpdatingRect, int fbZorder) { 273 hwc_display_contents_1 *list, hwc_rect_t fbUpdatingRect, int fbZorder) { 291 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf); 292 hwc_rect_t displayFrame = layer->displayFrame; 352 hwc_rect_t cropL = sourceCrop [all...] |
hwc_copybit.cpp | 87 hwc_rect_t displayFrame0 = {0, 0, 0, 0}; 88 hwc_rect_t displayFrame1 = {0, 0, 0, 0}; 94 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame; 208 hwc_rect_t dirtyRect = {0, 0, 0, 0}; 209 hwc_rect_t displayRect = {0, 0, 0, 0}; 307 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; 409 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf); 490 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect) 548 hwc_rect_t displayFrame = 551 hwc_rect_t tmpDisplayFrame = list->hwLayers[i].displayFrame [all...] |
/hardware/qcom/display/msm8084/libqdutils/ |
cb_utils.cpp | 31 void getUnion(hwc_rect_t& rect1,hwc_rect_t& rect2, hwc_rect_t& irect) { 44 hwc_rect_t &clearWormholeRect, LayerProp *layerProp) { 47 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; 58 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame; 70 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame; 85 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
|
/hardware/qcom/display/msm8226/libqdutils/ |
cb_utils.cpp | 31 void getUnion(hwc_rect_t& rect1,hwc_rect_t& rect2, hwc_rect_t& irect) { 44 hwc_rect_t &clearWormholeRect, LayerProp *layerProp) { 47 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; 58 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame; 70 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame; 85 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
|
/hardware/qcom/display/msm8994/libqdutils/ |
cb_utils.cpp | 31 void getUnion(hwc_rect_t& rect1,hwc_rect_t& rect2, hwc_rect_t& irect) { 44 hwc_rect_t &clearWormholeRect, LayerProp *layerProp) { 47 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; 59 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame; 72 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame; 87 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_utils.h | 108 hwc_rect_t mDstRect; 138 hwc_rect_t lRoi; //left ROI 139 hwc_rect_t rRoi; //right ROI. Unused in single DSI panels. 155 hwc_rect_t displayFrame[MAX_PTOR_LAYERS]; 181 const hwc_rect_t& crop, const hwc_rect_t& dst, 279 inline hwc_rect_t integerizeSourceCrop(const hwc_frect_t& cropF) { 280 hwc_rect_t cropI = {0,0,0,0}; 306 void calculate_crop_rects(hwc_rect_t& crop, hwc_rect_t& dst [all...] |
hwc_fbupdate.h | 42 hwc_rect_t fbUpdatingRect, int fbZorder) = 0; 67 hwc_rect_t fbUpdatingRect, int fbZorder); 72 hwc_rect_t fbUpdatingRect, int fbZorder); 76 hwc_rect_t& sourceCrop, 88 hwc_rect_t fbUpdatingRect, int fbZorder); 94 hwc_rect_t fbUpdatingRect, int fbZorder); 106 hwc_rect_t fbUpdatingRect, int fbZorder);
|
hwc_copybit.h | 72 hwc_rect_t FbdirtyRect[NUM_RENDER_BUFFERS]; 76 void insertAndUpdateFbCache(hwc_rect_t dirtyRect); 77 int getUnchangedFbDRCount(hwc_rect_t dirtyRect); 90 private_handle_t *renderBuffer, hwc_rect_t overlap, 91 hwc_rect_t destRect); 114 int clear (private_handle_t* hnd, hwc_rect_t& rect);
|
hwc_utils.cpp | 547 void getActionSafePosition(hwc_context_t *ctx, int dpy, hwc_rect_t& rect) { 602 // Convert it back to hwc_rect_t 614 hwc_rect_t& inRect, hwc_rect_t& outRect) { 631 hwc_rect_t rect = {0, 0, (int)fbWidth, (int)fbHeight}; 673 hwc_rect_t r = {0, 0, 0, 0}; 722 // Convert Dim to hwc_rect_t 750 hwc_rect_t& sourceCrop, 751 hwc_rect_t& displayFrame, 799 //convert Dim to hwc_rect_t [all...] |
hwc_fbupdate.cpp | 90 hwc_rect_t& sourceCrop, 117 hwc_rect_t fbUpdatingRect, int fbZorder) { 129 hwc_rect_t fbUpdatingRect, int fbZorder) { 165 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf); 166 hwc_rect_t displayFrame = layer->displayFrame; 263 hwc_rect_t fbUpdatingRect, int fbZorder) { 276 hwc_display_contents_1 *list, hwc_rect_t fbUpdatingRect, int fbZorder) { 297 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf); 298 hwc_rect_t displayFrame = layer->displayFrame; 358 hwc_rect_t cropL = sourceCrop [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_fbupdate.h | 42 hwc_rect_t fbUpdatingRect, int fbZorder) = 0; 67 hwc_rect_t fbUpdatingRect, int fbZorder); 72 hwc_rect_t fbUpdatingRect, int fbZorder); 76 hwc_rect_t& sourceCrop, 88 hwc_rect_t fbUpdatingRect, int fbZorder); 94 hwc_rect_t fbUpdatingRect, int fbZorder); 106 hwc_rect_t fbUpdatingRect, int fbZorder);
|
hwc_utils.h | 98 hwc_rect_t mDstRect; 129 hwc_rect_t lRoi; //left ROI 130 hwc_rect_t rRoi; //right ROI. Unused in single DSI panels. 144 static void setBwc(const hwc_rect_t& crop, 145 const hwc_rect_t& dst, const int& transform, 204 inline hwc_rect_t integerizeSourceCrop(const hwc_frect_t& cropF) { 205 hwc_rect_t cropI = {0,0,0,0}; 229 hwc_rect_t calculateDisplayViewFrame(hwc_context_t *ctx, int dpy); 236 void calculate_crop_rects(hwc_rect_t& crop, hwc_rect_t& dst [all...] |
hwc_utils.cpp | 371 void getActionSafePosition(hwc_context_t *ctx, int dpy, hwc_rect_t& rect) { 426 // Convert it back to hwc_rect_t 437 int srcHeight, hwc_rect_t& rect) { 456 // Convert it back to hwc_rect_t 466 hwc_rect_t& inRect, hwc_rect_t& outRect) { 483 hwc_rect_t rect = {0, 0, (int)fbWidth, (int)fbHeight}; 525 hwc_rect_t r = {0, 0, 0, 0}; 569 // Convert Dim to hwc_rect_t 597 hwc_rect_t& sourceCrop [all...] |
hwc_fbupdate.cpp | 85 hwc_rect_t& sourceCrop, 113 hwc_rect_t fbUpdatingRect, int fbZorder) { 125 hwc_rect_t fbUpdatingRect, int fbZorder) { 165 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf); 166 hwc_rect_t displayFrame = layer->displayFrame; 265 hwc_rect_t fbUpdatingRect, int fbZorder) { 278 hwc_display_contents_1 *list, hwc_rect_t fbUpdatingRect, int fbZorder) { 303 hwc_rect_t sourceCrop = fbUpdatingRect; 304 hwc_rect_t displayFrame = fbUpdatingRect; 335 hwc_rect_t cropL = sourceCrop [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_fbupdate.h | 42 hwc_rect_t fbUpdatingRect, int fbZorder) = 0; 67 hwc_rect_t fbUpdatingRect, int fbZorder); 72 hwc_rect_t fbUpdatingRect, int fbZorder); 76 hwc_rect_t& sourceCrop, 88 hwc_rect_t fbUpdatingRect, int fbZorder); 94 hwc_rect_t fbUpdatingRect, int fbZorder); 106 hwc_rect_t fbUpdatingRect, int fbZorder);
|
hwc_utils.h | 99 hwc_rect_t mDstRect; 134 hwc_rect_t lRoi; //left ROI 135 hwc_rect_t rRoi; //right ROI. Unused in single DSI panels. 145 hwc_rect_t displayFrame[MAX_PTOR_LAYERS]; 169 static void setBwc(const hwc_rect_t& crop, 170 const hwc_rect_t& dst, const int& transform, 229 inline hwc_rect_t integerizeSourceCrop(const hwc_frect_t& cropF) { 230 hwc_rect_t cropI = {0,0,0,0}; 256 void calculate_crop_rects(hwc_rect_t& crop, hwc_rect_t& dst [all...] |
hwc_copybit.h | 72 hwc_rect_t FbdirtyRect[NUM_RENDER_BUFFERS]; 76 void insertAndUpdateFbCache(hwc_rect_t dirtyRect); 77 int getUnchangedFbDRCount(hwc_rect_t dirtyRect); 90 private_handle_t *renderBuffer, hwc_rect_t overlap, 91 hwc_rect_t destRect); 114 int clear (private_handle_t* hnd, hwc_rect_t& rect);
|
hwc_utils.cpp | 386 void getActionSafePosition(hwc_context_t *ctx, int dpy, hwc_rect_t& rect) { 441 // Convert it back to hwc_rect_t 453 hwc_rect_t& inRect, hwc_rect_t& outRect) { 470 hwc_rect_t rect = {0, 0, (int)fbWidth, (int)fbHeight}; 512 hwc_rect_t r = {0, 0, 0, 0}; 556 // Convert Dim to hwc_rect_t 584 hwc_rect_t& sourceCrop, 585 hwc_rect_t& displayFrame, 628 //convert Dim to hwc_rect_t [all...] |
hwc_copybit.cpp | 161 hwc_rect_t dirtyRect = list->hwLayers[changingLayerIndex].displayFrame; 168 hwc_rect_t displayFrame = list->hwLayers[k].displayFrame; 169 hwc_rect_t result = getIntersection(displayFrame,dirtyRect); 230 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; 318 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf); 385 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect) 442 hwc_rect_t displayFrame = 445 hwc_rect_t tmpDisplayFrame = list->hwLayers[i].displayFrame; 446 hwc_rect_t result = getIntersection(displayFrame,tmpDisplayFrame); 529 hwc_rect_t clearRegion = {0,0,0,0} [all...] |
hwc_fbupdate.cpp | 92 hwc_rect_t& sourceCrop, 119 hwc_rect_t fbUpdatingRect, int fbZorder) { 131 hwc_rect_t fbUpdatingRect, int fbZorder) { 171 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf); 172 hwc_rect_t displayFrame = layer->displayFrame; 271 hwc_rect_t fbUpdatingRect, int fbZorder) { 284 hwc_display_contents_1 *list, hwc_rect_t fbUpdatingRect, int fbZorder) { 309 hwc_rect_t sourceCrop = fbUpdatingRect; 310 hwc_rect_t displayFrame = fbUpdatingRect; 341 hwc_rect_t cropL = sourceCrop [all...] |
/hardware/qcom/display/msm8909/libqdutils/ |
cb_utils.cpp | 31 void getUnion(hwc_rect_t& rect1,hwc_rect_t& rect2, hwc_rect_t& irect) { 39 int clear (copybit_device_t *copybit, private_handle_t* hnd, hwc_rect_t& rect) 59 int version, LayerProp *layerProp, hwc_rect_t dirtyRect, 63 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; 84 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame; 97 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame; 112 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
|