HomeSort by relevance Sort by last modified time
    Searched defs:tmx (Results 1 - 12 of 12) 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/skqp/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 198 struct timex tmx = {}; local
201 tmx.modes = ADJ_SETOFFSET;
203 tmx.modes |= ADJ_NANO;
205 tmx.time.tv_sec = offset / NSEC_PER_SEC;
206 tmx.time.tv_usec = offset % NSEC_PER_SEC;
208 if (offset < 0 && tmx.time.tv_usec) {
209 tmx.time.tv_sec -= 1;
210 tmx.time.tv_usec += NSEC_PER_SEC;
213 tmx.time.tv_sec = offset / USEC_PER_SEC;
214 tmx.time.tv_usec = offset % USEC_PER_SEC
233 struct timex tmx = {}; local
    [all...]
  /external/skia/gm/
pictureshader.cpp 18 SkShader::TileMode tmx; member in struct:__anon33857
154 auto pictureShader = SkShader::MakePictureShader(fPicture, kTileConfigs[tileMode].tmx,
167 kTileConfigs[tileMode].tmx,
  /external/skqp/gm/
pictureshader.cpp 18 SkShader::TileMode tmx; member in struct:__anon34527
154 paint.setShader(SkShader::MakePictureShader(fPicture, kTileConfigs[tileMode].tmx,
162 kTileConfigs[tileMode].tmx,
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 504 final Shader.TileMode tmx = state.mTileModeX; local
506 if (tmx == null && tmy == null) {
510 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/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 426 milliseconds