/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/gl/ |
H A D | texture_gl.h | 57 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 D | Glyph.cpp | 65 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 D | texture.h | 121 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 D | MatPlotDecomposer.cpp | 41 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 D | intro.cpp | 319 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 D | DataLoader.java | 16 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 D | Glyph.cpp | 116 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 D | gcn_graphics.cc | 161 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 D | MatPlotDecomposer.hxx | 24 static int getTextureHeight(int id);
|
H A D | DataLoader.hxx | 42 int getTextureHeight(int id);
|
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/sidebar/ |
H A D | texturebrowser.cpp | 238 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 D | osgearth_mrt.cpp | 54 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 D | TexMat.cpp | 41 glScalef(tex->getTextureWidth(),tex->getTextureHeight(),1.0f); in apply()
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ |
H A D | TexMat.cpp | 41 glScalef(tex->getTextureWidth(),tex->getTextureHeight(),1.0f); in apply()
|
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/directx3d/ |
H A D | directx3dimage.hpp | 123 virtual int getTextureHeight() const;
|
/dports/devel/love10/love-0.10.2/src/modules/graphics/ |
H A D | Quad.h | 51 double getTextureHeight() const;
|
/dports/devel/guichan/guichan-0.8.2/include/guichan/opengl/ |
H A D | openglimage.hpp | 128 virtual int getTextureHeight() const;
|
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/opengl/ |
H A D | openglimage.hpp | 149 virtual int getTextureHeight() const;
|
/dports/games/openmw/openmw-openmw-0.47.0/components/myguiplatform/ |
H A D | myguitexture.cpp | 31 , 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 D | Quad.h | 54 double getTextureHeight() const;
|
/dports/devel/love5/love-0.5-0/src/opengl/ |
H A D | Animation.cpp | 48 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 D | TextureManager.hpp | 28 int getTextureHeight(const std::string imageUrl);
|
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/render/ |
H A D | bordered_texture_atlas.h | 174 float getTextureHeight(unsigned long texture) const;
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ |
H A D | Texture2DArray.cpp | 34 out->writeInt(getTextureHeight()); in write()
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ |
H A D | Texture2DArray.cpp | 34 out->writeInt(getTextureHeight()); in write()
|