/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | DrawRectFilter.java | 92 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()
|
D | DrawOverlayFilter.java | 68 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()
|
D | CropFilter.java | 115 Quad box = (Quad)boxFrame.getObjectValue(); in process() local 128 shaderProgram.setSourceRegion(box); in process()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | ListViewAnimation.cpp | 101 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/ |
D | PdfEditor.cpp | 241 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/ |
D | ScoAudioTest.java | 211 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/ |
D | GestureOverlayView.java | 649 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/ |
D | types.spec | 3057 * 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/ |
D | rs_graphics.spec | 654 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
|
D | rs_matrix.spec | 264 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/ |
D | threshold_half.rscript | 46 // will resemble a box blur since with large sigma
|
D | threshold.rscript | 46 // will resemble a box blur since with large sigma
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | threshold.rscript | 46 // will resemble a box blur since with large sigma
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | threshold.rscript | 46 // will resemble a box blur since with large sigma
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiVendorHal.java | 1326 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/ |
D | rs_graphics.rsh | 990 * 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
|
D | rs_matrix.rsh | 270 * 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/ |
D | AccessibilityManagerService.java | 3405 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/ |
D | Doxyfile | 1459 # 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.
|
D | Doxyfile.orig | 1450 # 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/ |
D | doxygen.config | 1526 # 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/ |
D | Doxyfile.orig | 1576 # 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.
|
D | Doxyfile | 1576 # 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/ |
D | Doxyfile | 1061 # 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/ |
D | Doxyfile | 1266 # 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,
|