Searched refs:shaderMatrix (Results 1 – 2 of 2) sorted by relevance
70 SkMatrix shaderMatrix; in onFilterImage() local71 shaderMatrix.setTranslate(SkIntToScalar(srcOffset.fX), in onFilterImage()75 &shaderMatrix)); in onFilterImage()
218 SkMatrix shaderMatrix = this->getLocalMatrix(); in refBitmapShader() local219 shaderMatrix.preScale(1 / tileScale.width(), 1 / tileScale.height()); in refBitmapShader()220 tileShader.reset(CreateBitmapShader(bm, fTmx, fTmy, &shaderMatrix)); in refBitmapShader()