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

  /external/skia/gm/
pictureshader.cpp 17 SkShader::TileMode tmx; member in struct:__anon22165
154 SkShader::CreatePictureShader(fPicture, kTileConfigs[tileMode].tmx,
163 kTileConfigs[tileMode].tmx,
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 487 final Shader.TileMode tmx = state.mTileModeX; local
489 if (tmx == null && tmy == null) {
493 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 

Completed in 295 milliseconds