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

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp700 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL);
706 scissorR = getIntersection(ctx->mViewFrame[dpy], scissorR);
764 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
1079 hwc_rect_t irect = getIntersection(layer1->displayFrame,
1090 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2) function in namespace:qhwc
1170 hwc_rect_t irect = getIntersection(bottomframe, topframe);
1208 nwr = getIntersection(nwr, fbDisplayFrame);
1743 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
1750 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
/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,
1130 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2) function in namespace:qhwc
1210 hwc_rect_t irect = getIntersection(bottomframe, topframe);
1224 layer->dirtyRect = getIntersection(bottomCrop,
1253 nwr = getIntersection(nwr, fbDisplayFrame);
1803 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
1812 scissor = getIntersection(ct
[all...]

Completed in 55 milliseconds