Home
last modified time | relevance | path

Searched refs:box (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DDrawRectFilter.java92 Quad box = (Quad)boxFrame.getObjectValue(); in process() local
93 box = box.scaled(2.0f).translated(-1.0f, -1.0f); in process()
100 renderBox(box); in process()
109 private void renderBox(Quad box) { in renderBox() argument
114 float[] vertexValues = { box.p0.x, box.p0.y, in renderBox()
115 box.p1.x, box.p1.y, in renderBox()
116 box.p3.x, box.p3.y, in renderBox()
117 box.p2.x, box.p2.y }; in renderBox()
DDrawOverlayFilter.java68 Quad box = (Quad)boxFrame.getObjectValue(); in process() local
69 box = box.translated(1.0f, 1.0f).scaled(2.0f); in process()
71 mProgram.setTargetRegion(box); in process()
DCropFilter.java115 Quad box = (Quad)boxFrame.getObjectValue(); in process() local
128 shaderProgram.setSourceRegion(box); in process()
/frameworks/base/libs/hwui/tests/common/scenes/
DListViewAnimation.cpp101 auto box = rand() % 2 ? filledBox : strokedBox; in createListItem() local
102 canvas.drawBitmap(*box, itemWidth - dp(10) - box->width(), dp(10), nullptr); in createListItem()
/frameworks/base/core/jni/android/graphics/pdf/
DPdfEditor.cpp241 PageBox pageBox, jobject box) { in nativeSetPageBox() argument
251 const int left = env->GetIntField(box, gRectClassInfo.left); in nativeSetPageBox()
252 const int top = env->GetIntField(box, gRectClassInfo.top); in nativeSetPageBox()
253 const int right = env->GetIntField(box, gRectClassInfo.right); in nativeSetPageBox()
254 const int bottom = env->GetIntField(box, gRectClassInfo.bottom); in nativeSetPageBox()
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java211 CheckBox box = findViewById(R.id.useSecondAudioManager);
212 if (box.isChecked()) {
216 box = findViewById(R.id.useVirtualCallCheckBox);
217 useVirtualCall = box.isChecked();
/frameworks/base/core/java/android/gesture/
DGestureOverlayView.java649 final OrientedBoundingBox box = in touchMove() local
652 float angle = Math.abs(box.orientation); in touchMove()
657 if (box.squareness > mGestureStrokeSquarenessTreshold || in touchMove()
/frameworks/ml/nn/tools/api/
Dtypes.spec3057 * Transform axis-aligned bounding box proposals using bounding box deltas.
3059 * Given the positions of bounding box proposals and the corresponding
3060 * bounding box deltas for each class, return the refined bounding box
3071 * bounding box proposals, each line with format [x1, y1, x2, y2].
3076 * bounding box delta for each region of interest and each class. The
3077 * bounding box deltas are organized in the following order
3079 * for the center position of the bounding box with respect to the width
3091 * [num_rois], specifying the batch index of each box. Boxes with
3101 * output bounding box for each class, with format [x1, y1, x2, y2].
3583 * the box with maximum score gets selected and removed from the pending set.
[all …]
/frameworks/rs/script_api/
Drs_graphics.spec654 summary: Get the bounding box for a text string
656 Returns the bounding box of the text relative to (0, 0)
685 summary: Compute a bounding box
687 Computes an axis aligned bounding box of a mesh object
Drs_matrix.spec264 Constructs a frustum projection matrix, transforming the box identified by
314 Constructs an orthographic projection matrix, transforming the box identified by the
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dthreshold_half.rscript46 // will resemble a box blur since with large sigma
Dthreshold.rscript46 // will resemble a box blur since with large sigma
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dthreshold.rscript46 // will resemble a box blur since with large sigma
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dthreshold.rscript46 // will resemble a box blur since with large sigma
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java1326 AnswerBox box = new AnswerBox(); in getFactoryMacAddress()
1329 box.mac = MacAddress.fromBytes(macBytes); in getFactoryMacAddress()
1331 return box.mac; in getFactoryMacAddress()
1353 AnswerBox box = new AnswerBox(); in getApfCapabilities()
1356 box.value = new ApfCapabilities( in getApfCapabilities()
1361 return box.value; in getApfCapabilities()
/frameworks/rs/script_api/include/
Drs_graphics.rsh990 * rsgMeasureText: Get the bounding box for a text string
994 * Returns the bounding box of the text relative to (0, 0)
1020 * rsgMeshComputeBoundingBox: Compute a bounding box
1024 * Computes an axis aligned bounding box of a mesh object
Drs_matrix.rsh270 * Constructs a frustum projection matrix, transforming the box identified by
331 * Constructs an orthographic projection matrix, transforming the box identified by the
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3405 box(mAccessibilityFocusedWindowId))); in updateWindowsLocked()
3533 box(mAccessibilityFocusedWindowId))); in updateActiveAndAccessibilityFocusedWindowLocked()
3587 AccessibilityManagerService.this, box(oldActiveWindow))); in onTouchInteractionEnd()
3592 private IntSupplier box(int value) { in box() method in AccessibilityManagerService.SecurityPolicy
/frameworks/av/media/libaaudio/
DDoxyfile1459 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1466 # search using the keyboard; to jump to the search box use <access key> + S
1468 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1472 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
2257 # by representing a node as a red box. Note that doxygen if the number of direct
2280 # to support this out of the box.
DDoxyfile.orig1450 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1457 # search using the keyboard; to jump to the search box use <access key> + S
1459 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1463 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
2248 # by representing a node as a red box. Note that doxygen if the number of direct
2271 # to support this out of the box.
/frameworks/av/media/codec2/docs/
Ddoxygen.config1526 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1533 # search using the keyboard; to jump to the search box use <access key> + S
1535 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1539 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
2391 # by representing a node as a red box. Note that doxygen if the number of direct
2414 # to support this out of the box.
/frameworks/base/media/native/midi/include/
DDoxyfile.orig1576 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1583 # search using the keyboard; to jump to the search box use <access key> + S
1585 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1589 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
2439 # by representing a node as a red box. Note that doxygen if the number of direct
2462 # to support this out of the box.
DDoxyfile1576 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1583 # search using the keyboard; to jump to the search box use <access key> + S
1585 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1589 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
2439 # by representing a node as a red box. Note that doxygen if the number of direct
2462 # to support this out of the box.
/frameworks/wilhelm/doc/
DDoxyfile1061 # When the SEARCHENGINE tag is enabled doxygen will generate a search box
1588 # visualized by representing a node as a red box. Note that doxygen if the
1607 # seem to support this out of the box. Warning: Depending on the platform used,
/frameworks/native/docs/
DDoxyfile1266 # When the SEARCHENGINE tag is enabled doxygen will generate a search box
1876 # visualized by representing a node as a red box. Note that doxygen if the
1895 # seem to support this out of the box. Warning: Depending on the platform used,

12