HomeSort by relevance Sort by last modified time
    Searched refs:edge (Results 76 - 100 of 180) sorted by null

1 2 34 5 6 7 8

  /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
ipa-prop.h 336 node/edge. */
339 #define IPA_EDGE_REF(EDGE) (VEC_index (ipa_edge_args_t, \
340 ipa_edge_args_vector, (EDGE)->uid))
373 /* This function ensures the array of edge arguments infos is big enough to
389 /* Returns true if the array of edge infos is large enough to accommodate an
390 info for EDGE. The main purpose of this function is that debug dumping
394 ipa_edge_args_info_available_for_edge_p (struct cgraph_edge *edge)
396 return ((unsigned) edge->uid < VEC_length (ipa_edge_args_t,
432 /* Indirect edge and binfo processing. */
  /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...]
bubble_border.h 96 // Sets a fixed offset for the arrow from the beginning of corresponding edge.
116 SkBitmap* edge,
145 // Minimal offset of the arrow from the closet edge of bounding rect.
  /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/skia/third_party/glu/libtess/
README 25 - output is available as an explicit mesh (a quad-edge structure),
107 vertex which follows begins an edge which lies on the polygon boundary
108 (ie. an edge which separates an interior region from an exterior one).
109 If "flag" is GL_FALSE, each vertex which follows begins an edge which lies
118 - Returns an explicit mesh, represented using the quad-edge structure
254 spliced into an edge only if the implementation is unable to
255 distinguish which side of the edge the vertex lies on.
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 186 // add block to the block list if it is a real edge
189 // make the back edge the last edge since we are at the end
204 BallLarusEdge* edge = getNextEdge(root, _number); local
206 if( edge && (edge->getType() == BallLarusEdge::BACKEDGE_PHONY ||
207 edge->getType() == BallLarusEdge::SPLITEDGE_PHONY) )
208 return edge->getTarget()->getBlock();
ProfileInfoLoaderPass.cpp 42 std::set<Edge> SpanningTree;
61 // recurseBasicBlock() - Calculates the edge weights for as much basic
64 virtual void readEdgeOrRemember(Edge, Edge&, unsigned &, double &);
65 virtual void readEdge(ProfileInfo::Edge, std::vector<unsigned>&);
97 void LoaderPass::readEdgeOrRemember(Edge edge, Edge &tocalc,
100 if ((w = getEdgeWeight(edge)) == MissingValue) {
101 tocalc = edge;
    [all...]
  /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...]
  /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...]
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 783 extern float __attribute__((overloadable)) step(float edge, float v) {
784 return (v < edge) ? 0.f : 1.f;
786 extern float2 __attribute__((overloadable)) step(float2 edge, float2 v) {
788 r.x = (v.x < edge.x) ? 0.f : 1.f;
789 r.y = (v.y < edge.y) ? 0.f : 1.f;
792 extern float3 __attribute__((overloadable)) step(float3 edge, float3 v) {
794 r.x = (v.x < edge.x) ? 0.f : 1.f;
795 r.y = (v.y < edge.y) ? 0.f : 1.f;
796 r.z = (v.z < edge.z) ? 0.f : 1.f;
799 extern float4 __attribute__((overloadable)) step(float4 edge, float4 v)
    [all...]
  /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/chrome/browser/ui/gtk/
browser_window_gtk.cc 119 // the 16 px at the end of each edge triggers diagonal resizing.
220 GdkCursorType GdkWindowEdgeToGdkCursorType(GdkWindowEdge edge) {
221 switch (edge) {
2028 GdkWindowEdge edge; local
2070 GdkWindowEdge edge; local
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 995 edge[2];
1167 CvPolyEdge edge; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 174 Vector3f edge = temp1.set(l2).subtractLocal(l1); local
177 float edgeSquared = edge.lengthSquared();
180 float EdotV = edge.dot(sVelocity);
181 float EdotB = edge.dot(base);
191 store.scaleAdd(f, edge, l1);
320 // edge 1-2
327 // edge 2-3
334 // edge 3-1
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 446 int edge = mScrollView.getHorizontalFadingEdgeLength(); local
452 rect = new Rect(edge, 0, PAGE_WIDTH, 0);
456 rect = new Rect(edge + 1, 0, PAGE_WIDTH, 0);
457 assertEquals(edge, mScrollView.computeScrollDeltaToGetChildRectOnScreen(rect));
491 int edge = mScrollView.getHorizontalFadingEdgeLength();
502 assertEquals(ITEM_WIDTH - mScrollView.getWidth() + edge, mScrollView.getScrollX());
ScrollViewTest.java 474 int edge = mScrollView.getVerticalFadingEdgeLength(); local
480 rect = new Rect(0, edge, 0, mPageHeight);
484 rect = new Rect(0, edge + 1, 0, mPageHeight);
485 assertEquals(edge, mScrollView.computeScrollDeltaToGetChildRectOnScreen(rect));
521 int edge = mScrollView.getVerticalFadingEdgeLength();
535 assertEquals(edge, mScrollView.getScrollY());
  /external/freetype/src/autofit/
afhints.h 83 * edges. An edge corresponds to a single position on the main
172 * Experience has shown that points which are not part of an edge need
234 /* edge hint flags */
269 FT_Byte flags; /* edge/segment flags for this segment */
276 AF_Edge edge; /* the segment's parent edge */ member in struct:AF_SegmentRec_
277 AF_Segment edge_next; /* link to next segment in parent edge */
285 AF_Point first; /* first point in edge segment */
286 AF_Point last; /* last point in edge segment */
297 FT_Byte flags; /* edge flags *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 336 node/edge. */
339 #define IPA_EDGE_REF(EDGE) (VEC_index (ipa_edge_args_t, \
340 ipa_edge_args_vector, (EDGE)->uid))
373 /* This function ensures the array of edge arguments infos is big enough to
389 /* Returns true if the array of edge infos is large enough to accommodate an
390 info for EDGE. The main purpose of this function is that debug dumping
394 ipa_edge_args_info_available_for_edge_p (struct cgraph_edge *edge)
396 return ((unsigned) edge->uid < VEC_length (ipa_edge_args_t,
432 /* Indirect edge and binfo processing. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 336 node/edge. */
339 #define IPA_EDGE_REF(EDGE) (VEC_index (ipa_edge_args_t, \
340 ipa_edge_args_vector, (EDGE)->uid))
373 /* This function ensures the array of edge arguments infos is big enough to
389 /* Returns true if the array of edge infos is large enough to accommodate an
390 info for EDGE. The main purpose of this function is that debug dumping
394 ipa_edge_args_info_available_for_edge_p (struct cgraph_edge *edge)
396 return ((unsigned) edge->uid < VEC_length (ipa_edge_args_t,
432 /* Indirect edge and binfo processing. */
  /frameworks/rs/scriptc/
rs_cl.rsh 767 * if (v < edge)
774 _RS_RUNTIME float __attribute__((overloadable)) step(float edge, float v);
775 _RS_RUNTIME float2 __attribute__((overloadable)) step(float2 edge, float2 v);
776 _RS_RUNTIME float3 __attribute__((overloadable)) step(float3 edge, float3 v);
777 _RS_RUNTIME float4 __attribute__((overloadable)) step(float4 edge, float4 v);
778 _RS_RUNTIME float2 __attribute__((overloadable)) step(float2 edge, float v);
779 _RS_RUNTIME float3 __attribute__((overloadable)) step(float3 edge, float v);
780 _RS_RUNTIME float4 __attribute__((overloadable)) step(float4 edge, float v);
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 767 * if (v < edge)
774 _RS_RUNTIME float __attribute__((overloadable)) step(float edge, float v);
775 _RS_RUNTIME float2 __attribute__((overloadable)) step(float2 edge, float2 v);
776 _RS_RUNTIME float3 __attribute__((overloadable)) step(float3 edge, float3 v);
777 _RS_RUNTIME float4 __attribute__((overloadable)) step(float4 edge, float4 v);
778 _RS_RUNTIME float2 __attribute__((overloadable)) step(float2 edge, float v);
779 _RS_RUNTIME float3 __attribute__((overloadable)) step(float3 edge, float v);
780 _RS_RUNTIME float4 __attribute__((overloadable)) step(float4 edge, float v);

Completed in 4262 milliseconds

1 2 34 5 6 7 8