HomeSort by relevance Sort by last modified time
    Searched full:edge (Results 576 - 600 of 2700) sorted by null

<<21222324252627282930>>

  /external/mesa3d/bin/
.cherry-ignore 5 41e105d5beb78c42993a602cc58d0f990739b088 nvc0: add missing call to map edge flag in push_vbo
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 319 * Note: at this point we can't just use the per-vertex edge flags.
320 * We have to observe the edge flag bits set in header->flags which
322 * an edge flags array which parallels the vertex array.
323 * Later, in the 'unfilled' pipeline stage we'll draw the edge if both
349 boolean *edge = &inEdges[i]; local
384 /* Whether or not to set edge flag for the new vert depends
389 /* we want to see an edge along the clip plane */
394 /* we don't want to see an edge along the frustum clip plane */
413 edge_prev = edge;
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.h 70 /* Edge fill color for VG_TILE_FILL tiling mode */
  /external/opencv/cv/include/
cvtypes.h 200 /* get the next edge with the same origin point (counterwise) */
201 #define CV_SUBDIV2D_NEXT_EDGE( edge ) (((CvQuadEdge2D*)((edge) & ~3))->next[(edge)&3])
  /external/skia/src/gpu/effects/
GrTextureDomainEffect.h 18 * the edge of the domain or result in a vec4 of zeros. The domain is clipped to normalized texture
  /external/valgrind/main/helgrind/tests/
annotate_hbefore.c 2 /* Program which uses a happens-before edge to coordinate an access to
3 variable 'shared_var' between two threads. The h-b edge is created
306 do_signal(w); // cause h-b edge to second thread
315 do_wait(w); // wait for h-b edge from first thread
  /frameworks/av/include/camera/
CameraBase.h 42 * right edge of the screen in natural orientation, the value should be
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 166 * edge. (This point remains fixed while the object changes size.)
169 * edge. (This point remains fixed while the object changes size.)
200 * left edge. (This point remains fixed while the object changes
208 * top edge. (This point remains fixed while the object changes
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGridTest.java 31 * This exercises some edge cases of {@link android.view.FocusFinder}.
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchStackFromBottomManyTest.java 83 assertEquals("Last item is not touching the bottom edge",
  /frameworks/base/graphics/java/android/graphics/
Shader.java 41 * replicate the edge color if the shader draws outside of its
  /frameworks/base/packages/SystemUI/res/values/
dimens.xml 19 <!-- Margin at the edge of the screen to ignore touch events for in the windowshade. -->
37 <!-- Size of fading edge for text -->
39 <!-- Size of fading edge for scrolling -->
43 <!-- How far the thumbnail for a recent app appears from left edge -->
  /frameworks/support/v7/gridlayout/res/values/
attrs.xml 170 edge, a bottom gravity will clip the top edge, and neither will clip both edges.
177 edge, a right gravity will clip the left edge, and neither will clip both edges.
  /packages/apps/Calendar/res/values/
integers.xml 25 <!-- margin between the day number and the edge of the day in month view -->
  /packages/apps/Launcher2/res/values-sw720dp-port/
dimens.xml 31 <!-- the area at the edge of the screen that makes the workspace go left
  /packages/apps/Settings/src/com/android/settings/accessibility/
EdgeTypePreference.java 31 * Grid preference that allows the user to pick a captioning edge type.
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DragGestureDetector.java 23 * Detect and dispatch edge events.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs8427.h 109 #define CS8427_SISPOL (1<<1) /* ICLK clock polarity, 0 = rising edge of ISCLK, 1 = falling edge of ISCLK */
122 #define CS8427_SOSPOL (1<<1) /* OSCLK clock polarity, 0 = rising edge of ISCLK, 1 = falling edge of ISCLK */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs8427.h 109 #define CS8427_SISPOL (1<<1) /* ICLK clock polarity, 0 = rising edge of ISCLK, 1 = falling edge of ISCLK */
122 #define CS8427_SOSPOL (1<<1) /* OSCLK clock polarity, 0 = rising edge of ISCLK, 1 = falling edge of ISCLK */
  /sdk/testapps/gridlayoutTest/v7-gridlayout/res/values/
attrs.xml 181 edge, a bottom gravity will clip the top edge, and neither will clip both edges.
188 edge, a right gravity will clip the left edge, and neither will clip both edges.
  /frameworks/base/core/java/android/widget/
OverScroller.java 85 * velocity which is preserved in the bounce when the horizontal edge is reached. A null value
102 * velocity which is preserved in the bounce when the horizontal edge is reached. A null value
800 // Simulate a bounce that started from edge
824 final int edge = positive ? max : min; local
825 final int overDistance = start - edge;
829 startBounceAfterEdge(start, edge, velocity);
835 startSpringback(start, edge, velocity);
846 // edge is increasing. This ensures that startAfterEdge will not start a new fling
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 89 * velocity which is preserved in the bounce when the horizontal edge is reached. A null value
106 * velocity which is preserved in the bounce when the horizontal edge is reached. A null value
804 // Simulate a bounce that started from edge
828 final int edge = positive ? max : min; local
829 final int overDistance = start - edge;
833 startBounceAfterEdge(start, edge, velocity);
840 startSpringback(start, edge, velocity);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 87 * velocity which is preserved in the bounce when the horizontal edge is reached. A null value
104 * velocity which is preserved in the bounce when the horizontal edge is reached. A null value
805 // Simulate a bounce that started from edge
829 final int edge = positive ? max : min; local
830 final int overDistance = start - edge;
834 startBounceAfterEdge(start, edge, velocity);
840 startSpringback(start, edge, velocity);
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 995 edge[2];
1167 CvPolyEdge edge; local
    [all...]
  /external/libpcap/
optimize.c 108 static void propedom(struct edge *);
120 static void opt_j(struct edge *);
124 static inline void link_inedge(struct edge *, struct block *);
135 static struct block *fold_edge(struct block *, struct edge *);
149 struct edge **edges;
291 struct edge *ep;
301 * Compute edge dominators.
1192 struct edge *p;
1219 * first edge leading to this node.
1224 * If, for the predecessor along that edge, a registe
    [all...]

Completed in 1776 milliseconds

<<21222324252627282930>>