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

  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 462 Shader.TileMode tmy = state.mTileModeY; local
464 if (tmx == null && tmy == null) {
469 tmy == null ? Shader.TileMode.CLAMP : tmy));
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 725 register int tmy; local
730 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
731 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE);
  /external/icu4c/tools/tzcode/
zdump.c 725 register int tmy; local
730 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
731 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE);

Completed in 288 milliseconds