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

  /external/chromium_org/third_party/skia/tests/
BitmapHeapTest.cpp 41 SkShader* bitmapShader = SkShader::CreateBitmapShader(bm, SkShader::kRepeat_TileMode,
43 SkAutoTUnref<SkShader> aur(bitmapShader);
56 int index = dictionary.find(*bitmapShader);
77 index = dictionary.find(*bitmapShader);
  /external/skia/tests/
BitmapHeapTest.cpp 41 SkShader* bitmapShader = SkShader::CreateBitmapShader(bm, SkShader::kRepeat_TileMode,
43 SkAutoTUnref<SkShader> aur(bitmapShader);
56 int index = dictionary.find(*bitmapShader);
77 index = dictionary.find(*bitmapShader);
  /external/skia/src/core/
SkPictureShader.cpp 117 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(*rec.fMatrix, rec.fLocalMatrix));
118 if (NULL == bitmapShader.get()) {
121 return PictureShaderContext::Create(storage, *this, rec, bitmapShader);
127 const SkPictureShader& shader, const ContextRec& rec, SkShader* bitmapShader) {
129 (shader, rec, bitmapShader));
138 const SkPictureShader& shader, const ContextRec& rec, SkShader* bitmapShader)
140 , fBitmapShader(SkRef(bitmapShader))
142 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize());
143 fBitmapShaderContext = bitmapShader->createContext(rec, fBitmapShaderContextStorage);
194 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(context->getMatrix(), localMatrix))
    [all...]
SkPictureShader.h 56 SkShader* bitmapShader);
67 PictureShaderContext(const SkPictureShader&, const ContextRec&, SkShader* bitmapShader);
  /external/chromium_org/third_party/skia/src/core/
SkPictureShader.cpp 139 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(*rec.fMatrix, rec.fLocalMatrix));
140 if (NULL == bitmapShader.get()) {
143 return PictureShaderContext::Create(storage, *this, rec, bitmapShader);
149 const SkPictureShader& shader, const ContextRec& rec, SkShader* bitmapShader) {
151 (shader, rec, bitmapShader));
160 const SkPictureShader& shader, const ContextRec& rec, SkShader* bitmapShader)
162 , fBitmapShader(SkRef(bitmapShader))
164 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize());
165 fBitmapShaderContext = bitmapShader->createContext(rec, fBitmapShaderContextStorage);
218 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(context->getMatrix(), localMatrix))
    [all...]
SkPictureShader.h 57 SkShader* bitmapShader);
68 PictureShaderContext(const SkPictureShader&, const ContextRec&, SkShader* bitmapShader);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
TintRatingBar.java 21 import android.graphics.BitmapShader;
113 final BitmapShader bitmapShader = new BitmapShader(tileBitmap,
115 shapeDrawable.getPaint().setShader(bitmapShader);
126 * given a tiling BitmapShader.
  /external/chromium_org/third_party/skia/gm/
pictureshader.cpp 143 SkAutoTUnref<SkShader> bitmapShader(SkShader::CreateBitmapShader(
148 paint.setShader(bitmapShader.get());
  /external/skia/gm/
pictureshader.cpp 144 SkAutoTUnref<SkShader> bitmapShader(SkShader::CreateBitmapShader(
149 paint.setShader(bitmapShader.get());
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 24 import android.graphics.BitmapShader;
349 final BitmapShader bitmapShader = new BitmapShader(tileBitmap,
351 shapeDrawable.getPaint().setShader(bitmapShader);
368 * given a tiling BitmapShader.
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 27 import android.graphics.BitmapShader;
439 final BitmapShader bitmapShader = new BitmapShader(tileBitmap,
441 shapeDrawable.getPaint().setShader(bitmapShader);
463 * given a tiling BitmapShader.
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 1246 milliseconds