Searched refs:BRect (Results 1 – 4 of 4) sorted by relevance
207 bool b2h(BRect const& from, HRect* to) { in b2h()208 BRect* dst = reinterpret_cast<BRect*>(to->data()); in b2h()216 bool h2b(HRect const& from, BRect* to) { in h2b()217 BRect const* src = reinterpret_cast<BRect const*>(from.data()); in h2b()230 BRect const* rectArray = from.getArray(&numRects); in b2h()242 BRect bRect; in h2b()
200 bool b2h(BRect const& from, HRect* to) { in b2h()201 BRect* dst = reinterpret_cast<BRect*>(to->data()); in b2h()209 bool h2b(HRect const& from, BRect* to) { in h2b()210 BRect const* src = reinterpret_cast<BRect const*>(from.data()); in h2b()223 BRect const* rectArray = from.getArray(&numRects); in b2h()235 BRect bRect; in h2b()
89 using BRect = ::android::Rect; variable92 bool b2h(BRect const& from, HRect* to);93 bool h2b(HRect const& from, BRect* to);
88 using BRect = ::android::Rect; variable91 bool b2h(BRect const& from, HRect* to);92 bool h2b(HRect const& from, BRect* to);