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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 631 int edge = hv.getHit(event.getX(), event.getY()); local
632 if (edge != HighlightView.GROW_NONE) {
657 int edge = hv.getHit(event.getX(), event.getY()); local
658 if (edge != HighlightView.GROW_NONE) {
659 mMotionEdge = edge;
664 (edge == HighlightView.MOVE)
709 // the edge of the screen causes scrolling but it means
  /packages/apps/Gallery3D/src/com/cooliris/media/
CropImage.java 745 int edge = hv.getHit(event.getX(), event.getY()); local
746 if (edge != HighlightView.GROW_NONE) {
776 int edge = hv.getHit(event.getX(), event.getY()); local
777 if (edge != HighlightView.GROW_NONE) {
778 mMotionEdge = edge;
783 mMotionHighlightView.setMode((edge == HighlightView.MOVE) ? HighlightView.ModifyMode.Move
826 // the edge of the screen causes scrolling but it means
    [all...]
  /external/quake/quake/src/WinQuake/
d_polyse.cpp 358 // split this edge
365 // draw the point if splitting a leading edge
748 // scan out the top (and possibly only) part of the left edge
805 // for negative steps in x along left edge, bias toward overflow rather than
844 // scan out the bottom part of the left edge, if it exists
937 // scan out the top (and possibly only) part of the right edge, updating the
949 // scan out the bottom part of the right edge, if it exists
1056 // split this edge
1095 // split this edge
d_sprite.cpp 118 // edge of the texture
146 // edge of the texture
378 // -1 (-epsilon) so we never wander off the edge of the texture
d_scan.cpp 193 // edge of the texture
221 // edge of the texture
327 // edge of the texture
355 // edge of the texture
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c 303 AutoResetCreate - is only relevant to edge alerts.
348 /*In case that this is an Edge alert there is a need for a reset condition element*/
531 1.The reset condition is edge.
680 /*If it was an edge alert then there can be one more alert element to free.*/
705 For Edge
734 /*For Edge alert change the alert status to wait for reset and
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.c 303 AutoResetCreate - is only relevant to edge alerts.
348 /*In case that this is an Edge alert there is a need for a reset condition element*/
531 1.The reset condition is edge.
680 /*If it was an edge alert then there can be one more alert element to free.*/
705 For Edge
734 /*For Edge alert change the alert status to wait for reset and
    [all...]
  /bootable/recovery/minzip/
Hash.c 206 break; /* edge case - single-entry table */
277 break; /* edge case - single-entry table */
341 break; /* edge case - single-entry table */
  /dalvik/vm/
Hash.c 202 break; /* edge case - single-entry table */
273 break; /* edge case - single-entry table */
369 break; /* edge case - single-entry table */
  /external/jpeg/
jcprepct.c 10 * and edge expansion steps.
286 * We make the buffer wide enough to allow the downsampler to edge-expand
331 * We make the buffer wide enough to allow the downsampler to edge-expand
  /external/quake/quake/src/QW/client/
d_sprite.c 118 // edge of the texture
146 // edge of the texture
378 // -1 (-epsilon) so we never wander off the edge of the texture
d_scan.c 191 // edge of the texture
219 // edge of the texture
325 // edge of the texture
353 // edge of the texture
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaShapeRasterizer.java 37 int[] edgesYS; // Y coordinate of edge START point
177 * Adds to the buffers new edge
353 * Marks edge as active
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmpcispi.h 44 | 0x0040 INT_EDGE 0=level, 1=edge DEV_E SPI_E |
74 uint32 spih_int_edge; /* 0x40 SPI Interrupt Edge Register (0=Level, 1=Edge) */
  /frameworks/base/core/java/android/widget/
ListView.java 97 * items. This is usually the fading edge, but if that is small enough,
199 * Make sure views are touching the top or bottom edge, as appropriate for
513 * @return Whether the list needs to show the top fading edge
521 * @return Whether the list needs to show the bottom fading edge
550 // leave room for top fading edge as long as rect isn't at very top
560 // leave room for bottom fading edge as long as rect isn't at very bottom
836 * @param fadingEdgeLength Length of the fading edge in pixels, if present
853 * @param fadingEdgeLength Length of the fading edge in pixels, if present
    [all...]
  /bootable/bootloader/legacy/include/msm7k/
gpio.h 70 /* same pin map as above, 1=edge 0=level interrup */
  /dalvik/tests/003-omnibus-opcodes/src/
IntMath.java 141 /* check this edge case while we're here (div-int/2addr) */
213 /* check this edge case while we're here (div-int/lit8) */
281 /* check this edge case while we're here (div-long/2addr) */
399 * Check an edge condition: dividing the most-negative integer by -1
  /external/bison/src/
vcg_defaults.h 150 /* Edge defaults. */
  /external/iproute2/examples/diffserv/
README 20 EDGE scripts
  /external/skia/src/core/
SkScan_AntiPath.cpp 247 However, if the trailing edge of the previous span and the leading
248 edge of the current span round to the same super-sampled x value,
261 However, if the trailing edge of the previous span and the leading
262 edge of the current span round to the same super-sampled x value,
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-310425-01.js 39 var summary = 'Array.indexOf/lastIndexOf edge cases';
  /external/webkit/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 47 // Using roundf() rather than ceilf() for the right edge as a compromise to ensure correct caret positioning
  /external/webkit/WebCore/platform/graphics/skia/
PatternSkia.cpp 75 // image to have a line of transparent pixels on the "repeated" edge(s),
  /external/webkit/WebCore/platform/graphics/win/
FontWin.cpp 53 // Using roundf() rather than ceilf() for the right edge as a compromise to ensure correct caret positioning
  /external/webkit/WebCore/svg/graphics/filters/
SVGFEConvolveMatrix.cpp 170 << " [edge mode=" << m_edgeMode << "]"

Completed in 343 milliseconds

1 2 3 4 56 7 8 91011>>