Searched defs:getIntersection (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp747 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL);
753 scissorR = getIntersection(ctx->mViewFrame[dpy], scissorR);
811 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
1098 hwc_rect_t irect = getIntersection(layer1->displayFrame,
1136 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2) function in namespace:qhwc
1216 hwc_rect_t irect = getIntersection(bottomframe, topframe);
1230 layer->dirtyRect = getIntersection(bottomCrop,
1259 nwr = getIntersection(nwr, fbDisplayFrame);
1809 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
1818 scissor = getIntersection(ct
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp734 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL);
740 scissorR = getIntersection(ctx->mViewFrame[dpy], scissorR);
798 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
1085 hwc_rect_t irect = getIntersection(layer1->displayFrame,
1124 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2) function in namespace:qhwc
1204 hwc_rect_t irect = getIntersection(bottomframe, topframe);
1218 layer->dirtyRect = getIntersection(bottomCrop,
1247 nwr = getIntersection(nwr, fbDisplayFrame);
1813 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
1822 scissor = getIntersection(ct
[all...]
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp976 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL);
982 scissorR = getIntersection(ctx->mViewFrame[dpy], scissorR);
1050 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
1370 hwc_rect_t irect = getIntersection(layer1->displayFrame,
1411 dirtyRect = getIntersection(layer->displayFrame, scissor);
1415 hwc_rect_t intersect = getIntersection(updatingRect, scissor);
1440 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2) function in namespace:qhwc
1522 hwc_rect_t irect = getIntersection(bottomframe, topframe);
1560 nwr = getIntersection(nwr, fbDisplayFrame);
2228 scissor = getIntersection(ct
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp912 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL);
918 scissorR = getIntersection(ctx->mViewFrame[dpy], scissorR);
976 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
1303 hwc_rect_t irect = getIntersection(layer1->displayFrame,
1348 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2) function in namespace:qhwc
1430 hwc_rect_t irect = getIntersection(bottomframe, topframe);
1444 layer->dirtyRect = getIntersection(bottomCrop,
1473 nwr = getIntersection(nwr, fbDisplayFrame);
2147 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
2156 scissor = getIntersection(ct
[all...]

Completed in 1475 milliseconds