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

  /external/skia/gm/
pictureshader.cpp 18 SkShader::TileMode tmy; member in struct:__anon18065
156 kTileConfigs[tileMode].tmy,
167 kTileConfigs[tileMode].tmy,
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 782 register int tmy; local
787 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
788 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE);
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 504 final Shader.TileMode tmy = state.mTileModeY; local
505 if (tmx == null && tmy == null) {
510 tmy == null ? Shader.TileMode.CLAMP : tmy));
    [all...]

Completed in 179 milliseconds