HomeSort by relevance Sort by last modified time
    Searched full:corner (Results 51 - 75 of 1638) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skqp/include/effects/
SkAlphaThresholdFilter.h 21 * The 0,0 point of the region corresponds to the upper left corner of the
SkCornerPathEffect.h 20 /** radius must be > 0 to have an effect. It specifies the distance from each corner
  /external/skqp/src/gpu/effects/
GrShadowGeoProc.h 18 * assuming circular corner geometry.
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_PreventGradient.pbtxt 30 gradients in some corner cases.
api_def_ResizeBicubicGrad.pbtxt 28 If true, the centers of the 4 corner pixels of the input and grad tensors are
api_def_ResizeBilinearGrad.pbtxt 28 If true, the centers of the 4 corner pixels of the input and grad tensors are
api_def_ResizeNearestNeighborGrad.pbtxt 27 If true, the centers of the 4 corner pixels of the input and grad tensors are
api_def_FusedResizeAndPadConv2D.pbtxt 33 If true, the centers of the 4 corner pixels of the input and output tensors are
34 aligned, preserving the values at the corner pixels. Defaults to false.
  /frameworks/base/packages/overlays/DisplayCutoutEmulationCornerOverlay/res/values/
strings.xml 19 <string name="display_cutout_emulation_overlay">Corner display cutout</string>
  /frameworks/base/packages/overlays/DisplayCutoutEmulationCornerOverlay/res/values-en-rAU/
strings.xml 20 <string name="display_cutout_emulation_overlay" msgid="4967302169856689448">"Corner display cut out"</string>
  /frameworks/base/packages/overlays/DisplayCutoutEmulationCornerOverlay/res/values-en-rCA/
strings.xml 20 <string name="display_cutout_emulation_overlay" msgid="4967302169856689448">"Corner display cut out"</string>
  /frameworks/base/packages/overlays/DisplayCutoutEmulationCornerOverlay/res/values-en-rGB/
strings.xml 20 <string name="display_cutout_emulation_overlay" msgid="4967302169856689448">"Corner display cut out"</string>
  /frameworks/base/packages/overlays/DisplayCutoutEmulationCornerOverlay/res/values-en-rIN/
strings.xml 20 <string name="display_cutout_emulation_overlay" msgid="4967302169856689448">"Corner display cut out"</string>
  /frameworks/base/packages/overlays/DisplayCutoutEmulationCornerOverlay/res/values-en-rXC/
strings.xml 20 <string name="display_cutout_emulation_overlay" msgid="4967302169856689448">"????????????????????????????????????????????????????????????????????????????????????????????????Corner display cutout??????"</string>
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/basic/
branch2.s 8 ; We could/should test some of the corner cases for register and
ds.s 5 ; We could/should test some of the corner cases for register and
spop.s 3 ; We could/should test some of the corner cases for register and
  /system/bt/osi/test/
fixed_queue_test.cc 57 // Test a corner case: queue of size 0
62 // Test a corner case: queue of size 1
67 // Test a corner case: queue of maximum size
85 // Test a corner case: queue of size 0 and no callback to free entries
92 // Test a corner case: queue of size 0 and a callback to free entries
171 // Test a corner case: queue of size 0
177 // Test a corner case: queue of size 1
183 // Test a corner case: queue of maximum size
  /external/valgrind/memcheck/tests/s390x/
cu21.c 12 0x0000, 0x007f, /* corner cases */
18 0x0080, 0x07ff, /* corner cases */
25 0x0800, 0xd7ff, /* corner cases */
26 0xdc00, 0xffff, /* corner cases */
32 0xd800, 0xdc00, /* left corner case */
33 0xdbff, 0xdfff, /* right corner case */
  /frameworks/layoutlib/bridge/src/android/graphics/
RoundRectangle.java 58 * the height of each corner in the following order: upper-left, upper-right, lower-right,
60 * is that the width and height of a corner correspond to the total width and height of the
61 * ellipse that corner is a quarter of.
64 assert cornerDimensions.length == 8 : "The array of corner dimensions must have eight " +
73 // If a value is negative, the corresponding corner is squared
86 // Rescale the corner dimensions if they are bigger than the rectangle
158 // In the upper-left corner
165 // In the upper-right corner
172 // In the lower-right corner
180 // In the lower-left corner
    [all...]
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java 40 * be rotated out or back in about their bottom left corner in a counter-clockwise direction.
141 rotateCardsFullRotation(stack, CardView.Corner.BOTTOM_LEFT);
194 rotateCards(RIGHT_STACK, CardView.Corner.BOTTOM_LEFT, rotateCardsOut);
210 rotateCards(LEFT_STACK, CardView.Corner.BOTTOM_LEFT, rotateCardsOut);
242 public void rotateCards (final int stack, CardView.Corner corner,
250 animations.add(cardView.getRotationAnimator(i, corner, isRotatingOut, false));
274 public void rotateCardsFullRotation (int stack, CardView.Corner corner) {
280 animations.add(cardView.getFullRotationAnimator(i, corner, false))
    [all...]
CardView.java 50 enum Corner {
255 public ObjectAnimator getRotationAnimator (int cardFromTop, Corner corner,
257 rotateCardAroundCorner(corner);
277 public ObjectAnimator getFullRotationAnimator (int cardFromTop, Corner corner,
281 rotateCardAroundCorner(corner);
304 public void rotateCardAroundCorner(Corner corner) {
305 switch(corner) {
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 82 y1; /* dimension of the code-blocks : left upper corner (x0, y0) right low corner (x1,y1) */
123 /* position of the code-blocks : left upper corner (x0, y0) right low corner (x1,y1) */
143 /* dimension of the precinct : left upper corner (x0, y0) right low corner (x1,y1) */
158 /* dimension of the subband : left upper corner (x0, y0) right low corner (x1,y1) */
172 /* dimension of the resolution level : left upper corner (x0, y0) right low corner (x1,y1) *
    [all...]
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 50 /** Identifier for 2D corner @{ */
55 /** Identifier for 3D corner @{ */
105 /** \returns the minimal corner */
107 /** \returns a non const reference to the minimal corner */
109 /** \returns the maximal corner */
111 /** \returns a non const reference to the maximal corner */
137 /** \returns the vertex of the bounding box at the corner defined by
138 * the corner-id corner. It works only for a 1D, 2D or 3D bounding box.
146 EIGEN_DEVICE_FUNC inline VectorType corner(CornerType corner) cons function in class:Eigen::AlignedBox
    [all...]
  /external/skia/gm/
patheffects.cpp 20 sk_sp<SkPathEffect> corner = SkCornerPathEffect::Make(25); local
23 compose = SkPathEffect::MakeCompose(sk_ref_sp(pe), corner);
25 compose = corner;

Completed in 1646 milliseconds

1 23 4 5 6 7 8 91011>>