Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkTileImageFilter.cpp70 SkMatrix shaderMatrix; in onFilterImage() local
71 shaderMatrix.setTranslate(SkIntToScalar(srcOffset.fX), in onFilterImage()
75 &shaderMatrix)); in onFilterImage()
/external/skia/src/core/
DSkPictureShader.cpp218 SkMatrix shaderMatrix = this->getLocalMatrix(); in refBitmapShader() local
219 shaderMatrix.preScale(1 / tileScale.width(), 1 / tileScale.height()); in refBitmapShader()
220 tileShader.reset(CreateBitmapShader(bm, fTmx, fTmy, &shaderMatrix)); in refBitmapShader()