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

  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 302 Shader.TileMode tmy = state.mTileModeY; local
304 if (tmx == null && tmy == null) {
309 tmy == null ? Shader.TileMode.CLAMP : tmy);
  /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 164 milliseconds