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

  /external/skia/tests/
ShaderTest.cpp 55 const SkShader::TileMode tmx = SkShader::kRepeat_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/linux-kselftest/tools/testing/selftests/timers/
valid-adjtimex.c 209 struct timex tmx = {}; local
212 tmx.modes = ADJ_SETOFFSET;
214 tmx.modes |= ADJ_NANO;
216 tmx.time.tv_sec = offset / NSEC_PER_SEC;
217 tmx.time.tv_usec = offset % NSEC_PER_SEC;
219 if (offset < 0 && tmx.time.tv_usec) {
220 tmx.time.tv_sec -= 1;
221 tmx.time.tv_usec += NSEC_PER_SEC;
224 tmx.time.tv_sec = offset / USEC_PER_SEC;
225 tmx.time.tv_usec = offset % USEC_PER_SEC
244 struct timex tmx = {}; local
    [all...]
  /external/skia/gm/
pictureshader.cpp 18 SkShader::TileMode tmx; member in struct:__anon30739
154 paint.setShader(SkShader::MakePictureShader(fPicture, kTileConfigs[tileMode].tmx,
162 kTileConfigs[tileMode].tmx,
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 488 final Shader.TileMode tmx = state.mTileModeX; local
490 if (tmx == null && tmy == null) {
494 tmx == null ? Shader.TileMode.CLAMP : tmx,
    [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/lib/
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 489 milliseconds