HomeSort by relevance Sort by last modified time
    Searched refs:fbRect (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 159 /* Trims fbRect calculated against ROI generated */
160 virtual void trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) = 0;
284 /* Trims fbRect calculated against ROI generated */
285 virtual void trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect);
326 /* Trims fbRect calculated against ROI generated */
327 virtual void trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect);
hwc_mdpcomp.cpp 428 void MDPCompNonSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) {
430 fbRect = getIntersection(fbRect, roi);
524 void MDPCompSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) {
528 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi);
529 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi);
530 fbRect = getUnion(l_fbRect, r_fbRect);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp     [all...]

Completed in 45 milliseconds