Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureShader.cpp144 SkShader* SkPictureShader::refBitmapShader(const SkMatrix& matrix, const SkMatrix* localM, in refBitmapShader() function in SkPictureShader
233 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(*rec.fMatrix, rec.fLocalMatrix)); in onCreateContext()
317 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(viewM, localMatrix, maxTextureSize)); in asFragmentProcessor()
DSkPictureShader.h44 …SkShader* refBitmapShader(const SkMatrix&, const SkMatrix* localMatrix, const int maxTextureSize =…