Lines Matching refs:LayerRect

46   bool IsValid(const LayerRect &rect);
47 bool IsCongruent(const LayerRect &rect1, const LayerRect &rect2);
48 void LogI(DebugTag debug_tag, const char *prefix, const LayerRect &roi);
49 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi);
50 void Normalize(const uint32_t &align_x, const uint32_t &align_y, LayerRect *rect);
51 LayerRect Union(const LayerRect &rect1, const LayerRect &rect2);
52 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
53 LayerRect Subtract(const LayerRect &rect1, const LayerRect &rect2);
54 void Subtract(const LayerRect &rect1, const LayerRect &rect2, LayerRect *res);
55 bool Contains(const LayerRect &rect1, const LayerRect &rect2);
56 LayerRect Reposition(const LayerRect &rect1, const int &x_offset, const int &y_offset);
57 void SplitLeftRight(const LayerRect &in_rect, uint32_t split_count, uint32_t align_x,
58 bool flip_horizontal, LayerRect *out_rects);
59 void SplitTopBottom(const LayerRect &in_rect, uint32_t split_count, uint32_t align_y,
60 bool flip_horizontal, LayerRect *out_rects);
61 void MapRect(const LayerRect &src_domain, const LayerRect &dst_domain, const LayerRect &in_rect,
62 LayerRect *out_rect);
63 void TransformHV(const LayerRect &src_domain, const LayerRect &in_rect,
64 const LayerTransform &transform, LayerRect *out_rect);
65 RectOrientation GetOrientation(const LayerRect &in_rect);
66 DisplayError GetCropAndDestination(const LayerRect &crop, const LayerRect &dst,
69 DisplayError GetScaleFactor(const LayerRect &crop, const LayerRect &dst, bool rotate90,