| /packages/apps/Camera/jni/feature_mos/src/mosaic/ |
| Delaunay.h | 33 // Reference for Quad-edge data structure: 108 int triangulate(SEdgeVector **edge, int nsite, int width, int height); 109 void linkNeighbors(SEdgeVector *edge, int nedge, int nsite);
|
| /packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
| Delaunay.h | 33 // Reference for Quad-edge data structure: 108 int triangulate(SEdgeVector **edge, int nsite, int width, int height); 109 void linkNeighbors(SEdgeVector *edge, int nedge, int nsite);
|
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
| Delaunay.h | 33 // Reference for Quad-edge data structure: 108 int triangulate(SEdgeVector **edge, int nsite, int width, int height); 109 void linkNeighbors(SEdgeVector *edge, int nedge, int nsite);
|
| /external/chromium/chrome/browser/ui/ |
| window_sizer.h | 136 // The edge of the screen to check for out-of-bounds. 137 enum Edge { TOP, LEFT, BOTTOM, RIGHT }; 160 // Returns true if the specified position is "offscreen" for the given edge, 161 // meaning that it's outside all work areas in the direction of that edge. 162 bool PositionIsOffscreen(int position, Edge edge) const;
|
| /external/chromium_org/ash/display/ |
| mouse_cursor_event_filter.cc | 26 // Maximum size on the display edge that initiate snapping phantom window, 30 // Minimum height of an indicator on the display edge that allows 31 // dragging a window. If two displays shares the edge smaller than 32 // this, entire edge will be used as a draggable space. 110 // it will never reach the edge (which is odd). Shrink by scale 115 // Make the bounds inclusive to detect the edge.
|
| mouse_cursor_event_filter.h | 32 // corner of the shared edge is reserved for window 72 // hits or exceeds the edge of the |target_root| and the mouse cursor
|
| /external/chromium_org/ash/wm/workspace/ |
| workspace_window_resizer.h | 41 // this close to an edge of the screen it snaps to the edge. 71 // Snap to the left/right edge of the screen. 90 // edge of the primary window and the right/bottom of the desktop area). 130 // window has enough on screen... |snap_size| is the distance from an edge of 192 // placement to track when the mouse is moved while pushed against the edge of
|
| /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
| background.js | 77 var edge = ctx.canvas.width-ctx.lineWidth; 80 ctx.lineTo(edge, edge); 81 ctx.lineTo(s*55, edge); 83 ctx.lineTo(edge, edge);
|
| /external/chromium_org/content/browser/android/ |
| overscroll_glow.cc | 69 const SkBitmap& edge = g_overscroll_resources.Get().edge_bitmap(); local 71 if (edge.isNull() || glow.isNull()) 74 return make_scoped_ptr(new OverscrollGlow(enabled, edge, glow)); 82 const SkBitmap& edge, 89 scoped_refptr<cc::Layer> edge_layer = CreateImageLayer(edge); 173 static_cast<EdgeEffect::Edge>(i));
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
| ConstraintType.java | 157 * Returns true if this constraint type represents a constraint where the target edge 158 * is one of the parent edges (actual edge, not center/baseline segments) 160 * @return true if the target segment is a parent edge 171 * @param from the source edge 172 * @param to the target edge 177 // Attached to parent edge?
|
| /external/chromium/chrome/browser/renderer_host/ |
| render_widget_host_view_gtk.h | 106 // If the widget is aligned with an edge of the monitor its on and the user 107 // attempts to drag past that edge we track the number of times it has 240 // The number of times the user has dragged against horizontal edge of the 241 // monitor (if the widget is aligned with that edge). Negative values 242 // indicate the left edge, positive the right. 245 // The number of times the user has dragged against vertical edge of the 246 // monitor (if the widget is aligned with that edge). Negative values 247 // indicate the top edge, positive the bottom.
|
| /external/chromium_org/chrome/browser/ui/views/location_bar/ |
| location_bar_layout.h | 38 // - |edge_item_padding|, the padding between the omnibox edge and the item, 70 // account. |decorations| must always be ordered from the edge of the location
|
| /external/libvpx/libvpx/vp9/common/ |
| vp9_findnearmv.h | 53 /* On L edge, get from MB to left of us */ 75 /* On top edge, get from MB above us */
|
| /external/llvm/lib/CodeGen/ |
| PHIEliminationUtils.cpp | 18 // when following the CFG edge to SuccMBB. This needs to be after any def of 29 // instruction. However, for the edge going to a landing pad, we must insert
|
| /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
| SDL_sysevents.cc | 195 BPoint edge; local 196 GetXYOffset(edge.x, edge.y); 197 edge.x += x; 198 edge.y += y; 199 ConvertToScreen(&edge); 200 set_mouse_position((int)edge.x, (int)edge.y);
|
| /frameworks/base/core/tests/coretests/src/android/widget/listview/ |
| ListItemRequestRectAboveThinFirstItemTest.java | 44 assertTrue("first child needs to be within fading edge height", 50 // reproduce bug 998501: when first item fits within fading edge,
|
| /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
| ListTouchBottomGravityTest.java | 71 assertEquals("Last item is not touching the bottom edge", 90 assertEquals("Last item is not touching the bottom edge",
|
| /frameworks/opt/vcard/tests/res/raw/ |
| v21_complicated.vcf | 14 ADR;WORK:;;100 Waters Edge;Baytown;LA;30314;United States of America
15 LABEL;WORK;ENCODING=QUOTED-PRINTABLE:100 Waters Edge=0D=0ABaytown, LA 30314=0D=0AUnited States of America
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
| kvm.h | 25 __u8 last_irr; /* edge detection */ 39 __u8 elcr; /* PIIX edge/trigger selection */
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
| kvm.h | 25 __u8 last_irr; /* edge detection */ 39 __u8 elcr; /* PIIX edge/trigger selection */
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
| kvm.h | 25 __u8 last_irr; /* edge detection */ 39 __u8 elcr; /* PIIX edge/trigger selection */
|
| /external/bison/src/ |
| lalr.c | 162 goto_number *edge = xnmalloc (ngotos + 1, sizeof *edge); local 182 edge[nedges++] = map_goto (stateno, sym); 190 memcpy (reads[i], edge, nedges * sizeof edge[0]); 202 free (edge); 221 goto_number *edge = xnmalloc (ngotos + 1, sizeof *edge); local 263 edge[nedges++] = map_goto (states1[--length], 278 includes[i][j] = edge[j] [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_bb.cpp | 310 Graph::Edge *e = cfg.outgoing(true).getEdge(); 322 this->cfg.attach(&bb->cfg, Graph::Edge::TREE); 365 Graph::Edge::Type eR; 375 // IF block is out edge to the right 376 if (eR == Graph::Edge::CROSS || eR == Graph::Edge::BACK) 520 case Graph::Edge::TREE: 523 case Graph::Edge::FORWARD: 526 case Graph::Edge::CROSS: 529 case Graph::Edge::BACK [all...] |
| /external/icu4c/common/unicode/ |
| stringtriebuilder.h | 203 * Therefore, write() must write the rightmost branch edge last 210 * A branch edge also remembers the first number for any of its edges. 212 * When a further-left branch edge has a number in the range of the rightmost 213 * edge's numbers, then it will be written as part of the required right edge 217 * edge numbers. 219 * @param edgeNumber The first edge number for this node and its sub-nodes. 220 * @return An edge number that is at least the maximum-negative 221 * of the input edge number and the numbers of this node and all of its sub-nodes. 229 // Note: Edge numbers are negative, lastRight<=firstRight [all...] |
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_bb.cpp | 310 Graph::Edge *e = cfg.outgoing(true).getEdge(); 322 this->cfg.attach(&bb->cfg, Graph::Edge::TREE); 365 Graph::Edge::Type eR; 375 // IF block is out edge to the right 376 if (eR == Graph::Edge::CROSS || eR == Graph::Edge::BACK) 520 case Graph::Edge::TREE: 523 case Graph::Edge::FORWARD: 526 case Graph::Edge::CROSS: 529 case Graph::Edge::BACK [all...] |