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

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatriangle.c 223 /* cross product determines if sample is inside or outside each edge */
225 /* Check if the sample is exactly on an edge. If so, let cross be a
226 * positive or negative value depending on the direction of the edge.
231 /* sample point is outside first edge */
236 /* sample point is inside first edge */
241 /* sample point is outside second edge */
251 /* sample point is outside third edge */
  /external/mesa3d/src/glsl/builtins/profiles/
110.glsl 161 float step(float edge, float x);
162 vec2 step(vec2 edge, vec2 x);
163 vec3 step(vec3 edge, vec3 x);
164 vec4 step(vec4 edge, vec4 x);
166 vec2 step(float edge, vec2 x);
167 vec3 step(float edge, vec3 x);
168 vec4 step(float edge, vec4 x);
120.glsl 161 float step(float edge, float x);
162 vec2 step(vec2 edge, vec2 x);
163 vec3 step(vec3 edge, vec3 x);
164 vec4 step(vec4 edge, vec4 x);
166 vec2 step(float edge, vec2 x);
167 vec3 step(float edge, vec3 x);
168 vec4 step(float edge, vec4 x);
  /external/mesa3d/src/mesa/swrast/
s_aatriangle.c 223 /* cross product determines if sample is inside or outside each edge */
225 /* Check if the sample is exactly on an edge. If so, let cross be a
226 * positive or negative value depending on the direction of the edge.
231 /* sample point is outside first edge */
236 /* sample point is inside first edge */
241 /* sample point is outside second edge */
251 /* sample point is outside third edge */
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 250 * background colors, edge properties, and typeface.
265 /** Edge type value specifying no character edges. */
268 /** Edge type value specifying uniformly outlined character edges. */
271 /** Edge type value specifying drop-shadowed character edges. */
281 * The preferred edge type for video captions, one of:
291 * The preferred edge color for video captions, if using an edge type
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 162 public boolean selectEdge(int edge) {
163 if (!checkValid(edge)) {
165 throw new IllegalArgumentException("bad edge selected");
168 if ((mFixAspectRatio && !checkCorner(edge)) && !checkBlock(edge) && edge != MOVE_NONE) {
173 mMovingEdges = edge;
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 12 #define F (false) // discard the edge
13 #define T (true) // keep the edge
92 // edge leading into junction
349 SkPoint edge[4]; local
356 subDivide(start, end, edge);
357 ePtr = edge;
402 // add 2 to edge or out of range values to get T extremes
419 // Defer all coincident edge processing until
546 // FIXME: there's probably an edge case that can be constructed where
781 // add edge leading into junctio
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 12 #define F (false) // discard the edge
13 #define T (true) // keep the edge
92 // edge leading into junction
349 SkPoint edge[4]; local
356 subDivide(start, end, edge);
357 ePtr = edge;
402 // add 2 to edge or out of range values to get T extremes
419 // Defer all coincident edge processing until
546 // FIXME: there's probably an edge case that can be constructed where
781 // add edge leading into junctio
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/panels/
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/third_party/skia/include/effects/
SkGradientShader.h 61 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
64 the the colors are distributed evenly between the center and edge of the circle.
87 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
90 the the colors are distributed evenly between the center and edge of the circle.
133 the the colors are distributed evenly between the center and edge of the circle.
  /external/llvm/docs/HistoricalNotes/
2003-06-25-Reoptimizer1.txt 16 target of the back-edge and the branch that causes the back-edge). We
46 edge which corresponds to a conditional branch, we shift 0 for not
58 verify our assumption that we picked a hot back-edge in first-level
60 exit edge from the hot trace is less than 10% of the number of
  /external/skia/include/effects/
SkGradientShader.h 61 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
64 the the colors are distributed evenly between the center and edge of the circle.
87 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
90 the the colors are distributed evenly between the center and edge of the circle.
133 the the colors are distributed evenly between the center and edge of the circle.
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
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/frame/
opaque_browser_frame_view.cc 51 // 16 px at the end of each edge triggers diagonal resizing.
58 // The titlebar has a 2 px 3D edge along the top and bottom.
69 // way the tabstrip draws its bottom edge, will appear like a 1 px gap to the
76 // the top of the screen so the tabs appear flush against the screen edge.
486 // When we fill the screen, we don't show a client edge.
499 // drawn flush with the screen edge, they still obey Fitts' Law.
534 // from below the 3D edge.
539 // extra space above the icon, since the 3D edge (+ client edge, for
541 // than does the 3D edge (or nothing at all, for maximized windows) above
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 70 // 16 px at the end of each edge triggers diagonal resizing.
77 // The titlebar has a 2 px 3D edge along the top and bottom.
88 // way the tabstrip draws its bottom edge, will appear like a 1 px gap to the
91 // Space between the frame border and the left edge of the avatar.
93 // Space between the right edge of the avatar and the tabstrip.
96 // the top of the screen so the tabs appear flush against the screen edge.
241 // Space between the right edge of the avatar label and the tabstrip.
600 // When we fill the screen, we don't show a client edge.
608 // drawn flush with the screen edge, they still obey Fitts' Law.
642 // from below the 3D edge
    [all...]
  /external/chromium_org/cc/trees/
layer_sorter.cc 167 // return an order based on the maximum depth difference but with an edge
338 GraphEdge& edge = edges_[i]; local
339 active_edges_[&edge] = &edge;
340 edge.from->outgoing.push_back(&edge);
341 edge.to->incoming.push_back(&edge);
342 edge.to->incoming_edge_weight += edge.weight
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 87 * Rule that aligns a child's right edge with another child's left edge.
91 * Rule that aligns a child's left edge with another child's right edge.
95 * Rule that aligns a child's bottom edge with another child's top edge.
99 * Rule that aligns a child's top edge with another child's bottom edge.
108 * Rule that aligns a child's left edge with another child's left edge
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 661 * edge. Generate a simple if-then-else. Cannot be an accept state as
678 Transition edge = (Transition) s.transition(i); local
680 if ( edge.label.getAtom()==Label.EOT ) {
689 genLabelExpr(templates,edge,1);
694 Utils.integer(edge.target.stateNumber));
695 // stick in any gated predicates for any edge if not already a pred
696 if ( !edge.label.isSemanticPredicate() ) {
697 DFAState t = (DFAState)edge.target;
707 if ( edge.label.getAtom()!=Label.EOT ) {
712 // state has >= 1 edge with a gated pred (syn or sem
1284 Transition edge = (Transition) s.transition(i); local
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c     [all...]
  /external/ceres-solver/internal/ceres/
graph_algorithms.h 266 // empty edge set. We then iterate over the edges of G in decreasing
309 // edge>. Sorting it using the reverse iterators gives us the edges
316 const pair<Vertex, Vertex>& edge = weighted_edges[i].second; local
317 const Vertex vertex1 = edge.first;
318 const Vertex vertex2 = edge.second;
321 // which case adding this edge will violate the degree 2
331 // vertex, and adding this edge will create a cycle.
339 // This edge can be added, add an edge in either direction with
  /external/chromium_org/ui/views/corewm/
image_grid_unittest.cc 63 // The top layer should be flush with the top edge and stretched horizontally
75 // The left layer should be flush with the left edge and stretched vertically
89 // The right layer should be flush with the right edge and stretched
103 // The bottom layer should be flush with the bottom edge and stretched
193 // Only the top edge has a layer.
209 // Now only the bottom edge has a layer.
245 // The top layer should be flush with the top edge and stretched horizontally
252 // The left layer should be flush with the left edge and stretched vertically
259 // The right layer should be flush with the right edge and stretched
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble.js 44 // specified by the arrow location) so that its reference edge lines up with
45 // the edge of the anchor.
46 BUBBLE_EDGE_TO_ANCHOR_EDGE: 'bubble-edge-anchor-edge',
63 * The horizontal distance between the tip of the arrow and the reference edge
71 * Minimum horizontal spacing between edge of bubble and edge of viewport
166 // BubbleBase.ARROW_OFFSET pixels from the reference edge and (as
288 * arrow and the reference edge of the bubble (as specified by the arrow
  /external/llvm/lib/IR/
Dominators.cpp 164 // Assert that we have a single edge. We could handle them by simply
169 // If the BB the edge ends in doesn't dominate the use BB, then the
170 // edge also doesn't.
177 // dominates the use block implies that the edge also does.
181 // The normal edge from the invoke is critical. Conceptually, what we would
215 // Assert that we have a single edge. We could handle them by simply
221 // A PHI in the end of the edge is dominated by it.
227 // Otherwise use the edge-dominates-block query, which
228 // handles the crazy critical edge cases properly.
  /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...]
  /prebuilts/gcc/darwin-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. */

Completed in 1670 milliseconds

<<11121314151617181920>>