Home
last modified time | relevance | path

Searched refs:refBitmapShader (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkPictureShader.cpp158 SkShader* SkPictureShader::refBitmapShader(const SkMatrix& viewMatrix, const SkMatrix* localM, in refBitmapShader() function in SkPictureShader
245 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(*rec.fMatrix, rec.fLocalMatrix)); in onCreateContext()
324 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(viewM, localMatrix, maxTextureSize)); in asFragmentProcessor()
DSkPictureShader.h48 …SkShader* refBitmapShader(const SkMatrix&, const SkMatrix* localMatrix, const int maxTextureSize =…