Searched defs:dstRect (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp429 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, local
584 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect,
627 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, local
643 int res = copybit->fill_color(copybit, &dst, &dstRect, color);
H A Dhwc_mdpcomp.cpp469 hwc_rect_t dstRect = layer->displayFrame; local
470 hwc_rect_t res = getIntersection(visibleRect, dstRect);
478 if(!isSameRect(res, dstRect) && needsScaling (layer)) {
568 hwc_rect_t dstRect = layer->displayFrame; local
570 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect);
571 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect);
580 if(!isSameRect(res, dstRect) && needsScaling (layer)) {
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp334 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, local
477 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect,
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp678 copybit_rect_t dstRect = {destRect.left, destRect.top, destRect.right, local
692 hwc_rect_t regRect = {dstRect.l,dstRect.t, dstRect.r, dstRect.b};
710 int err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect,
796 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, local
806 dstRect = srcRect;
960 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect,
1003 copybit_rect_t dstRect local
[all...]
H A Dhwc_mdpcomp.cpp470 hwc_rect_t dstRect = layer->displayFrame; local
471 hwc_rect_t res = getIntersection(visibleRect, dstRect);
479 if(!isSameRect(res, dstRect) && needsScaling (layer)) {
575 hwc_rect_t dstRect = layer->displayFrame; local
577 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect);
578 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect);
587 if(!isSameRect(res, dstRect) && needsScaling (layer)) {
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_copybit.cpp842 copybit_rect_t dstRect = {destRect.left, destRect.top, destRect.right, local
856 hwc_rect_t regRect = {dstRect.l,dstRect.t, dstRect.r, dstRect.b};
874 int err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect,
966 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, local
975 dstRect.l = result.left;
976 dstRect.t = result.top;
977 dstRect
1192 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, local
[all...]
H A Dhwc_mdpcomp.cpp539 hwc_rect_t dstRect = layer->displayFrame; local
540 hwc_rect_t res = getIntersection(visibleRect, dstRect);
548 if(!isSameRect(res, dstRect) && needsScaling (layer)) {
639 hwc_rect_t dstRect = layer->displayFrame; local
641 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect);
642 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect);
651 if(!isSameRect(res, dstRect) && needsScaling (layer)) {
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.cpp731 copybit_rect_t dstRect = {destRect.left, destRect.top, destRect.right, local
745 hwc_rect_t regRect = {dstRect.l,dstRect.t, dstRect.r, dstRect.b};
763 int err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect,
849 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, local
859 dstRect = srcRect;
1013 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect,
1056 copybit_rect_t dstRect local
[all...]
H A Dhwc_mdpcomp.cpp571 hwc_rect_t dstRect = layer->displayFrame; local
572 hwc_rect_t res = getIntersection(visibleRect, dstRect);
580 if(!isSameRect(res, dstRect) && needsScaling (layer)) {
676 hwc_rect_t dstRect = layer->displayFrame; local
678 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect);
679 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect);
688 if(!isSameRect(res, dstRect) && needsScaling (layer)) {
2647 hwc_rect_t dstRect = layer->displayFrame; local
2648 hwc_rect_t res = getIntersection(visibleRect, dstRect);
2656 if(!isSameRect(res, dstRect)
[all...]

Completed in 78 milliseconds