Home
last modified time | relevance | path

Searched refs:getIntersection (Results 1 – 18 of 18) sorted by relevance

/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp533 dirtyRect = getIntersection(layer->displayFrame, scissor); in calculateDirtyRect()
550 dst = getIntersection(dst, roi); in trimAgainstROI()
572 hwc_rect_t res = getIntersection(visibleRect, dstRect); in validateAndApplyROI()
643 hwc_rect tmpDst = getIntersection(dst, roi); in trimAgainstROI()
752 l_roi = getIntersection(temp_roi, l_frame); in generateROI()
753 r_roi = getIntersection(temp_roi, r_frame); in generateROI()
1064 if(!isValidRect(getIntersection(layer->displayFrame, in fullMDPCompWithPTOR()
2648 hwc_rect_t res = getIntersection(visibleRect, dstRect); in validateAndApplyROI()
2715 hwc_rect lRoi = getIntersection(roi, lFrame); in generateROI()
2721 hwc_rect rRoi = getIntersection(roi, rFrame); in generateROI()
[all …]
H A Dhwc_copybit.cpp169 hwc_rect_t result = getIntersection(displayFrame,dirtyRect); in getLayersChanging()
455 hwc_rect_t result = getIntersection(displayFrame,tmpDisplayFrame); in drawUsingAppBufferComposition()
626 hwc_rect_t commonRect = getIntersection(prevOvlap, overlap); in drawOverlap()
635 if(!isValidRect(getIntersection(layer->displayFrame, in drawOverlap()
657 hwc_rect_t destRect = getIntersection(overlap, layer->displayFrame); in drawOverlap()
721 hwc_rect_t iRect = getIntersection(dispFrame, overlap); in drawRectUsingCopybit()
H A Dhwc_utils.cpp912 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL); in needsScalingWithSplit()
918 scissorR = getIntersection(ctx->mViewFrame[dpy], scissorR); in needsScalingWithSplit()
976 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in trimLayer()
1303 hwc_rect_t irect = getIntersection(layer1->displayFrame, in areLayersIntersecting()
1348 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2) in getIntersection() function
1444 layer->dirtyRect = getIntersection(bottomCrop, in optimizeLayerRects()
1473 nwr = getIntersection(nwr, fbDisplayFrame); in getNonWormholeRegion()
2149 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in configureSplit()
2158 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in configureSplit()
2635 hwc_rect lRoi = getIntersection(roi, lFrame); in expandROIFromMidPoint()
[all …]
H A Dhwc_fbupdate.cpp103 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]); in preRotateExtDisplay()
H A Dhwc_utils.h346 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2);
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp433 dirtyRect = getIntersection(layer->displayFrame, scissor); in calculateDirtyRect()
437 hwc_rect_t intersect = getIntersection(updatingRect, scissor); in calculateDirtyRect()
449 fbRect = getIntersection(fbRect, roi); in trimAgainstROI()
470 hwc_rect_t res = getIntersection(visibleRect, dstRect); in validateAndApplyROI()
511 hwc_rect_t dirtyRect = getIntersection(layer->displayFrame, in generateROI()
541 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi); in trimAgainstROI()
542 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi); in trimAgainstROI()
570 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect); in validateAndApplyROI()
571 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect); in validateAndApplyROI()
642 l_roi = getIntersection(temp_roi, l_frame); in generateROI()
[all …]
H A Dhwc_utils.cpp747 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL); in needsScalingWithSplit()
753 scissorR = getIntersection(ctx->mViewFrame[dpy], scissorR); in needsScalingWithSplit()
811 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in trimLayer()
1098 hwc_rect_t irect = getIntersection(layer1->displayFrame, in areLayersIntersecting()
1136 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2) in getIntersection() function
1216 hwc_rect_t irect = getIntersection(bottomframe, topframe); in optimizeLayerRects()
1230 layer->dirtyRect = getIntersection(bottomCrop, in optimizeLayerRects()
1259 nwr = getIntersection(nwr, fbDisplayFrame); in getNonWormholeRegion()
1811 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in configureSplit()
1820 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in configureSplit()
H A Dhwc_utils.h267 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2);
H A Dhwc_fbupdate.cpp98 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]); in preRotateExtDisplay()
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp450 fbRect = getIntersection(fbRect, roi); in trimAgainstROI()
471 hwc_rect_t res = getIntersection(visibleRect, dstRect); in validateAndApplyROI()
548 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi); in trimAgainstROI()
549 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi); in trimAgainstROI()
577 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect); in validateAndApplyROI()
578 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect); in validateAndApplyROI()
655 l_roi = getIntersection(temp_roi, l_frame); in generateROI()
656 r_roi = getIntersection(temp_roi, r_frame); in generateROI()
868 if ((isValidRect(getIntersection(dispFrame, disFrame))) in fullMDPCompWithPTOR()
883 if(isValidRect(getIntersection(overlapRect[0], overlapRect[1]))) { in fullMDPCompWithPTOR()
[all …]
H A Dhwc_utils.cpp734 scissorL = getIntersection(ctx->mViewFrame[dpy], scissorL); in needsScalingWithSplit()
740 scissorR = getIntersection(ctx->mViewFrame[dpy], scissorR); in needsScalingWithSplit()
798 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in trimLayer()
1085 hwc_rect_t irect = getIntersection(layer1->displayFrame, in areLayersIntersecting()
1124 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2) in getIntersection() function
1204 hwc_rect_t irect = getIntersection(bottomframe, topframe); in optimizeLayerRects()
1218 layer->dirtyRect = getIntersection(bottomCrop, in optimizeLayerRects()
1247 nwr = getIntersection(nwr, fbDisplayFrame); in getNonWormholeRegion()
1815 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in configureSplit()
1824 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in configureSplit()
H A Dhwc_copybit.cpp169 hwc_rect_t result = getIntersection(displayFrame,dirtyRect); in getLayersChanging()
446 hwc_rect_t result = getIntersection(displayFrame,tmpDisplayFrame); in drawUsingAppBufferComposition()
600 if(!isValidRect(getIntersection(layer->displayFrame, in drawOverlap()
668 hwc_rect_t iRect = getIntersection(dispFrame, overlap); in drawRectUsingCopybit()
H A Dhwc_fbupdate.cpp105 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]); in preRotateExtDisplay()
H A Dhwc_utils.h291 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2);
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsSource.java145 ? getIntersection(frame, relativeFrame, mTmpFrame) in calculateInsets()
191 private static boolean getIntersection(@NonNull Rect a, @NonNull Rect b, @NonNull Rect out) { in getIntersection() method in InsetsSource
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp206 static std::list<int> getIntersection(const std::unordered_set<int> &streamIdsForThisCamera, in getIntersection() function
368 std::list<int> streamIdsUsedInRequest = getIntersection(streamIdSetIt->second, in submitRequestList()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt16937 HSPLandroid/view/InsetsSource;->getIntersection(Landroid/graphics/Rect;Landroid/graphics/Rect;Landr…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt16986 HSPLandroid/view/InsetsSource;->getIntersection(Landroid/graphics/Rect;Landroid/graphics/Rect;Landr…