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

  /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/WebCore/svg/graphics/
SVGPaintServerPattern.cpp 71 void SVGPaintServerPattern::setTile(PassOwnPtr<ImageBuffer> tile)

Completed in 163 milliseconds