Home
last modified time | relevance | path

Searched refs:getTexelScaling (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DTexture.pypp.cpp40 virtual ::CEGUI::Vector2f const & getTexelScaling( ) const { in getTexelScaling() function
181 … , bp::pure_virtual( getTexelScaling_function_type(&::CEGUI::Texture::getTexelScaling) ) in register_Texture_class()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/
H A DTexture.pkg22 const Vector2<float>& getTexelScaling() const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DTexture.h129 virtual const Vector2f& getTexelScaling() const = 0;
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DRenderingWindow.cpp258 const float tu = d_size.d_width * tex.getTexelScaling().d_x; in realiseGeometry_impl()
259 const float tv = d_size.d_height * tex.getTexelScaling().d_y; in realiseGeometry_impl()
H A DBasicImage.cpp202 const Vector2f& scale = d_texture->getTexelScaling(); in render()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/Null/
H A DTexture.h49 const Vector2f& getTexelScaling() const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/DirectFB/
H A DTexture.h48 const Vector2f& getTexelScaling() const;
/dports/graphics/cegui/cegui-0.8.7/samples/EffectsDemo/
H A DEffectsDemo.cpp97 const float tcx = qw * tex.getTexelScaling().d_x; in realiseGeometry()
100 tex.getTexelScaling().d_y; in realiseGeometry()
257 const float tcx = qw * tex.getTexelScaling().d_x; in realiseGeometry()
260 tex.getTexelScaling().d_y; in realiseGeometry()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Null/
H A DTexture.cpp57 const Vector2f& NullTexture::getTexelScaling() const in getTexelScaling() function in CEGUI::NullTexture
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/Direct3D10/
H A DTexture.h90 const Vector2f& getTexelScaling() const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/Direct3D11/
H A DTexture.h90 const Vector2f& getTexelScaling() const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/Ogre/
H A DTexture.h53 const Vector2f& getTexelScaling() const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/Irrlicht/
H A DTexture.h74 const Vector2f& getTexelScaling() const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/Direct3D9/
H A DTexture.h82 const Vector2f& getTexelScaling() const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/OpenGLES/
H A DTexture.h100 const Vector2f& getTexelScaling() const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/OpenGL/
H A DTexture.h105 const Vector2f& getTexelScaling() const;
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/DirectFB/
H A DTexture.cpp60 const Vector2f& DirectFBTexture::getTexelScaling() const in getTexelScaling() function in CEGUI::DirectFBTexture
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/OpenGLES/
H A DTexture.cpp116 const Vector2f& OpenGLESTexture::getTexelScaling() const in getTexelScaling() function in CEGUI::OpenGLESTexture
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Irrlicht/
H A DTexture.cpp83 const Vector2f& IrrlichtTexture::getTexelScaling() const in getTexelScaling() function in CEGUI::IrrlichtTexture
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Ogre/
H A DTexture.cpp156 const Vector2f& OgreTexture::getTexelScaling() const in getTexelScaling() function in CEGUI::OgreTexture
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Direct3D10/
H A DTexture.cpp151 const Vector2f& Direct3D10Texture::getTexelScaling() const in getTexelScaling() function in CEGUI::Direct3D10Texture
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Direct3D11/
H A DTexture.cpp172 const Vector2f& Direct3D11Texture::getTexelScaling() const in getTexelScaling() function in CEGUI::Direct3D11Texture
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/OpenGL/
H A DTexture.cpp209 const Vector2f& OpenGLTexture::getTexelScaling() const in getTexelScaling() function in CEGUI::OpenGLTexture
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Direct3D9/
H A DTexture.cpp501 const Vector2f& Direct3D9Texture::getTexelScaling() const in getTexelScaling() function in CEGUI::Direct3D9Texture
/dports/graphics/cegui/cegui-0.8.7/doc/doxygen/
H A Dporting6to7.dox220 Texture::getTexelScaling function returning a const Vector2 reference.

12