Home
last modified time | relevance | path

Searched refs:texFileName (Results 1 – 22 of 22) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/misc/scripts/
H A Dupdate_doc_libs.py13 def myCallback(classname, texFileName, content, i): argument
14 tofix.add(texFileName) # consider this .tex broken
35 tofix.remove(texFileName) # was a valid .tex (at least for current class)
79 tofix.remove(texFileName) # was a valid .tex (at least for current class)
85 file = open(texFileName, "w")
89 print " updated %s" % texFileName
H A Dupdate_doc_baseclasses.py18 def myCallback(classname, texFileName, content, i): argument
45 treetex[classname] = texFileName
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/misc/scripts/
H A Dupdate_doc_libs.py13 def myCallback(classname, texFileName, content, i): argument
14 tofix.add(texFileName) # consider this .tex broken
35 tofix.remove(texFileName) # was a valid .tex (at least for current class)
79 tofix.remove(texFileName) # was a valid .tex (at least for current class)
85 file = open(texFileName, "w")
89 print " updated %s" % texFileName
H A Dupdate_doc_baseclasses.py18 def myCallback(classname, texFileName, content, i): argument
45 treetex[classname] = texFileName
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/glsl/
H A Dshtest.c388 LoadTexture(GLint unit, GLenum target, const char *texFileName) in LoadTexture() argument
397 image = LoadRGBImage(texFileName, &imgWidth, &imgHeight, &imgFormat); in LoadTexture()
399 printf("Couldn't read %s\n", texFileName); in LoadTexture()
404 unit, target, texFileName, imgWidth, imgHeight); in LoadTexture()
509 char target[100], texFileName[100]; in ReadConfigFile() local
511 k = sscanf(line + 8, "%d %s %s", &unit, target, texFileName); in ReadConfigFile()
531 LoadTexture(unit, GL_TEXTURE_2D, texFileName); in ReadConfigFile()
534 LoadTexture(unit, GL_TEXTURE_3D, texFileName); in ReadConfigFile()
537 LoadTexture(unit, GL_TEXTURE_RECTANGLE_ARB, texFileName); in ReadConfigFile()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/glsl/
H A Dshtest.c388 LoadTexture(GLint unit, GLenum target, const char *texFileName) in LoadTexture() argument
397 image = LoadRGBImage(texFileName, &imgWidth, &imgHeight, &imgFormat); in LoadTexture()
399 printf("Couldn't read %s\n", texFileName); in LoadTexture()
404 unit, target, texFileName, imgWidth, imgHeight); in LoadTexture()
509 char target[100], texFileName[100]; in ReadConfigFile() local
511 k = sscanf(line + 8, "%d %s %s", &unit, target, texFileName); in ReadConfigFile()
531 LoadTexture(unit, GL_TEXTURE_2D, texFileName); in ReadConfigFile()
534 LoadTexture(unit, GL_TEXTURE_3D, texFileName); in ReadConfigFile()
537 LoadTexture(unit, GL_TEXTURE_RECTANGLE_ARB, texFileName); in ReadConfigFile()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/samples/
H A Dtexture.c36 char *texFileName = 0; variable
429 texFileName = argv[++i]; in Args()
449 if (texFileName == 0) { in main()
454 image = LoadPPM(texFileName); in main()
H A Dquad.c91 char *texFileName = 0; variable
149 if (texFileName) { in Init()
150 image = LoadPPM(texFileName); in Init()
409 texFileName = argv[++i]; in Args()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/samples/
H A Dtexture.c36 char *texFileName = 0; variable
429 texFileName = argv[++i]; in Args()
449 if (texFileName == 0) { in main()
454 image = LoadPPM(texFileName); in main()
H A Dquad.c91 char *texFileName = 0; variable
149 if (texFileName) { in Init()
150 image = LoadPPM(texFileName); in Init()
409 texFileName = argv[++i]; in Args()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/parser/
H A Dparsermanager.cpp65 const QString& texFileName, int selrow, int docrow) in parseOutput() argument
68 m_outputParserThread->addLaTeXLogFile(fileName, sourceFile, texFileName, selrow, docrow); in parseOutput()
H A Dparserthread.cpp289 const QString& texFileName, int selrow, int docrow) in addLaTeXLogFile() argument
295 texFileName, selrow, docrow); in addLaTeXLogFile()
H A Dparsermanager.h53 const QString& texFileName = "", int selrow = -1, int docrow = -1);
H A Dparserthread.h137 const QString& texFileName = "", int selrow = -1, int docrow = -1);
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/
H A Drfx_uniform.cpp130 void RfxUniform::SetValue(const QString &texFileName) in SetValue() argument
132 textureFile = texFileName; in SetValue()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DFontFaceBitmap.cpp300 String texFileName = fileName + "_" + String(i) + ".png"; in Save() local
301 pageElem.SetAttribute("file", texFileName); in Save()
304 SaveFaceTexture(textures_[i], pathName + texFileName); in Save()
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/examples/contribs/agora/Viewer/
H A DagoraViewer.cpp170 const QString texFileName("wood.png"); in initViewer() local
171 QImage img(texFileName); in initViewer()
176 QString("Unable to load wood texture (%1).").arg(texFileName)); in initViewer()
/dports/cad/openctm/OpenCTM-1.0.3/tools/
H A Dctmviewer.cpp765 string texFileName = mMesh->mTexFileName; in LoadFile() local
767 texFileName = string(aOverrideTexture); in LoadFile()
768 if(texFileName.size() > 0) in LoadFile()
769 InitTexture(texFileName.c_str()); in LoadFile()
/dports/math/vtk9/VTK-9.1.0/IO/OMF/core/
H A DOMFElement.cxx356 std::string texFileName = fileNoExt + "-" + elementName + "-texture.png"; in ProcessTextures() local
358 pathComponents.push_back(texFileName); in ProcessTextures()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/tex/
H A DSessionCompilePdf.cpp649 std::string texFileName = targetFilePath_.getStem() + ".tex"; in onWeaveCompleted() local
650 FilePath texFilePath = targetFilePath_.getParent().completePath(texFileName); in onWeaveCompleted()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/app/
H A DMainWindow.cpp2114 static rkcommon::FileName texFileName(""); in buildWindowLightEditor() local
2118 "texture", "select...", (char *)texFileName.base().c_str(), 0); in buildWindowLightEditor()
2132 texFileName = fileList[0]; in buildWindowLightEditor()
2142 hdri["filename"] = texFileName.str(); in buildWindowLightEditor()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Dkile.cpp2277 QString texFileName; in quickPdf() local
2282 texFileName = getCompileName(); in quickPdf()
2285 …KileDialog::PdfDialog *dlg = new KileDialog::PdfDialog(m_mainWindow, texFileName, startDir, m_exte… in quickPdf()