HomeSort by relevance Sort by last modified time
    Searched refs:Coordinate (Results 1 - 10 of 10) sorted by null

  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 98 private ArrayList<Coordinate> mSnakeTrail = new ArrayList<Coordinate>();
99 private ArrayList<Coordinate> mAppleList = new ArrayList<Coordinate>();
164 mSnakeTrail.add(new Coordinate(7, 7));
165 mSnakeTrail.add(new Coordinate(6, 7));
166 mSnakeTrail.add(new Coordinate(5, 7));
167 mSnakeTrail.add(new Coordinate(4, 7));
168 mSnakeTrail.add(new Coordinate(3, 7));
169 mSnakeTrail.add(new Coordinate(2, 7))
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gdef-private.h 49 HB_Short Coordinate; /* x or y value (in design units) */
65 HB_Short Coordinate; /* x or y value (in design units) */
harfbuzz-gdef.c 406 cv->cvf.cvf1.Coordinate = GET_Short();
426 cv->cvf.cvf3.Coordinate = GET_Short();
  /external/chromium_org/third_party/mesa/src/docs/
MESA_copy_sub_buffer.spec 69 <width> and <height> indicate the size in pixels. Coordinate (0,0)
  /external/mesa3d/docs/
MESA_copy_sub_buffer.spec 69 <width> and <height> indicate the size in pixels. Coordinate (0,0)
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_util.js 164 * @param {number} x Coordinate of the left top corner.
165 * @param {number} y Coordinate of the left top corner.
183 * @param {number} x Coordinate of the point.
184 * @param {number} y Coordinate of the point.
331 * @param {number} x X coordinate of circle center.
332 * @param {number} y Y coordinate of circle center.
344 * @param {number} x X coordinate of the point.
345 * @param {number} y Y coordinate of the point.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 164 * @param {number} x Coordinate of the left top corner.
165 * @param {number} y Coordinate of the left top corner.
183 * @param {number} x Coordinate of the point.
184 * @param {number} y Coordinate of the point.
331 * @param {number} x X coordinate of circle center.
332 * @param {number} y Y coordinate of circle center.
344 * @param {number} x X coordinate of the point.
345 * @param {number} y Y coordinate of the point.
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1109 milliseconds