/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/gl/ |
H A D | texture_gl.h | 56 virtual int getTextureWidth() const = 0; 74 virtual int getTextureWidth() const { return Texture1D::getTextureWidth();} in getTextureWidth() function 90 virtual int getTextureWidth() const { return Texture2D::getTextureWidth();} in getTextureWidth() function 107 virtual int getTextureWidth() const { return Texture3D::getTextureWidth();} in getTextureWidth() function 124 virtual int getTextureWidth() const { return TextureCube::getTextureWidth();} in getTextureWidth() function
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/ |
H A D | Glyph.cpp | 64 if (width <= (getTextureWidth()-_partUsedX) && in getSpaceForGlyph() 81 if (width <= getTextureWidth() && in getSpaceForGlyph() 116 … glyph->setMinTexCoord( osg::Vec2( static_cast<float>(posX)/static_cast<float>(getTextureWidth()), in addGlyph() 179 if (maxTextureSize < getTextureWidth() || maxTextureSize < getTextureHeight()) in apply() 217 unsigned int imageDataSize = getTextureHeight()*getTextureWidth(); in apply() 227 glPixelStorei(GL_UNPACK_ROW_LENGTH,getTextureWidth()); in apply() 232 getTextureWidth(), getTextureHeight(), 0, in apply() 342 int tsize = getTextureHeight() * getTextureWidth(); in apply() 361 ((((*itr)->getTexturePositionY()+t) * getTextureWidth()) + in apply() 379 glPixelStorei(GL_UNPACK_ROW_LENGTH,getTextureWidth()); in apply() [all …]
|
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/ |
H A D | texture.h | 120 virtual int getTextureWidth() const {return pixmap.getW();} in getTextureWidth() function 143 virtual int getTextureWidth() const {return pixmap.getW();} in getTextureWidth() function 168 virtual int getTextureWidth() const {return pixmap.getW();} in getTextureWidth() function 191 virtual int getTextureWidth() const {return -1;} in getTextureWidth() function
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/ |
H A D | MatPlotDecomposer.cpp | 31 int MatPlotDecomposer::getTextureWidth(int id) in getTextureWidth() function in MatPlotDecomposer 63 const int w = getTextureWidth(id); in fillTextureData() 227 const int w = getTextureWidth(id); in getTextureData()
|
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/main/ |
H A D | intro.cpp | 311 textureWidth = logoTexture->getTextureWidth(); in Intro() 476 texPlacement = Vec2i(w-tex->getTextureWidth(), 1); 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() 485 texPlacement = Vec2i(w/2 - tex->getTextureWidth()/2, 1); in Intro() 491 texPlacement = Vec2i(w-tex->getTextureWidth(), (h/2) - (tex->getTextureHeight()/2)); in Intro() 499 …texts.push_back(new IntroText(tex, texPlacement, Vec2i(tex->getTextureWidth(), tex->getTextureHeig… in Intro()
|
/dports/games/scorched3d/scorched/src/client/GLW/ |
H A D | GLWSelectorPart.cpp | 77 if (item.getIcon()) iconWidth = item.getTextureWidth() + 16.0f; in calculateDimensions() 244 glVertex2f(x + item.getTextureWidth() + 16.0f, y); in draw() 246 glVertex2f(x + item.getTextureWidth() + 16.0f, y + 16.0f); in draw()
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/ |
H A D | DataLoader.java | 12 public static int getTextureWidth(int id) { in getTextureWidth() method in DataLoader 13 return DataLoaderJNI.getTextureWidth(id); in getTextureWidth()
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/ |
H A D | Glyph.cpp | 115 if (width <= (getTextureWidth()-partUsedX) && in getSpaceForGlyph() 132 if (width <= getTextureWidth() && in getSpaceForGlyph() 165 …osg::Vec2( static_cast<float>(posX)/static_cast<float>(getTextureWidth()), static_cast<float>(posY… in addGlyph() 166 …osg::Vec2( static_cast<float>(posX+glyph->s())/static_cast<float>(getTextureWidth()), static_cast<… in addGlyph() 422 … _image->allocateImage(getTextureWidth(), getTextureHeight(), 1, imageFormat, GL_UNSIGNED_BYTE); in createImage()
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ |
H A D | Camera.cpp | 429 if (texture && (texture->getTextureWidth()!=width)) in resizeAttachments() 439 … if (texture && ((texture->getTextureWidth()!=width) || (texture->getTextureHeight()!=height))) in resizeAttachments() 449 … if (texture && ((texture->getTextureWidth()!=width) || (texture->getTextureHeight()!=height))) in resizeAttachments() 459 … if (texture && ((texture->getTextureWidth()!=width) || (texture->getTextureHeight()!=height))) in resizeAttachments()
|
H A D | TexMat.cpp | 41 glScalef(tex->getTextureWidth(),tex->getTextureHeight(),1.0f); in apply()
|
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/platforms/gcn/ |
H A D | gcn_graphics.cc | 160 float texX1 = source.x() / (float)srcImage->getTextureWidth(); in drawImageStretched() 162 float texX2 = source.x2() / (float)srcImage->getTextureWidth(); in drawImageStretched()
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/includes/ |
H A D | MatPlotDecomposer.hxx | 23 static int getTextureWidth(int id);
|
H A D | DataLoader.hxx | 35 int getTextureWidth(int id);
|
/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() 94 float w = (float)app.gcolor->getTextureWidth(); in createFramebufferQuad() 196 float w = app.gcolor->getTextureWidth(); 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()
|
H A D | Camera.cpp | 436 if (texture && (texture->getTextureWidth()!=width)) in resizeAttachments() 446 … if (texture && ((texture->getTextureWidth()!=width) || (texture->getTextureHeight()!=height))) in resizeAttachments() 456 … if (texture && ((texture->getTextureWidth()!=width) || (texture->getTextureHeight()!=height))) in resizeAttachments() 466 … if (texture && ((texture->getTextureWidth()!=width) || (texture->getTextureHeight()!=height))) in resizeAttachments()
|
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/directx3d/ |
H A D | directx3dimage.hpp | 116 virtual int getTextureWidth() const;
|
/dports/devel/love10/love-0.10.2/src/modules/graphics/ |
H A D | Quad.h | 50 double getTextureWidth() const;
|
/dports/devel/guichan/guichan-0.8.2/include/guichan/opengl/ |
H A D | openglimage.hpp | 121 virtual int getTextureWidth() const;
|
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/opengl/ |
H A D | openglimage.hpp | 142 virtual int getTextureWidth() const;
|
/dports/games/openmw/openmw-openmw-0.47.0/components/myguiplatform/ |
H A D | myguitexture.cpp | 30 , mWidth(texture->getTextureWidth()) 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 | 53 double getTextureWidth() const;
|
/dports/devel/love5/love-0.5-0/src/opengl/ |
H A D | Animation.cpp | 47 float xTex = x/(float)image->getTextureWidth(); in addFrame() 50 float wTex = w/(float)image->getTextureWidth(); in addFrame()
|
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/ |
H A D | TextureManager.hpp | 27 int getTextureWidth(const std::string imageUrl);
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ |
H A D | Texture2DArray.cpp | 33 out->writeInt(getTextureWidth()); in write()
|