Searched refs:aTexMatrix (Results 1 – 3 of 3) sorted by relevance
132 basegfx::B2DHomMatrix aTexMatrix; in create3DDecomposition() local133 aTexMatrix.scale(getTextureSize().getX(), getTextureSize().getY()); in create3DDecomposition()134 aFill.transformTextureCoordiantes(aTexMatrix); in create3DDecomposition()
121 basegfx::B2DHomMatrix aTexMatrix; in create3DDecomposition() local122 aTexMatrix.scale(getTextureSize().getX(), getTextureSize().getY()); in create3DDecomposition()123 aFill.transformTextureCoordiantes(aTexMatrix); in create3DDecomposition()
134 basegfx::B2DHomMatrix aTexMatrix; in applyTextureTo3DGeometry() local135 aTexMatrix.scale(rTextureSize.getX(), rTextureSize.getY()); in applyTextureTo3DGeometry()139 rFill[a].transformTextureCoordiantes(aTexMatrix); in applyTextureTo3DGeometry()
Completed in 9 milliseconds