Home
last modified time | relevance | path

Searched defs:boundingBox (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/
H A Drects_component_test.ts126 const boundingBox = updateViewPositionSpy.calls.mostRecent().args[1]; constant
202 const boundingBox = updateViewPositionSpy.calls.mostRecent().args[1]; constant
273 const boundingBox = updateViewPositionSpy.calls.mostRecent().args[1]; constant
290 const boundingBox = updateViewPositionSpy.calls.mostRecent().args[1]; constant
319 const boundingBox = updateViewPositionSpy.calls.mostRecent().args[1]; constant
618 const boundingBox = updateViewPositionSpy.calls.mostRecent().args[1]; constant
651 const boundingBox = updateViewPositionSpy.calls.mostRecent().args[1]; constant
707 const [camera, boundingBox] = updateViewPositionSpy.calls.mostRecent().args; constant
H A Dscene.ts23 boundingBox: Box3D; property
H A Dcanvas_test.ts45 let boundingBox: Box3D; variable
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/
H A DDetectionResultRowIndicatorColumn.java29 DetectionResultRowIndicatorColumn(BoundingBox boundingBox, boolean isLeft) { in DetectionResultRowIndicatorColumn()
50 BoundingBox boundingBox = getBoundingBox(); in adjustCompleteIndicatorColumnRowNumbers() local
129 BoundingBox boundingBox = getBoundingBox(); in adjustIncompleteIndicatorColumnRowNumbers() local
H A DDetectionResult.java32 private BoundingBox boundingBox; field in DetectionResult
35 DetectionResult(BarcodeMetadata barcodeMetadata, BoundingBox boundingBox) { in DetectionResult()
256 void setBoundingBox(BoundingBox boundingBox) { in setBoundingBox()
H A DDetectionResultColumn.java28 private final BoundingBox boundingBox; field in DetectionResultColumn
31 DetectionResultColumn(BoundingBox boundingBox) { in DetectionResultColumn()
H A DPDF417ScanningDecoder.java60 …BoundingBox boundingBox = new BoundingBox(image, imageTopLeft, imageBottomLeft, imageTopRight, ima… in decode() local
138 BoundingBox boundingBox = BoundingBox.merge(adjustBoundingBox(leftRowIndicatorColumn), in merge() local
208 BoundingBox boundingBox, in getRowIndicatorColumn()
H A DBoundingBox.java66 BoundingBox(BoundingBox boundingBox) { in BoundingBox() method in BoundingBox
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/extensions/
H A DLazyGridStateExt.kt45 val boundingBox = IntRect(item.offset, item.size) in isItemAtOffset() constant
/aosp_15_r20/external/armnn/samples/ObjectDetection/src/
H A DDetectedObject.cpp18 const BoundingBox &boundingBox, in DetectedObject()
56 void DetectedObject::SetBoundingBox(const BoundingBox &boundingBox) in SetBoundingBox()
/aosp_15_r20/external/armnn/samples/ObjectDetection/test/
H A DBoundingBoxTests.cpp19 od::BoundingBox boundingBox; variable
39 od::BoundingBox boundingBox; variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdiplusgraphics.h1273 const Matrix *matrix, RectF *boundingBox) const in MeasureDriverString()
1284 RectF *boundingBox) const in MeasureString()
1312 RectF boundingBox; variable
1324 RectF *boundingBox) const in MeasureString()
1335 RectF *boundingBox) const in MeasureString()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/detector/
H A DDetection.java32 public static Detection create(RectF boundingBox, List<Category> categories) { in create()
/aosp_15_r20/external/skia/gm/
H A Dcrbug_996140.cpp67 SkRect boundingBox = SkRect::MakeLTRB(cx - radius, cy - radius, cx + radius, cy + radius); variable
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DQuad.java75 public Rectangle boundingBox() { in boundingBox() method in Quad
/aosp_15_r20/system/teeui/libteeui/src/
H A Dlabel.cpp68 optional<Box<pxs>> boundingBox; in draw() local
H A Dfont_rendering.cpp136 const Box<pxs>& boundingBox) { in findLongestWordSequence()
/aosp_15_r20/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java36 public final RectF boundingBox; field in GestureStroke
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragLayerController.java123 Rect boundingBox = new Rect(0, 0, mTaskbarDragLayer.getWidth(), in getFolderBoundingBox() local
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dvision.v1p2beta1.json672 "boundingBox": { object
1278 "boundingBox": { object
1937 "boundingBox": { object
2253 "boundingBox": { object
2511 "boundingBox": { object
2873 "boundingBox": { object
3677 "boundingBox": { object
4019 "boundingBox": { object
4299 "boundingBox": { object
4514 "boundingBox": { object
[all …]
Dvision.v1p1beta1.json672 "boundingBox": { object
1460 "boundingBox": { object
2264 "boundingBox": { object
2606 "boundingBox": { object
2886 "boundingBox": { object
3066 "boundingBox": { object
3725 "boundingBox": { object
4041 "boundingBox": { object
4299 "boundingBox": { object
4514 "boundingBox": { object
[all …]
Dvision.v1.json1684 "boundingBox": { object
2367 "boundingBox": { object
3026 "boundingBox": { object
3342 "boundingBox": { object
3600 "boundingBox": { object
3780 "boundingBox": { object
4439 "boundingBox": { object
4755 "boundingBox": { object
5013 "boundingBox": { object
5228 "boundingBox": { object
[all …]
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp310 BoundingBox boundingBox; in iterate() local
327 const BoundingBox &boundingBox = cases[caseNdx]; in iterate() local
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
H A DCommunalHub.kt404 updateDragPositionForRemove = { boundingBox -> in <lambda>() method
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DStateChangeTest.cpp7854 GLfloat boundingBox[8] = {0}; in TEST_P() local
7867 GLfloat boundingBox[8] = {0}; in TEST_P() local

12345678910>>...12