Home
last modified time | relevance | path

Searched refs:boundingBox (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/teeui/libteeui/src/
H A Dlabel.cpp68 optional<Box<pxs>> boundingBox; in draw() local
97 if (boundingBox) in draw()
98 boundingBox = boundingBox->merge(bBox); in draw()
100 boundingBox = bBox; in draw()
107 if (!boundingBox) return Error::OK; in draw()
109 TEEUI_LOG << "BoundingBox: " << *boundingBox << " Bounds: " << bounds << ENDL; in draw()
111 offset -= {0, boundingBox->y()}; in draw()
115 offset += {0, (bounds.h() - boundingBox->h()) / 2.0_px}; in draw()
117 offset += {0, (bounds.h() - boundingBox->h())}; in draw()
123 drawBox(boundingBox->translate(offset), 0xff00); in draw()
H A Dfont_rendering.cpp132 const Box<pxs>& boundingBox) { in findLongestWordSequence() argument
183 if (workingBox.fitsInside(boundingBox)) { in findLongestWordSequence()
H A Dbutton.cpp158 Box<pxs> coBBox = Box<pxs>::boundingBox(coBegin->begin, coBegin->end); in draw()
/aosp12/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java36 public final RectF boundingBox; field in GestureStroke
80 boundingBox = bx; in GestureStroke()
88 boundingBox = new RectF(bbx.left, bbx.top, bbx.right, bbx.bottom); in GestureStroke()
96 return new GestureStroke(boundingBox, length, points, timestamps); in clone()
162 final RectF rect = boundingBox; in toPath()
H A DGesture.java97 mBoundingBox.union(stroke.boundingBox); in addStroke()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarDragLayerController.java91 Rect boundingBox = new Rect(0, 0, mTaskbarDragLayer.getWidth(), in getFolderBoundingBox() local
93 boundingBox.inset(mFolderMargin, mFolderMargin); in getFolderBoundingBox()
94 return boundingBox; in getFolderBoundingBox()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DQuad.java75 public Rectangle boundingBox() { in boundingBox() method in Quad
/aosp12/system/teeui/libteeui/include/teeui/
H A Dfont_rendering.h217 const Box<pxs>& boundingBox);
H A Dutils.h823 static Box boundingBox(const Point<Coord>* begin, const Point<Coord>* end) {
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt14647 field public final android.graphics.RectF boundingBox;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt10381 field public final android.graphics.RectF boundingBox;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18779 Landroid/filterfw/geometry/Quad;->boundingBox()Landroid/filterfw/geometry/Rectangle;