Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 12 of 12) sorted by relevance

/system/teeui/libteeui/src/
Dlabel.cpp25 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 …]
Dbutton.cpp27 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/
DAndroid.bp12 "bounds",
/system/bt/build/
DAndroid.bp80 misc_undefined: ["bounds"],
89 misc_undefined: ["bounds"],
/system/bt/gd/dumpsys/bundler/
DAndroid.bp44 misc_undefined: ["bounds"],
/system/bt/packet/tests/base/
Diterator_test.cc32 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/
Dlabel.h85 Error draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo);
88 Error hit(const Event& event, const Box<pxs>& bounds);
Dbutton.h47 Error draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds,
/system/bt/btif/
DAndroid.bp226 misc_undefined: ["bounds"],
/system/bt/stack/
DAndroid.bp500 misc_undefined: ["bounds"],
/system/bt/gd/
DAndroid.bp38 misc_undefined: ["bounds"],
/system/bt/doc/
Dstyle_guide.md174 lightweight memory bounds checks that can help track down memory errors.