Searched refs:bounds (Results 1 – 12 of 12) sorted by relevance
/system/teeui/libteeui/src/ |
D | label.cpp | 25 Error LabelImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo) { in draw() argument 41 Box<intpxs> intBounds(intpxs((int64_t)bounds.x().count()), intpxs((int64_t)bounds.y().count()), in draw() 42 intpxs((int64_t)bounds.w().count()), intpxs((int64_t)bounds.h().count())); in draw() 47 TEEUI_LOG << "Bounds: " << bounds << " Pixel: " << Point<pxs>(x, y) << ENDL; in draw() 63 drawBox(bounds, 0xff); in draw() 75 findLongestWordSequence(&face, text_t(*textBegin, *text_.end()), bounds); in draw() 87 pen += {(bounds.w() - bBox.w()) / 2.0_px, 0}; in draw() 90 pen += {bounds.w() - bBox.w(), 0}; in draw() 109 TEEUI_LOG << "BoundingBox: " << *boundingBox << " Bounds: " << bounds << ENDL; in draw() 110 Point<pxs> offset = bounds.topLeft(); in draw() [all …]
|
D | button.cpp | 27 Error ButtonImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, in draw() argument 31 Box<intpxs> intBounds(bounds); in draw() 35 TEEUI_LOG << "Bounds: " << bounds << " Pixel: " << Point<pxs>(x, y) << ENDL; in draw() 163 auto start = PxPoint{bounds.w() - coBBox.w(), bounds.h() - coBBox.h()} / pxs(2.0); in draw() 164 start += bounds.topLeft(); in draw()
|
/system/media/audio_utils/fuzz/monoblend_fuzzer/ |
D | Android.bp | 12 "bounds",
|
/system/bt/build/ |
D | Android.bp | 80 misc_undefined: ["bounds"], 89 misc_undefined: ["bounds"],
|
/system/bt/gd/dumpsys/bundler/ |
D | Android.bp | 44 misc_undefined: ["bounds"],
|
/system/bt/packet/tests/base/ |
D | iterator_test.cc | 32 auto bounds = GetParam(); in GetTestPacket() local 33 auto lower_bound = bounds.first; in GetTestPacket() 34 auto upper_bound = bounds.second; in GetTestPacket()
|
/system/teeui/libteeui/include/teeui/ |
D | label.h | 85 Error draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo); 88 Error hit(const Event& event, const Box<pxs>& bounds);
|
D | button.h | 47 Error draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds,
|
/system/bt/btif/ |
D | Android.bp | 226 misc_undefined: ["bounds"],
|
/system/bt/stack/ |
D | Android.bp | 500 misc_undefined: ["bounds"],
|
/system/bt/gd/ |
D | Android.bp | 38 misc_undefined: ["bounds"],
|
/system/bt/doc/ |
D | style_guide.md | 174 lightweight memory bounds checks that can help track down memory errors.
|