HomeSort by relevance Sort by last modified time
    Searched refs:edge (Results 101 - 125 of 298) sorted by null

1 2 3 45 6 7 8 91011>>

  /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);
  /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_org/ash/wm/workspace/
workspace_window_resizer.cc 101 // Distance in pixels that the cursor must move past an edge for a window
102 // to move or resize beyond that edge.
109 // Returns true if the window should stick to the edge.
123 int CoordinateAlongSecondaryAxis(SecondaryMagnetismEdge edge,
127 switch (edge) {
143 const MatchedEdge& edge) {
145 switch (edge.primary_edge) {
159 switch (edge.primary_edge) {
163 edge.secondary_edge, attach_to.x(), attach_to.right() - src.width(),
169 edge.secondary_edge, attach_to.y(), attach_to.bottom() - src.height()
867 SnapSizer::Edge edge = (snap_type_ == SNAP_LEFT_EDGE) ? local
    [all...]
snap_sizer.cc 30 // . The mouse is against the edge of the screen and the mouse is moved
71 Edge edge,
74 edge_(edge),
91 void SnapSizer::SnapWindow(aura::Window* window, SnapSizer::Edge edge) {
94 internal::SnapSizer sizer(window, gfx::Point(), edge,
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_drag_gtk.h 30 // is pressed on a window edge.
33 // |edge| is the window edge from which to resize the panel.
35 GdkWindowEdge& edge);
panel_gtk.cc 65 // the 16 px at the end of each edge triggers diagonal resizing.
493 bool PanelGtk::GetWindowEdge(int x, int y, GdkWindowEdge* edge) const {
494 // Only detect the window edge when panels can be resized by the user.
496 // hit the window edge in order to change the cursor to a resize cursor
507 *edge = GDK_WINDOW_EDGE_NORTH_WEST;
511 *edge = GDK_WINDOW_EDGE_SOUTH_WEST;
517 *edge = GDK_WINDOW_EDGE_NORTH_EAST;
521 *edge = GDK_WINDOW_EDGE_SOUTH_EAST;
527 *edge = GDK_WINDOW_EDGE_WEST;
531 *edge = GDK_WINDOW_EDGE_EAST
686 GdkWindowEdge edge; local
718 GdkWindowEdge edge; local
    [all...]
  /external/chromium_org/chrome/tools/
history-viz.py 82 class Edge(object):
83 """Represents an edge in the history graph, connecting two pages.
85 If a link is traversed twice, it is one Edge with two entries in
109 # edge['chain'] = chain
161 edges = {} # Map of urlid->urlid->Edge.
168 edge = edges[src][dst] = edges[src].get(dst, Edge(src, dst))
172 edge.transitions.append(trans)
211 for dst, edge in dsts.items():
213 label = [] # Label for the edge
    [all...]
  /external/chromium_org/content/browser/android/
overscroll_glow.h 82 OverscrollGlow(bool enabled, const SkBitmap& edge, const SkBitmap& glow);
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));
  /external/chromium_org/v8/test/webkit/
dfg-double-addition-simplify-to-int.js 25 "Tests that the DFG doesn't get confused about an edge being a double edge after we perform CFG simplification."
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
coretypes.h 141 typedef struct edge_def *edge; typedef in typeref:struct:edge_def
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
coretypes.h 141 typedef struct edge_def *edge; typedef in typeref:struct:edge_def
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
coretypes.h 141 typedef struct edge_def *edge; typedef in typeref:struct:edge_def
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
coretypes.h 141 typedef struct edge_def *edge; typedef in typeref:struct:edge_def
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 104 final String edge = parent.name + lastNode.name; local
105 scene.addEdge(edge);
106 scene.setEdgeSource(edge, parent);
107 scene.setEdgeTarget(edge, lastNode);
ViewHierarchyScene.java 120 protected Widget attachEdgeWidget(String edge) {
127 protected void attachEdgeSourceAnchor(String edge, ViewNode oldSourceNode, ViewNode sourceNode) {
128 final ConnectionWidget connection = (ConnectionWidget) findWidget(edge);
136 protected void attachEdgeTargetAnchor(String edge, ViewNode oldTargetNode, ViewNode targetNode) {
137 final ConnectionWidget connection = (ConnectionWidget) findWidget(edge);
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 222 // |arrow_offset| is offset of arrow from the begining of the edge.
234 // Left edge.
263 // Top edge.
292 // Right edge.
321 // Bottom edge.
353 SkBitmap* edge,
372 canvas->TileImageInt(*edge, start_x, start_y,
373 is_horizontal ? before_arrow : edge->width(),
374 is_horizontal ? edge->height() : before_arrow);
384 canvas->TileImageInt(*edge, start_x, start_y
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 212 // the bottom edge (with some tolerance). Similar for horizCheck.
218 // Check whether the position is near some edge(s).
232 // Not near any edge but inside the rectangle: move.
241 // The "edge" parameter specifies which edges the user is dragging.
242 void handleMotion(int edge, float dx, float dy) {
244 if (edge == GROW_NONE) {
246 } else if (edge == MOVE) {
251 if (((GROW_LEFT_EDGE | GROW_RIGHT_EDGE) & edge) == 0) {
255 if (((GROW_TOP_EDGE | GROW_BOTTOM_EDGE) & edge) == 0) {
262 growBy((((edge & GROW_LEFT_EDGE) != 0) ? -1 : 1) * xDelta
    [all...]
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 185 // add block to the block list if it is a real edge
188 // make the back edge the last edge since we are at the end
203 BallLarusEdge* edge = getNextEdge(root, _number); local
205 if( edge && (edge->getType() == BallLarusEdge::BACKEDGE_PHONY ||
206 edge->getType() == BallLarusEdge::SPLITEDGE_PHONY) )
207 return edge->getTarget()->getBlock();
  /external/opencv/cv/include/
cv.h 642 /* Locates a point within the Delaunay triangulation (finds the edge
647 CvSubdiv2DEdge* edge,
662 /************ Basic quad-edge navigation and operations ************/
664 CV_INLINE CvSubdiv2DEdge cvSubdiv2DNextEdge( CvSubdiv2DEdge edge )
666 return CV_SUBDIV2D_NEXT_EDGE(edge);
670 CV_INLINE CvSubdiv2DEdge cvSubdiv2DRotateEdge( CvSubdiv2DEdge edge, int rotate )
672 return (edge & ~3) + ((edge + rotate) & 3);
675 CV_INLINE CvSubdiv2DEdge cvSubdiv2DSymEdge( CvSubdiv2DEdge edge )
677 return edge ^ 2
    [all...]
  /external/chromium_org/cc/output/
shader.cc 356 "edge",
380 uniform TexCoordPrecision vec3 edge[8]; local
381 varying TexCoordPrecision vec4 edge_dist[2]; // 8 edge distances.
388 edge_dist[0] = vec4(dot(edge[0], screen_pos),
389 dot(edge[1], screen_pos),
390 dot(edge[2], screen_pos),
391 dot(edge[3], screen_pos)) * gl_Position.w;
392 edge_dist[1] = vec4(dot(edge[4], screen_pos),
393 dot(edge[5], screen_pos),
394 dot(edge[6], screen_pos)
441 uniform TexCoordPrecision vec3 edge[8]; local
549 uniform TexCoordPrecision vec3 edge[8]; local
    [all...]
  /system/core/libpixelflinger/
trap.cpp 604 // the following routine fills a triangle via edge stepping, which
631 struct Edge
633 int32_t x; // edge position in 16.16 coordinates
640 edge_dump( Edge* edge )
643 edge->y_top, edge->y_top/float(TRI_ONE),
644 edge->y_bot, edge->y_bot/float(TRI_ONE),
645 edge->x, edge->x/float(FIXED_ONE)
672 Edge* edge = edges + *pcount; local
862 AAEdge* edge = edges + *pcount; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 171 /** Map an edge transition table to a unique set number; ordered so
188 /** The unique edge transition class number; every time we see a new
191 * some of the big edge transition tables are seen about 57 times.
215 /** just the Vector<Integer> indicating which unique edge table is at
504 Transition edge = (Transition) s.transition(j);
505 Label label = edge.label;
555 Transition edge = (Transition) s.transition(j);
556 Label label = edge.label;
560 Utils.integer(edge.target.stateNumber));
570 Utils.integer(edge.target.stateNumber))
    [all...]

Completed in 1232 milliseconds

1 2 3 45 6 7 8 91011>>