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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/
100.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/jpeg/
jpegtran.1 104 area. Horizontal mirroring leaves any partial iMCU column at the right edge
106 mirroring leaves any partial iMCU row at the bottom edge untouched, but is
108 of transpose and flip operations; for consistency, their actions on edge
112 For practical use, you may prefer to discard any untransformable edge pixels
119 Drop non-transformable edge blocks.
128 trims only the bottom edge, but
202 unrotatable edge pixels:
  /external/mesa3d/src/glsl/builtins/profiles/
100.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/qemu/distrib/jpeg-6b/
jpegtran.1 104 area. Horizontal mirroring leaves any partial iMCU column at the right edge
106 mirroring leaves any partial iMCU row at the bottom edge untouched, but is
108 of transpose and flip operations; for consistency, their actions on edge
112 For practical use, you may prefer to discard any untransformable edge pixels
119 Drop non-transformable edge blocks.
128 trims only the bottom edge, but
202 unrotatable edge pixels:
  /packages/apps/Camera2/src/com/android/camera/crop/
CropObject.java 160 public boolean selectEdge(int edge) {
161 if (!checkValid(edge)) {
163 throw new IllegalArgumentException("bad edge selected");
166 if ((mFixAspectRatio && !checkCorner(edge)) && !checkBlock(edge) && edge != MOVE_NONE) {
171 mMovingEdges = edge;
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.cc 32 // The minimum distance between the panel edge and the screen (or work area)
33 // edge such that the panel can snap to the screen (or work area) edge.
70 // Return the vertical distance between the bottom edge of |top_bounds| and
71 // the top edge of |bottom_bounds|.
77 // Return the vertical distance between the right edge of |left_bounds| and
78 // the left edge of |right_bounds|.
182 // Check if the dragging panel can snap to other panel or edge of the working
285 // OSX menu bar that is aligned to top screen edge.
611 // Check if the panel can snap to the left/right edge of the work area
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 53 // Probability of the edge BB2->BB1 = 124 / (124 + 4) = 0.96875
54 // Probability of the edge BB2->BB3 = 4 / (124 + 4) = 0.03125
109 // the edge.
112 // Minimum weight of an edge. Please note, that weight is NEVER 0.
120 /// \brief Calculate edge weights for successors lead to unreachable.
210 /// \brief Calculate edge weights for edges leading to cold blocks.
271 // Calculate Edge Weights using "Pointer Heuristics". Predict a comparsion
304 // Calculate Edge Weights using "Loop Branch Heuristics". Predict backedges
566 /// Get the raw edge weight for the edge. If can't find it, retur
    [all...]
ProfileVerifierPass.cpp 86 double ReadOrAssert(typename ProfileInfoT<FType, BType>::Edge);
105 typename ProfileInfoT<FType, BType>::Edge E = PI->getEdge(*bbi,BB);
108 dbgs() << "calculated in-edge " << E << ": "
120 typename ProfileInfoT<FType, BType>::Edge E = PI->getEdge(BB,*bbi);
123 dbgs() << "calculated out-edge " << E << ": "
201 double ProfileVerifierPassT<FType, BType>::ReadOrAssert(typename ProfileInfoT<FType, BType>::Edge E) {
204 dbgs() << "Edge " << E << " in Function "
206 ASSERTMESSAGE("Edge has missing value");
210 dbgs() << "Edge " << E << " in Function "
212 ASSERTMESSAGE("Edge has negative value")
    [all...]
  /external/chromium_org/ash/display/
mouse_cursor_event_filter_unittest.cc 59 // Touch the right edge of the primary root window. Pointer should warp.
66 // Touch the left edge of the secondary root window. Pointer should warp.
73 // Touch the left edge of the primary root window.
77 // Touch the top edge of the primary root window.
81 // Touch the bottom edge of the primary root window.
85 // Touch the right edge of the secondary root window.
89 // Touch the top edge of the secondary root window.
93 // Touch the bottom edge of the secondary root window.
117 // Touch the left edge of the secondary root window. Pointer should NOT warp
125 // Touch the left edge of the secondary root window. Pointer should war
    [all...]
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DesktopView.java 76 /** Whether the right edge of the image was visible on-screen during the last render. */
79 /** Whether the bottom edge of the image was visible on-screen during the last render. */
173 // A value of true means the corresponding edge has entered the screen's borders.
179 // Prevent the user from scrolling past the left or right edge of the image.
182 // Make the left edge of the image flush with the left screen edge.
186 // Make the right edge of the image flush with the right screen edge.
195 // Prevent the user from scrolling past the top or bottom edge of the image.
198 // Make the top edge of the image flush with the top screen edge
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 64 * Edge flag indicating that the left edge should be affected.
69 * Edge flag indicating that the right edge should be affected.
74 * Edge flag indicating that the top edge should be affected.
79 * Edge flag indicating that the bottom edge should be affected.
84 * Edge flag set indicating all edges should be affected.
165 * @param left New X coordinate of the left edge of the vie
    [all...]
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 87 // We cannot demote invoke instructions to the stack if their normal edge
88 // is critical. Therefore, split the critical edge and insert the store
93 "Expected a critical edge!");
95 assert (BB && "Unable to split critical edge.");
131 "Invoke edge not supported yet"); (void)II;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListOfItemsShorterThanScreenTest.java 106 // require scrolling to get it back on screen, and will need a peeking edge
117 assertEquals("top should be just below vertical fading edge",
149 assertEquals("bottom of last item should be just above padding; no fading edge.",
155 // the top of the bottom fading edge takes into account the list padding at the bottom,
156 // and the fading edge size
ListOfThinItemsTest.java 43 assertTrue("need item height less than fading edge length",
66 assertTrue(prefix + "selected item is below bottom threshold (fading edge or bottom as " +
105 assertTrue(prefix + "selected item is above top threshold (fading edge or top as " +
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiScrollable.java 301 // if list is vertical, matching top edge implies obscured bottom edge
305 // if list is horizontal, matching left edge implies obscured right edge,
530 * can be at the top-most edge in the case of vertical controls, or the
531 * left-most edge for horizontal controls. Make sure to take into account
552 * can be at the top-most edge in the case of vertical controls, or the
553 * left-most edge for horizontal controls. Make sure to take into account
567 * The beginning can be at the top-most edge in the case of vertical controls, or
568 * the left-most edge for horizontal controls. Make sure to take int
    [all...]
  /frameworks/uiautomator/core/com/android/uiautomator/core/
UiScrollable.java 301 // if list is vertical, matching top edge implies obscured bottom edge
305 // if list is horizontal, matching left edge implies obscured right edge,
530 * can be at the top-most edge in the case of vertical controls, or the
531 * left-most edge for horizontal controls. Make sure to take into account
552 * can be at the top-most edge in the case of vertical controls, or the
553 * left-most edge for horizontal controls. Make sure to take into account
567 * The beginning can be at the top-most edge in the case of vertical controls, or
568 * the left-most edge for horizontal controls. Make sure to take int
    [all...]
  /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...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 44 /// edge in the scheduling DAG.
68 Artificial, ///< Arbitrary strong DAG edge (no real dependence).
69 Weak, ///< Arbitrary weak DAG edge.
70 Cluster ///< Weak DAG edge linking a chain of clustered instrs.
89 /// Latency - The time associated with this edge. Often this is just
146 /// getLatency - Return the latency value for this edge, which roughly
148 /// predecessor and the successor, given that they have this edge
154 /// setLatency - Set the latency for this edge.
159 //// getSUnit - Return the SUnit to which this edge points.
164 //// setSUnit - Assign the SUnit to which this edge points
    [all...]
  /external/llvm/lib/CodeGen/
MachineSink.cpp 170 // the critical edge first. e.g.
297 // If the pass has already considered breaking this edge (during this pass
306 // MI is cheap, we probably don't want to break the critical edge for it.
329 // Avoid breaking back edge. From == To means backedge for single BB loop.
339 // to the edge.
352 // If BB#1 -> BB#3 edge is broken and computation of v1024 is inserted:
370 // It's only legal to break critical edge and sink the computation to the
619 // a path that it doesn't already exist. We could split the critical edge,
622 // We cannot sink a load across a critical edge - there may be stores in
627 DEBUG(dbgs() << " *** NOTE: Won't sink load along critical edge.\n")
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 51 // This does not include any client edge.
55 // borders, including both the window frame and any client edge.
59 // frame, any title area, and any connected client edge. If |restored| is
  /external/llvm/include/llvm/Analysis/
CFG.h 34 /// The output is added to Result, as pairs of <from,to> edge info.
45 /// Return true if the specified edge is a critical edge. Critical edges are
LazyValueInfo.h 50 /// with a constant is known to be true or false on the specified CFG edge.
61 /// constant on the specified edge. Return null if not.
64 /// threadEdge - Inform the analysis cache that we have threaded an edge from
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 58 Left_DFRE, /*20*/ /*DFRE = distance from root edge*/
59 Right_DFRE, /*DFRE = distance from root edge*/
85 int left_DFRE; /*DFRE = distance from root edge*/
  /frameworks/base/core/tests/coretests/src/android/view/
FocusFinderTest.java 113 // just below bottom edge
118 // at edge
128 // just below top edge
134 // at top edge
139 // just beyond top edge
150 // just short of right edge
155 // at edge
165 // just short of left edge
171 // at edge
176 // just beyond edge
    [all...]

Completed in 1342 milliseconds

1 2 3 4 5 6 7 8 91011>>