/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 533 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 D | hwc_copybit.cpp | 169 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 D | hwc_utils.cpp | 912 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 D | hwc_fbupdate.cpp | 103 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]); in preRotateExtDisplay()
|
H A D | hwc_utils.h | 346 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2);
|
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 433 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 D | hwc_utils.cpp | 747 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 D | hwc_utils.h | 267 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2);
|
H A D | hwc_fbupdate.cpp | 98 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]); in preRotateExtDisplay()
|
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 450 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 D | hwc_utils.cpp | 734 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 D | hwc_copybit.cpp | 169 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 D | hwc_fbupdate.cpp | 105 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]); in preRotateExtDisplay()
|
H A D | hwc_utils.h | 291 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2);
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsSource.java | 145 ? 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 D | CameraDeviceClient.cpp | 206 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 D | boot-image-profile.txt | 16937 HSPLandroid/view/InsetsSource;->getIntersection(Landroid/graphics/Rect;Landroid/graphics/Rect;Landr…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 16986 HSPLandroid/view/InsetsSource;->getIntersection(Landroid/graphics/Rect;Landroid/graphics/Rect;Landr…
|