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

  /external/webkit/Source/WebCore/platform/graphics/openvg/
TiledImageOpenVG.cpp 83 void TiledImageOpenVG::setTile(int xIndex, int yIndex, VGImage image)
  /development/samples/Snake/src/com/example/android/snake/
TileView.java 134 setTile(0, x, y);
148 public void setTile(int tileindex, int x, int y) {
SnakeView.java 418 setTile(GREEN_STAR, x, 0);
419 setTile(GREEN_STAR, x, mYTileCount - 1);
422 setTile(GREEN_STAR, 0, y);
423 setTile(GREEN_STAR, mXTileCount - 1, y);
433 setTile(YELLOW_STAR, c.x, c.y);
516 setTile(YELLOW_STAR, c.x, c.y);
518 setTile(RED_STAR, c.x, c.y);
  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp 256 setTile(coordinate, Tile::create(this, coordinate));
309 void TiledBackingStore::setTile(const Tile::Coordinate& coordinate, PassRefPtr<Tile> tile)
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 203 setTile(coordinate, tile);
527 void TiledDrawingAreaProxy::setTile(const TiledDrawingAreaTile::Coordinate& coordinate, RefPtr<TiledDrawingAreaTile> tile)

Completed in 3331 milliseconds