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

  /external/skia/tests/
ShaderTest.cpp 56 const SkShader::TileMode tmy = SkShader::kMirror_TileMode; local
58 auto shader0 = SkShader::MakeBitmapShader(bm, tmx, tmy, &localM);
59 auto shader1 = SkImage::MakeFromBitmap(bm)->makeShader(tmx, tmy, &localM);
61 check_isabitmap(reporter, shader0.get(), W, H, tmx, tmy, localM);
62 check_isabitmap(reporter, shader1.get(), W, H, tmx, tmy, localM);
  /external/skqp/tests/
ShaderTest.cpp 56 const SkShader::TileMode tmy = SkShader::kMirror_TileMode; local
58 auto shader0 = SkShader::MakeBitmapShader(bm, tmx, tmy, &localM);
59 auto shader1 = SkImage::MakeFromBitmap(bm)->makeShader(tmx, tmy, &localM);
61 check_isabitmap(reporter, shader0.get(), W, H, tmx, tmy, localM);
62 check_isabitmap(reporter, shader1.get(), W, H, tmx, tmy, localM);
  /external/skia/gm/
pictureshader.cpp 19 SkShader::TileMode tmy; member in struct:__anon33857
155 kTileConfigs[tileMode].tmy,
168 kTileConfigs[tileMode].tmy,
  /external/skqp/gm/
pictureshader.cpp 19 SkShader::TileMode tmy; member in struct:__anon34527
155 kTileConfigs[tileMode].tmy, &localMatrix,
163 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 505 final Shader.TileMode tmy = state.mTileModeY; local
506 if (tmx == null && tmy == null) {
511 tmy == null ? Shader.TileMode.CLAMP : tmy));
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 1374 void Assembler::tmy(const MemOperand& opnd, const Operand& imm) { function in class:v8::internal::Assembler
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 390 milliseconds