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

  /external/skia/src/shaders/
SkPictureShader.h 64 SkShaderBase::Context* fBitmapShaderContext;
SkPictureShader.cpp 291 if (nullptr == ctx->fBitmapShaderContext) {
316 fBitmapShaderContext = as_SB(fBitmapShader)->makeContext(rec, alloc);
317 //if fBitmapShaderContext is null, we are invalid
321 SkASSERT(fBitmapShaderContext);
322 return fBitmapShaderContext->getFlags();
326 SkASSERT(fBitmapShaderContext);
327 fBitmapShaderContext->shadeSpan(x, y, dstC, count);
  /external/skqp/src/shaders/
SkPictureShader.h 64 SkShaderBase::Context* fBitmapShaderContext;
SkPictureShader.cpp 291 if (nullptr == ctx->fBitmapShaderContext) {
316 fBitmapShaderContext = as_SB(fBitmapShader)->makeContext(rec, alloc);
317 //if fBitmapShaderContext is null, we are invalid
321 SkASSERT(fBitmapShaderContext);
322 return fBitmapShaderContext->getFlags();
326 SkASSERT(fBitmapShaderContext);
327 fBitmapShaderContext->shadeSpan(x, y, dstC, count);

Completed in 775 milliseconds