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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 160 /* Trims fbRect calculated against ROI generated */
161 virtual void trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) = 0;
285 /* Trims fbRect calculated against ROI generated */
286 virtual void trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect);
327 /* Trims fbRect calculated against ROI generated */
328 virtual void trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect);
hwc_mdpcomp.cpp 447 void MDPCompNonSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) {
449 fbRect = getIntersection(fbRect, roi);
535 void MDPCompSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) {
539 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi);
540 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi);
541 fbRect = getUnion(l_fbRect, r_fbRect);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 162 /* Trims fbRect calculated against ROI generated */
163 virtual void trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) = 0;
290 /* Trims fbRect calculated against ROI generated */
291 virtual void trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect);
332 /* Trims fbRect calculated against ROI generated */
333 virtual void trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect);
hwc_mdpcomp.cpp 440 void MDPCompNonSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) {
442 fbRect = getIntersection(fbRect, roi);
536 void MDPCompSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) {
540 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi);
541 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi);
542 fbRect = getUnion(l_fbRect, r_fbRect);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 163 /* Trims fbRect calculated against ROI generated */
164 virtual void trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) = 0;
318 /* Trims fbRect calculated against ROI generated */
319 virtual void trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect);
360 /* Trims fbRect calculated against ROI generated */
361 virtual void trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect);
hwc_mdpcomp.cpp 528 void MDPCompNonSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) {
530 fbRect = getIntersection(fbRect, roi);
625 void MDPCompSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) {
629 hwc_rect_t l_fbRect = getIntersection(fbRect, l_roi);
630 hwc_rect_t r_fbRect = getIntersection(fbRect, r_roi);
631 fbRect = getUnion(l_fbRect, r_fbRect);
    [all...]

Completed in 41 milliseconds