OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setTile
(Results
1 - 6
of
6
) 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/android/
BaseTileTexture.cpp
216
void BaseTileTexture::
setTile
(TextureInfo* info, int x, int y,
239
//
setTile
().
/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 77 milliseconds