Searched defs:bitmapShader (Results 1 - 11 of 11) sorted by relevance

/external/skia/gm/
H A Dpictureshader.cpp166 auto bitmapShader = SkShader::MakeBitmapShader(fBitmap, local
172 ? bitmapShader->makeWithLocalMatrix(localMatrix)
173 : bitmapShader);
/external/skia/src/shaders/
H A DSkPictureShader.cpp289 // Keep bitmapShader alive by using alloc instead of stack memory
290 auto& bitmapShader = *rec.fAlloc->make<sk_sp<SkShader>>(); local
292 bitmapShader = this->refBitmapShader(rec.fCTM, rec.fLocalM, rec.fDstCS, &compositeLocalMatrix);
297 return bitmapShader && as_SB(bitmapShader)->appendStages(localRec);
304 sk_sp<SkShader> bitmapShader = this->refBitmapShader(*rec.fMatrix, local
308 if (!bitmapShader) {
316 alloc->make<PictureShaderContext>(*this, localRec, std::move(bitmapShader), alloc);
336 const SkPictureShader& shader, const ContextRec& rec, sk_sp<SkShader> bitmapShader,
339 , fBitmapShader(std::move(bitmapShader))
335 PictureShaderContext( const SkPictureShader& shader, const ContextRec& rec, sk_sp<SkShader> bitmapShader, SkArenaAlloc* alloc) argument
[all...]
/external/skqp/src/shaders/
H A DSkPictureShader.cpp285 // Keep bitmapShader alive by using alloc instead of stack memory
286 auto& bitmapShader = *rec.fAlloc->make<sk_sp<SkShader>>(); local
287 bitmapShader = this->refBitmapShader(rec.fCTM, rec.fLocalM, rec.fDstCS);
288 return bitmapShader && as_SB(bitmapShader)->appendStages(rec);
294 sk_sp<SkShader> bitmapShader(this->refBitmapShader(*rec.fMatrix, rec.fLocalMatrix,
296 if (!bitmapShader) {
301 alloc->make<PictureShaderContext>(*this, rec, std::move(bitmapShader), alloc);
321 const SkPictureShader& shader, const ContextRec& rec, sk_sp<SkShader> bitmapShader,
324 , fBitmapShader(std::move(bitmapShader))
320 PictureShaderContext( const SkPictureShader& shader, const ContextRec& rec, sk_sp<SkShader> bitmapShader, SkArenaAlloc* alloc) argument
[all...]
/external/skia/src/xps/
H A DSkXPSDevice.cpp2226 auto bitmapShader = SkMakeBitmapShader(bitmap, SkShader::kClamp_TileMode, local
2229 SkASSERT(bitmapShader);
2230 if (!bitmapShader) { return; }
2233 paintWithShader.setShader(std::move(bitmapShader));
/external/skqp/src/xps/
H A DSkXPSDevice.cpp2226 auto bitmapShader = SkMakeBitmapShader(bitmap, SkShader::kClamp_TileMode, local
2229 SkASSERT(bitmapShader);
2230 if (!bitmapShader) { return; }
2233 paintWithShader.setShader(std::move(bitmapShader));
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 825 milliseconds