HomeSort by relevance Sort by last modified time
    Searched full:tilecount (Results 1 - 7 of 7) sorted by null

  /development/samples/Snake/src/com/example/android/snake/
TileView.java 126 * @param tilecount
129 public void resetTiles(int tilecount) {
130 mTileArray = new Bitmap[tilecount];
  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.cpp 108 int numTileLayers = tileCount();
213 CACFLayerRemoveFromSuperlayer(tileAtIndex(tileCount() - 1));
219 if (!sublayers || index < 0 || index >= tileCount() )
225 int WebTiledLayer::tileCount() const
239 int numTilesToChange = numTilesTotal - tileCount();
WebTiledLayer.h 72 int tileCount() const;
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.h 75 int tileCount() const;
PlatformCALayerWinInternal.cpp 155 int numTileLayers = tileCount();
398 CACFLayerRemoveFromSuperlayer(tileAtIndex(tileCount() - 1));
404 if (!sublayers || index < 0 || index >= tileCount())
410 int PlatformCALayerWinInternal::tileCount() const
424 int numTilesToChange = numTilesTotal - tileCount();
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 544 final int tileCount = byteStream.read();
545 final int size = (1 + 1 + 4 + 4 + 4 + 4 + 4 + 4) * tileCount;
547 for (int x = 0; x < tileCount; x++) {
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2010-05-24     [all...]

Completed in 110 milliseconds