Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 10 of 10) 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()
86 findLongestWordSequence(&face, text_t(*textBegin, *lineEnd), bounds); in draw()
98 pen += {(bounds.w() - bBox.w()) / 2.0_px, 0}; in draw()
101 pen += {bounds.w() - bBox.w(), 0}; in draw()
125 TEEUI_LOG << "BoundingBox: " << *boundingBox << " Bounds: " << bounds << ENDL; in draw()
126 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.bp21 "bounds",
/system/nfc/utils/
DAndroid.bp30 misc_undefined: ["bounds"],
/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/authgraph/derive/src/
Dlib.rs61 type_param.bounds.push(parse_quote!(AsCborValue)); in add_trait_bounds()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py255 data_range = FactorRange(factors=threads_range, bounds='auto')
/system/nfc/src/
DAndroid.bp80 misc_undefined: ["bounds"],
/system/keymint/derive/src/
Dlib.rs68 type_param.bounds.push(parse_quote!(AsCborValue)); in add_trait_bounds()