Searched refs:shader_scale (Results 1 – 2 of 2) sorted by relevance
165 SkMatrix shader_scale; in PaintDetachedView() local166 shader_scale.setScale(kScalingFactor, kScalingFactor); in PaintDetachedView()167 bitmap_shader->setLocalMatrix(shader_scale); in PaintDetachedView()
444 SkMatrix shader_scale; in PaintDownloadProgress() local445 shader_scale.setTranslate(SkIntToScalar(foreground_bounds.x()), in PaintDownloadProgress()447 shader->setLocalMatrix(shader_scale); in PaintDownloadProgress()