HomeSort by relevance Sort by last modified time
    Searched refs:yTile (Results 1 - 6 of 6) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 101 final int yTile = getHitTileY(worldY);
103 result = mWorld.getTile(xTile, yTile);
130 int yTile = 0;
137 yTile = (int)Math.floor((flippedY / worldPixelHeight) * mWorld.getHeight());
139 return yTile;
  /external/chromium_org/third_party/skia/bench/
TileBench.cpp 42 SkShader::TileMode yTile,
56 SkShader* s = SkShader::CreateBitmapShader(bm, xTile, yTile);
63 fName.append(gTileModeStr[yTile]);
  /external/skia/bench/
TileBench.cpp 42 SkShader::TileMode yTile,
56 SkShader* s = SkShader::CreateBitmapShader(bm, xTile, yTile);
63 fName.append(gTileModeStr[yTile]);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
AllocationTest.java 204 yTile = (int)Math.ceil(yNorm * hFull);
239 .setY(yTile, yTile + hTile);
269 yTile * 1.0f / hFull,
271 (yTile + hTile) * 1.0f / hFull);
278 private final int yTile;
    [all...]
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp 628 for (int yTile = 0; yTile < (size.height()+15)/16; ++yTile) {
633 SkIntToScalar(-yTile*tileSize.height()));
640 SkIntToScalar(yTile * tileSize.height()),
    [all...]
  /external/skia/gm/
gmmain.cpp 628 for (int yTile = 0; yTile < (size.height()+15)/16; ++yTile) {
633 SkIntToScalar(-yTile*tileSize.height()));
640 SkIntToScalar(yTile * tileSize.height()),
    [all...]

Completed in 1282 milliseconds