HomeSort by relevance Sort by last modified time
    Searched refs:bitmapShader (Results 1 - 8 of 8) sorted by null

  /external/skia/tests/
BitmapHeapTest.cpp 53 SkShader* bitmapShader = SkShader::CreateBitmapShader(bm, SkShader::kRepeat_TileMode,
55 SkAutoTUnref<SkShader> aur(bitmapShader);
68 int index = dictionary.find(*bitmapShader);
89 index = dictionary.find(*bitmapShader);
  /external/skia/src/core/
SkPictureShader.h 57 SkShader* bitmapShader);
67 PictureShaderContext(const SkPictureShader&, const ContextRec&, SkShader* bitmapShader);
SkPictureShader.cpp 245 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(*rec.fMatrix, rec.fLocalMatrix));
246 if (nullptr == bitmapShader.get()) {
249 return PictureShaderContext::Create(storage, *this, rec, bitmapShader);
255 const SkPictureShader& shader, const ContextRec& rec, SkShader* bitmapShader) {
256 PictureShaderContext* ctx = new (storage) PictureShaderContext(shader, rec, bitmapShader);
265 const SkPictureShader& shader, const ContextRec& rec, SkShader* bitmapShader)
267 , fBitmapShader(SkRef(bitmapShader))
269 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize(rec));
270 fBitmapShaderContext = bitmapShader->createContext(rec, fBitmapShaderContextStorage);
324 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(viewM, localMatrix, maxTextureSize))
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ShaderTests.java 20 import android.graphics.BitmapShader;
48 mPaint.setShader(new BitmapShader(shaderBitmap,
69 BitmapShader bitmapShader = new BitmapShader(shaderBitmap,
80 bitmapShader, gradientShader, PorterDuff.Mode.DST_IN));
98 * 4) Bitmap in BitmapShader
120 BitmapShader bitmapShader = new BitmapShader(shaderBitmap
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatProgressBarHelper.java 20 import android.graphics.BitmapShader;
104 final BitmapShader bitmapShader = new BitmapShader(tileBitmap,
106 shapeDrawable.getPaint().setShader(bitmapShader);
118 * given a tiling BitmapShader.
  /external/skia/gm/
pictureshader.cpp 161 SkAutoTUnref<SkShader> bitmapShader(SkShader::CreateBitmapShader(
166 paint.setShader(bitmapShader.get());
  /frameworks/base/libs/hwui/
SkiaShader.cpp 281 void storeCompose(Caches& caches, const SkShader& bitmapShader, const SkShader& gradientShader,
284 LOG_ALWAYS_FATAL_IF(!tryStoreBitmap(caches, bitmapShader, modelViewMatrix,
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 248 milliseconds