comparison Framework/Scene2D/Internals/CairoFloatTextureRenderer.cpp @ 889:6e79e8c9021c am-dev

integration mainline->am-dev
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jul 2019 12:05:02 +0200
parents 238693c3bc51 6e888cf6a48b
children 177e7d431cd1 2d8ab34c8c91
comparison
equal deleted inserted replaced
887:6176917ef890 889:6e79e8c9021c
86 } 86 }
87 } 87 }
88 } 88 }
89 89
90 90
91 void CairoFloatTextureRenderer::Render(const AffineTransform2D& transform) 91 void CairoFloatTextureRenderer::Render(const AffineTransform2D& transform,
92 unsigned int canvasWidth,
93 unsigned int canvasHeight)
92 { 94 {
93 CairoColorTextureRenderer::RenderColorTexture(target_, transform, texture_, 95 CairoColorTextureRenderer::RenderColorTexture(target_, transform, texture_,
94 textureTransform_, isLinearInterpolation_); 96 textureTransform_, isLinearInterpolation_);
95 } 97 }
96 } 98 }