Searched refs:fBitmapShaderContext (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPictureShader.cpp257 if (nullptr == ctx->fBitmapShaderContext) {
270 fBitmapShaderContext = bitmapShader->createContext(rec, fBitmapShaderContextStorage);
271 //if fBitmapShaderContext is null, we are invalid
275 if (fBitmapShaderContext) {
276 fBitmapShaderContext->~Context();
282 SkASSERT(fBitmapShaderContext);
283 return fBitmapShaderContext->getFlags();
287 SkASSERT(fBitmapShaderContext);
288 return fBitmapShaderContext->asAShadeProc(ctx);
292 SkASSERT(fBitmapShaderContext);
[all...]
H A DSkPictureShader.h70 SkShader::Context* fBitmapShaderContext; member in class:SkPictureShader::PictureShaderContext

Completed in 53 milliseconds