HomeSort by relevance Sort by last modified time
    Searched full:corner (Results 426 - 450 of 1196) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_generators.py 1181 # start. Starting in a corner makes the 2nd move easy.
1182 corner = self.coords2index(0, 0)
1183 remove_from_successors(corner)
1184 self.lastij = corner
1185 yield corner
1186 add_to_successors(corner)
1190 corner = self.coords2index(0, 0)
1191 assert self.lastij == corner # i.e., we started in the corner
1194 assert len(succs[corner]) ==
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/
math_arrows.json 328 "default": "rightwards arrow with corner downwards",
329 "short": "right arrow with corner down"
337 "default": "downwards arrow with corner leftwards",
338 "short": "down arrow with corner left"
786 "default": "north west arrow to corner"
794 "default": "south east arrow to corner"
    [all...]
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder_unittest.cc 298 // hit corner cases, +/- 4 characters from kMaxLen
307 // hit corner cases, +/- 4 characters from kMaxLen. This time we
  /external/chromium_org/chrome/browser/ui/
browser_window.h 199 // Returns the rect where the resize corner should be drawn by the render
201 // rect to identify that there shouldn't be a resize corner (in the cases
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 190 // Adjust the bounds by the top left corner of the containing view's bounds
280 // Adjust the bounds by the top left corner of the containing view's bounds
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.h 278 // Relative to the upper-left corner of the view.
280 // Relative to the upper-left corner of the screen.
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder_unittest.cc 301 // hit corner cases, +/- 4 characters from kMaxLen
310 // hit corner cases, +/- 4 characters from kMaxLen. This time we
  /external/chromium_org/skia/ext/
platform_canvas_unittest.cc 69 // Return true if canvas has something that passes for a rounded-corner
79 // Check corner points first. They should be of canvas_color.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValueKeywords.in 886 closest-corner
888 farthest-corner
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.cpp 365 // Apply the SVG corner radius constraints, per the rect section of the SVG shapes spec: if
366 // one of rx,ry is negative, then the other corner radius value is used. If both values are
  /external/chromium_org/third_party/freetype/include/freetype/
ftstroke.h 78 * Used to render beveled line joins. The outer corner of
80 * region of the corner with a straight line between the
  /external/chromium_org/third_party/isimpledom/
ISimpleDOMNode.idl 95 cpp_quote("// placeTopLeft=TRUE: scroll until the top left corner of the dom node is at the top left corner of the view.")
  /external/chromium_org/ui/views/bubble/
bubble_border.cc 45 // The corner radius of the bubble's rounded-rect interior area.
221 // Calculate the minimum offset to not overlap arrow and corner images.
  /external/eigen/Eigen/src/Core/util/
Constants.h 193 * Enum used by DenseBase::corner() in Eigen2 compatibility mode. */
194 // FIXME after the corner() API change, this was not needed anymore, except by AlignedBox
  /external/freetype/include/freetype/
ftstroke.h 78 * Used to render beveled line joins. The outer corner of
80 * region of the corner with a straight line between the
  /external/opencv/cv/src/
cvrotcalipers.cpp 75 // ((CvPoint2D32f*)out)[0] - corner
84 // corner /
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 232 temp1 = *src; /* top-left corner */
233 temp2 = src[width-1]; /* top-right corner */
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
changes-summary.html 80 whose API Level identifiers are given in the upper-right corner of this page. It compares a
87 description</a>. The statistics are accessible from the "Statistics" link in the upper-right corner.</p>
  /frameworks/base/docs/html/sdk/api_diff/15/changes/
changes-summary.html 80 whose API Level identifiers are given in the upper-right corner of this page. It compares a
87 description</a>. The statistics are accessible from the "Statistics" link in the upper-right corner.</p>
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
changes-summary.html 80 whose API Level identifiers are given in the upper-right corner of this page. It compares a
87 description</a>. The statistics are accessible from the "Statistics" link in the upper-right corner.</p>
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 46 * from the bottom left corner of the image can be accomplished by transforming the column vector
47 * (0, 0, 0, 1) using the queried matrix, while sampling from the top right corner of the image can
  /frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c 44 * corner
45 * @param y (IN) : Vertical position of the top left corner
  /frameworks/base/services/input/
PointerController.cpp 338 // Apply offsets to convert from the pixel top-left corner position to the pixel center.
381 // Apply offsets to convert from the pixel center to the pixel top-left corner position
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 218 // allocate space for corner feature locations for reference and inspection images:
394 sprintf(str,"Corner Detection [%d corners] = %g ms\n",m_nr_corners_ins, elapsedTimeCorner);
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.cpp 218 // allocate space for corner feature locations for reference and inspection images:
394 sprintf(str,"Corner Detection [%d corners] = %g ms\n",m_nr_corners_ins, elapsedTimeCorner);

Completed in 1426 milliseconds

<<11121314151617181920>>