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()
120 hw2d_rect_t rect; in validateAllLayers()150 hw2d_rect_t ir = layer->getImageRect(); in validateAllLayers()
799 hw2d_rect_t crop = layer.getImageRect(); in prepareSolidLayer()805 hw2d_rect_t window = layer.getTargetRect(); in prepareSolidLayer()851 hw2d_rect_t crop = layer.getImageRect(); in prepareSource()857 hw2d_rect_t window = layer.getTargetRect(); in prepareSource()
52 } hw2d_rect_t; typedef857 hw2d_rect_t getImageRect() { return mImageRect; } in getImageRect()863 hw2d_rect_t getTargetRect() { return mTargetRect; } in getTargetRect()909 hw2d_rect_t mImageRect;910 hw2d_rect_t mTargetRect;1221 hw2d_rect_t mSourceRect;1222 hw2d_rect_t mTargetRect;