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

  /external/webkit/Source/WebCore/platform/graphics/
Tile.h 45 typedef IntPoint Coordinate;
47 static PassRefPtr<Tile> create(TiledBackingStore* backingStore, const Coordinate& tileCoordinate) { return adoptRef(new Tile(backingStore, tileCoordinate)); }
57 const Tile::Coordinate& coordinate() const { return m_coordinate; } function in class:WebCore::Tile
63 Tile(TiledBackingStore*, const Coordinate&);
66 Coordinate m_coordinate;
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaTile.h 48 typedef WebCore::IntPoint Coordinate;
50 static PassRefPtr<TiledDrawingAreaTile> create(TiledDrawingAreaProxy* proxy, const Coordinate& tileCoordinate) { return adoptRef(new TiledDrawingAreaTile(proxy, tileCoordinate)); }
62 const TiledDrawingAreaTile::Coordinate& coordinate() const { return m_coordinate; } function in class:WebKit::TiledDrawingAreaTile
71 TiledDrawingAreaTile(TiledDrawingAreaProxy* proxy, const TiledDrawingAreaTile::Coordinate& tileCoordinate);
74 Coordinate m_coordinate;
  /external/harfbuzz/src/
harfbuzz-gdef-private.h 53 HB_Short Coordinate; /* x or y value (in design units) */
70 HB_Short Coordinate; /* x or y value (in design units) */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef-private.h 53 HB_Short Coordinate; /* x or y value (in design units) */
70 HB_Short Coordinate; /* x or y value (in design units) */
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
Coordinate.java 10 * Coordinate class. Used to store a coordinate in [DD]D MM.M format.
16 public class Coordinate {
24 /* the coordinate as a decimal*/
27 /* whether this coordinate is a latitude or a longitude: : LAT==0, LONG==1 */
28 private int coOrdinate;
50 * @param coOrdinate
55 public Coordinate(int deg, float minsDecMins, int coOrdinate,
57 buildCoOrdinate(deg, minsDecMins, coOrdinate, quad)
    [all...]
  /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/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 562 milliseconds