Lines Matching refs:BSize
17 class BSize {
22 inline BSize();
23 inline BSize(const BSize& other);
24 inline BSize(float width, float height);
39 inline bool operator==(const BSize& other) const;
40 inline bool operator!=(const BSize& other) const;
42 inline BSize& operator=(const BSize& other);
47 BSize::BSize() in BSize() function
55 BSize::BSize(const BSize& other) in BSize() function
63 BSize::BSize(float width, float height) in BSize() function
71 BSize::Width() const in Width()
78 BSize::Height() const in Height()
85 BSize::Set(float width, float height) in Set()
93 BSize::SetWidth(float width) in SetWidth()
100 BSize::SetHeight(float height) in SetHeight()
107 BSize::IntegerWidth() const in IntegerWidth()
114 BSize::IntegerHeight() const in IntegerHeight()
121 BSize::IsWidthSet() const in IsWidthSet()
128 BSize::IsHeightSet() const in IsHeightSet()
135 BSize::operator==(const BSize& other) const
142 BSize::operator!=(const BSize& other) const
148 inline BSize&
149 BSize::operator=(const BSize& other)