Home
last modified time | relevance | path

Searched refs:getTextureHeight (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/gl/
H A Dtexture_gl.h57 virtual int getTextureHeight() const = 0;
75 virtual int getTextureHeight() const { return Texture1D::getTextureHeight();} in getTextureHeight() function
91 virtual int getTextureHeight() const { return Texture2D::getTextureHeight();} in getTextureHeight() function
108 virtual int getTextureHeight() const { return Texture3D::getTextureHeight();} in getTextureHeight() function
125 virtual int getTextureHeight() const { return TextureCube::getTextureHeight();} in getTextureHeight() function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/
H A DGlyph.cpp65 height <= (getTextureHeight()-_usedY)) in getSpaceForGlyph()
82 height <= (getTextureHeight()-_partUsedY)) in getSpaceForGlyph()
117 … static_cast<float>(posY)/static_cast<float>(getTextureHeight()) ) ); in addGlyph()
119 … static_cast<float>(posY+glyph->t())/static_cast<float>(getTextureHeight()) ) ); in addGlyph()
179 if (maxTextureSize < getTextureWidth() || maxTextureSize < getTextureHeight()) in apply()
190 …xtID, GL_TEXTURE_2D, 1, OSGTEXT_GLYPH_INTERNALFORMAT, getTextureWidth(), getTextureHeight(), 1, 0); in apply()
217 unsigned int imageDataSize = getTextureHeight()*getTextureWidth(); in apply()
232 getTextureWidth(), getTextureHeight(), 0, in apply()
342 int tsize = getTextureHeight() * getTextureWidth(); in apply()
385 getTextureHeight(), in apply()
[all …]
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/
H A Dtexture.h121 virtual int getTextureHeight() const {return -1;} in getTextureHeight() function
144 virtual int getTextureHeight() const {return pixmap.getH();} in getTextureHeight() function
169 virtual int getTextureHeight() const {return pixmap.getH();} in getTextureHeight() function
192 virtual int getTextureHeight() const {return -1;} in getTextureHeight() function
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DMatPlotDecomposer.cpp41 int MatPlotDecomposer::getTextureHeight(int id) in getTextureHeight() function in MatPlotDecomposer
62 const int h = getTextureHeight(id); in fillTextureData()
171 int textureHeight = getTextureHeight(id); in fillTextureData()
226 const int h = getTextureHeight(id); in getTextureData()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/main/
H A Dintro.cpp319 textureHeight = logoTexture->getTextureHeight(); in Intro()
470 texPlacement = Vec2i(1, h-tex->getTextureHeight()); in Intro()
479 texPlacement = Vec2i(w-tex->getTextureWidth(), h-tex->getTextureHeight()); in Intro()
482 texPlacement = Vec2i(w/2 - tex->getTextureWidth()/2, h-tex->getTextureHeight()); in Intro()
488 texPlacement = Vec2i(1, (h/2) - (tex->getTextureHeight()/2)); in Intro()
491 texPlacement = Vec2i(w-tex->getTextureWidth(), (h/2) - (tex->getTextureHeight()/2)); in Intro()
499 …new IntroText(tex, texPlacement, Vec2i(tex->getTextureWidth(), tex->getTextureHeight()), textureSt… in Intro()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/
H A DDataLoader.java16 public static int getTextureHeight(int id) { in getTextureHeight() method in DataLoader
17 return DataLoaderJNI.getTextureHeight(id); in getTextureHeight()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/
H A DGlyph.cpp116 height <= (getTextureHeight()-usedY)) in getSpaceForGlyph()
133 height <= (getTextureHeight()-_partUsedY)) in getSpaceForGlyph()
165 …at>(getTextureWidth()), static_cast<float>(posY)/static_cast<float>(getTextureHeight()) ), // minT… in addGlyph()
166 …ureWidth()), static_cast<float>(posY+glyph->t())/static_cast<float>(getTextureHeight()) ), // maxT… in addGlyph()
422 … _image->allocateImage(getTextureWidth(), getTextureHeight(), 1, imageFormat, GL_UNSIGNED_BYTE); in createImage()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/platforms/gcn/
H A Dgcn_graphics.cc161 float texY1 = source.y() / (float)srcImage->getTextureHeight(); in drawImageStretched()
163 float texY2 = source.y2() / (float)srcImage->getTextureHeight(); in drawImageStretched()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/includes/
H A DMatPlotDecomposer.hxx24 static int getTextureHeight(int id);
H A DDataLoader.hxx42 int getTextureHeight(int id);
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/sidebar/
H A Dtexturebrowser.cpp238 int TextureBrowser::getTextureHeight(const GLTexture* tex) { in getTextureHeight() function in TextureBrowser
256 const int nHeight = getTextureHeight(q); in getNextTexturePosition()
322 …nTotalHeight = std::max(m_nTotalHeight, abs(layout.current_y) + getFontHeight() + getTextureHeight( in evaluateHeight()
515 const int textureHeight = getTextureHeight(q); in focus()
550 int nHeight = getTextureHeight(q); in getTextureAt()
611 const int nHeight = getTextureHeight(q); in draw()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_mrt/
H A Dosgearth_mrt.cpp54 rtt->setViewport(0, 0, app.gcolor->getTextureWidth(), app.gcolor->getTextureHeight()); in createMRTPass()
95 float h = (float)app.gcolor->getTextureHeight(); in createFramebufferQuad()
197 float h = app.gcolor->getTextureHeight(); in createFramebufferPass()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DTexMat.cpp41 glScalef(tex->getTextureWidth(),tex->getTextureHeight(),1.0f); in apply()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DTexMat.cpp41 glScalef(tex->getTextureWidth(),tex->getTextureHeight(),1.0f); in apply()
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/directx3d/
H A Ddirectx3dimage.hpp123 virtual int getTextureHeight() const;
/dports/devel/love10/love-0.10.2/src/modules/graphics/
H A DQuad.h51 double getTextureHeight() const;
/dports/devel/guichan/guichan-0.8.2/include/guichan/opengl/
H A Dopenglimage.hpp128 virtual int getTextureHeight() const;
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/opengl/
H A Dopenglimage.hpp149 virtual int getTextureHeight() const;
/dports/games/openmw/openmw-openmw-0.47.0/components/myguiplatform/
H A Dmyguitexture.cpp31 , mHeight(texture->getTextureHeight()) in OSGTexture()
127 mTexture->getTextureWidth(), mTexture->getTextureHeight(), mTexture->getTextureDepth(), in lock()
/dports/devel/love/love-11.3/src/modules/graphics/
H A DQuad.h54 double getTextureHeight() const;
/dports/devel/love5/love-0.5-0/src/opengl/
H A DAnimation.cpp48 float yTex = y/(float)image->getTextureHeight(); in addFrame()
51 float hTex = h/(float)image->getTextureHeight(); in addFrame()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/
H A DTextureManager.hpp28 int getTextureHeight(const std::string imageUrl);
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/render/
H A Dbordered_texture_atlas.h174 float getTextureHeight(unsigned long texture) const;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/
H A DTexture2DArray.cpp34 out->writeInt(getTextureHeight()); in write()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/
H A DTexture2DArray.cpp34 out->writeInt(getTextureHeight()); in write()

12345678