HomeSort by relevance Sort by last modified time
    Searched full:bitmapshader (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/src/animator/
SkDrawShader.h 19 DECLARE_DRAW_MEMBER_INFO(BitmapShader);
SkDrawShader.cpp 74 // oops, bitmapshader no longer takes filterBitmap, but deduces it at
  /external/skia/src/animator/
SkDrawShader.h 19 DECLARE_DRAW_MEMBER_INFO(BitmapShader);
SkDrawShader.cpp 74 // oops, bitmapshader no longer takes filterBitmap, but deduces it at
  /frameworks/base/graphics/java/android/graphics/
BitmapShader.java 23 public class BitmapShader extends Shader {
41 public BitmapShader(Bitmap bitmap, TileMode tileX, TileMode tileY) {
55 final BitmapShader copy = new BitmapShader(mBitmap, mTileX, mTileY);
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ResourceModifiers.java 24 import android.graphics.BitmapShader;
31 public final BitmapShader mRepeatShader;
32 public final BitmapShader mTranslatedShader;
33 public final BitmapShader mScaledShader;
63 mRepeatShader = new BitmapShader(mBitmap, Shader.TileMode.REPEAT,
66 mTranslatedShader = new BitmapShader(mBitmap, Shader.TileMode.REPEAT,
73 mScaledShader = new BitmapShader(mBitmap, Shader.TileMode.MIRROR,
  /external/skia/tests/
BitmapHeapTest.cpp 49 SkShader* bitmapShader = SkShader::CreateBitmapShader(bm, SkShader::kRepeat_TileMode,
51 SkAutoTUnref<SkShader> aur(bitmapShader);
64 int index = dictionary.find(*bitmapShader);
85 index = dictionary.find(*bitmapShader);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ShaderTest.java 20 import android.graphics.BitmapShader;
36 Shader shader = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);
ComposeShaderTest.java 20 import android.graphics.BitmapShader;
79 BitmapShader blueShader = new BitmapShader(greenBitmap, TileMode.CLAMP, TileMode.CLAMP);
80 BitmapShader redShader = new BitmapShader(cyanBitmap, TileMode.CLAMP, TileMode.CLAMP);
BitmapShaderTest.java 20 import android.graphics.BitmapShader;
46 BitmapShader shader = new BitmapShader(tile, Shader.TileMode.REPEAT,
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
AdvancedBlendActivity.java 23 import android.graphics.BitmapShader;
45 private BitmapShader mScaledShader;
58 private BitmapShader mScaled2Shader;
69 mScaledShader = new BitmapShader(texture, Shader.TileMode.MIRROR,
75 mScaled2Shader = new BitmapShader(texture, Shader.TileMode.MIRROR,
ShadersActivity.java 23 import android.graphics.BitmapShader;
43 private BitmapShader mRepeatShader;
44 private BitmapShader mTranslatedShader;
45 private BitmapShader mScaledShader;
68 mRepeatShader = new BitmapShader(mTexture, Shader.TileMode.REPEAT,
71 mTranslatedShader = new BitmapShader(mTexture, Shader.TileMode.REPEAT,
78 mScaledShader = new BitmapShader(mTexture, Shader.TileMode.MIRROR,
LinesActivity.java 24 import android.graphics.BitmapShader;
62 private final BitmapShader mShader;
99 mShader = new BitmapShader(mBitmap1, BitmapShader.TileMode.MIRROR,
100 BitmapShader.TileMode.MIRROR);
MoreShadersActivity.java 23 import android.graphics.BitmapShader;
47 private BitmapShader mScaledShader;
58 private BitmapShader mScaled2Shader;
71 mScaledShader = new BitmapShader(texture, Shader.TileMode.MIRROR,
77 mScaled2Shader = new BitmapShader(texture, Shader.TileMode.MIRROR,
PathsActivity.java 23 import android.graphics.BitmapShader;
45 private final BitmapShader mShader;
82 mShader = new BitmapShader(mBitmap1, BitmapShader.TileMode.MIRROR,
83 BitmapShader.TileMode.MIRROR);
Alpha8BitmapActivity.java 23 import android.graphics.BitmapShader;
56 BitmapShader shader = new BitmapShader(texture,
GradientsActivity.java 23 import android.graphics.BitmapShader;
98 BitmapShader shader = new BitmapShader(texture, Shader.TileMode.REPEAT,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapShader_Delegate.java 27 * Delegate implementing the native methods of android.graphics.BitmapShader
29 * Through the layoutlib_create tool, the original native methods of BitmapShader have been
34 * it and the original BitmapShader class.
121 "Unable to inverse matrix in BitmapShader", e, null /*data*/);
130 "Unable to inverse matrix in BitmapShader", e, null /*data*/);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Patterns.java 74 mShader1 = new BitmapShader(makeBitmap1(), Shader.TileMode.REPEAT,
76 mShader2 = new BitmapShader(makeBitmap2(), Shader.TileMode.REPEAT,
  /external/skia/gm/
bitmaprecttest.cpp 33 // fast-path in the bitmapshader, but ended up drawing the last col of pixels
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorBrightnessView.java 21 import android.graphics.BitmapShader;
92 BitmapShader bs = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);
ColorCompareView.java 22 import android.graphics.BitmapShader;
83 BitmapShader bs = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);
ColorHueView.java 21 import android.graphics.BitmapShader;
197 BitmapShader bs = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);
ColorOpacityView.java 22 import android.graphics.BitmapShader;
97 BitmapShader bs = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);
ColorSaturationView.java 21 import android.graphics.BitmapShader;
92 BitmapShader bs = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);

Completed in 603 milliseconds

1 2 3