Home
last modified time | relevance | path

Searched refs:BRect (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/vndk/
Dtypes.cpp207 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()
/frameworks/native/libs/gui/bufferqueue/2.0/
Dtypes.cpp200 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()
/frameworks/av/media/codec2/vndk/include/
Dtypes.h89 using BRect = ::android::Rect; variable
92 bool b2h(BRect const& from, HRect* to);
93 bool h2b(HRect const& from, BRect* to);
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
Dtypes.h88 using BRect = ::android::Rect; variable
91 bool b2h(BRect const& from, HRect* to);
92 bool h2b(HRect const& from, BRect* to);