Searched refs:hw2d_rect_t (Results 1 – 4 of 4) sorted by relevance
64 static inline bool operator==(hw2d_rect_t r1, hw2d_rect_t r2)69 static inline bool operator!=(hw2d_rect_t r1, hw2d_rect_t r2)74 static inline bool operator==(hw2d_rect_t r1, hwc_rect_t r2)82 static inline bool operator==(hwc_rect_t r1, hw2d_rect_t r2)87 static inline bool operator!=(hw2d_rect_t r1, hwc_rect_t r2)92 static inline bool operator!=(hwc_rect_t r1, hw2d_rect_t r2)97 static inline bool operator>(hw2d_rect_t rect, hw2d_coord_t xy)110 static inline bool area_is_zero(hw2d_rect_t rect) in area_is_zero()
121 hw2d_rect_t rect; in validateAllLayers()152 hw2d_rect_t ir = layer->getImageRect(); in validateAllLayers()
834 hw2d_rect_t crop = layer.getImageRect(); in prepareSolidLayer()840 hw2d_rect_t window = layer.getTargetRect(); in prepareSolidLayer()886 hw2d_rect_t crop = layer.getImageRect(); in prepareSource()892 hw2d_rect_t window = layer.getTargetRect(); in prepareSource()
54 } hw2d_rect_t; typedef872 hw2d_rect_t getImageRect() { return mImageRect; } in getImageRect()878 hw2d_rect_t getTargetRect() { return mTargetRect; } in getTargetRect()927 hw2d_rect_t mImageRect;928 hw2d_rect_t mTargetRect;1240 hw2d_rect_t mSourceRect;1241 hw2d_rect_t mTargetRect;