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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_bubble_cocoa.mm 42 // Vertical spacing between the edge of the window and the
46 // Horizontal spacing between the edge of the window and the
114 // Fill the background rectangle in white and draw its edge.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshot.js 128 WebInspector.HeapSnapshotEdgeIterator = function(edge)
130 this.edge = edge;
136 this.edge.edgeIndex = 0;
141 return this.edge.edgeIndex < this.edge._edges.length;
146 return this.edge.edgeIndex;
151 this.edge.edgeIndex = newIndex;
156 return this.edge;
161 this.edge.edgeIndex += this.edge._snapshot._edgeFieldsCount
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_rendertmp.h 303 /* If the primitive does not begin here, the first edge
312 /* If the primitive does not end here, the final edge is
327 /* Don't render the first edge again:
  /external/chromium_org/third_party/skia/gyp/
pixman_test.gyp 75 '../../../pixman/pixman/pixman-edge-accessors.c',
76 '../../../pixman/pixman/pixman-edge.c',
113 '../../../pixman/pixman/pixman-edge-imp.h',
  /external/jpeg/
jcprepct.c 10 * and edge expansion steps.
286 * We make the buffer wide enough to allow the downsampler to edge-expand
331 * We make the buffer wide enough to allow the downsampler to edge-expand
  /external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h 73 /// getEdgeFreq - Return edge frequency based on SRC frequency and Src -> Dst
74 /// edge probability.
119 /// isBackedge - Return if edge Src -> Dst is a reachable backedge.
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 191 // on different code paths. We could split the critical edge, but for now we
195 // We cannot sink a load across a critical edge - there may be stores in
200 // We don't want to sink across a critical edge if we don't dominate the
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 105 std::vector<std::pair<ProfileInfo::Edge, double> > SuccCounts;
115 OS << "\t;;; Out-edge counts:";
152 std::map<ProfileInfo::Edge, unsigned> EdgeFreqs;
  /external/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 303 /* If the primitive does not begin here, the first edge
312 /* If the primitive does not end here, the final edge is
327 /* Don't render the first edge again:
  /external/opencv/cv/src/
cvcanny.cpp 160 // 0 - the pixel might belong to an edge
161 // 1 - the pixel can not belong to an edge
162 // 2 - the pixel does belong to an edge
  /external/qemu/distrib/jpeg-6b/
jcprepct.c 10 * and edge expansion steps.
286 * We make the buffer wide enough to allow the downsampler to edge-expand
331 * We make the buffer wide enough to allow the downsampler to edge-expand
  /external/skia/gyp/
pixman_test.gyp 75 '../../../pixman/pixman/pixman-edge-accessors.c',
76 '../../../pixman/pixman/pixman-edge.c',
113 '../../../pixman/pixman/pixman-edge-imp.h',
  /packages/apps/Camera2/src/com/android/camera/crop/
CropMath.java 87 * If edge point [x, y] in array [x0, y0, x1, y1, ...] is outside of the
88 * image bound rectangle, clamps it to the edge of the rectangle.
90 * @param imageBound the rectangle to clamp edge points to.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 89 * If edge point [x, y] in array [x0, y0, x1, y1, ...] is outside of the
90 * image bound rectangle, clamps it to the edge of the rectangle.
92 * @param imageBound the rectangle to clamp edge points to.
  /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/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 407 // Similar to '?' if we are referring to condition, just have the edge
415 // For '?', if we are referring to condition, just have the edge point
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 327 edge of a macroblock. Macroblock type is checked before this is
362 edge of a macroblock. The function is the same as
390 top-most edge of a macroblock. Macroblock types are checked
420 top-most edge of a macroblock. Macroblock types are checked
487 edge of a macroblock. Macroblock types are checked
646 Filter one vertical 4-pixel luma edge.
757 Filter one horizontal 4-pixel luma edge
939 Filter one vertical 2-pixel chroma edge
1014 Filter one horizontal 2-pixel chroma edge
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
IntMath.java 141 /* check this edge case while we're here (div-int/2addr) */
213 /* check this edge case while we're here (div-int/lit8) */
281 /* check this edge case while we're here (div-long/2addr) */
399 * Check an edge condition: dividing the most-negative integer by -1
  /external/antlr/antlr-3.4/runtime/ActionScript/
README 22 If you are interested in the latest, most bleeding edge version, have a look at
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestDotTreeGenerator.cs 65 + @" edge [arrowsize=.5, color=""black"", style=""bold""]" + newline
  /external/arduino/hardware/arduino/cores/arduino/
wiring_pulse.c 65 // to be 20 clock cycles long and have about 16 clocks between the edge
  /external/ceres-solver/internal/ceres/
parameter_block_ordering.h 77 // parameter blocks that are marked constant. An edge connects two
schur_ordering.h 67 // parameter blocks that are marked constant. An edge connects two
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_mac_unittest.mm 91 // Test doing a hit test on the edge of a child.
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 22 // Margin from the edge of the work area

Completed in 1567 milliseconds

<<21222324252627282930>>