Searched defs:FloatRect (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/ui/
H A DFloatRect.h21 class FloatRect { class in namespace:android
23 FloatRect() = default;
24 constexpr FloatRect(float _left, float _top, float _right, float _bottom) function in class:android::FloatRect
30 FloatRect intersect(const FloatRect& other) const {
47 inline bool operator==(const FloatRect& a, const FloatRect& b) {
/frameworks/native/libs/ui/include/ui/
H A DFloatRect.h21 class FloatRect { class in namespace:android
23 FloatRect() = default;
24 constexpr FloatRect(float _left, float _top, float _right, float _bottom) function in class:android::FloatRect
30 FloatRect intersect(const FloatRect& other) const {
47 inline bool operator==(const FloatRect& a, const FloatRect& b) {
/frameworks/native/libs/ui/include_vndk/ui/
H A DFloatRect.h21 class FloatRect { class in namespace:android
23 FloatRect() = default;
24 constexpr FloatRect(float _left, float _top, float _right, float _bottom) function in class:android::FloatRect
30 FloatRect intersect(const FloatRect& other) const {
47 inline bool operator==(const FloatRect& a, const FloatRect& b) {
/frameworks/native/include/layerproto/
H A DLayerProtoParser.h61 class FloatRect { class in class:android::surfaceflinger::LayerProtoParser
111 LayerProtoParser::FloatRect hwcCrop;
138 static LayerProtoParser::FloatRect generateFloatRect(const FloatRectProto& rectProto);
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
H A DLayerProtoParser.h61 class FloatRect { class in class:android::surfaceflinger::LayerProtoParser
111 LayerProtoParser::FloatRect hwcCrop;
138 static LayerProtoParser::FloatRect generateFloatRect(const FloatRectProto& rectProto);

Completed in 71 milliseconds