Home
last modified time | relevance | path

Searched refs:TTFonts (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/scene/
H A Dscenedata.cpp126 for (vector<TrueTypeFont*>::iterator i = TTFonts.begin(); i != TTFonts.end(); ++i) in ~SceneData()
H A Dscenedata.h195 vector<TrueTypeFont*> TTFonts; variable
/dports/graphics/povray37/povray-3.7.0.10/source/backend/scene/
H A Dscene.cpp124 TTFonts = NULL; in SceneData()
150 if(TTFonts != NULL) in ~SceneData()
151 FreeFontInfo(TTFonts); in ~SceneData()
H A Dscene.h203 FontFileInfo *TTFonts; variable
/dports/graphics/povray36/povray-3.6.1/source/
H A Dtruetype.cpp319 static FontFileInfo *TTFonts = NULL; // GLOBAL VARIABLE variable
909 for(fontlist = TTFonts; fontlist != NULL; fontlist = fontlist->next) in OpenFontFile()
985 fontlist->next = TTFonts; in OpenFontFile()
986 TTFonts = fontlist; in OpenFontFile()
998 for (oldfont = TTFonts; oldfont != NULL;) in FreeFontInfo()
1053 TTFonts = NULL; in FreeFontInfo()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dtruetype.cpp344 static FontFileInfo *TTFonts = NULL; // GLOBAL VARIABLE variable
1002 for(fontlist = TTFonts; fontlist != NULL; fontlist = fontlist->next) in OpenFontFile()
1078 fontlist->next = TTFonts; in OpenFontFile()
1079 TTFonts = fontlist; in OpenFontFile()
1091 for (oldfont = TTFonts; oldfont != NULL;) in FreeFontInfo()
1146 TTFonts = NULL; in FreeFontInfo()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dtruetype.cpp894 for(fontlist = sceneData->TTFonts; fontlist != NULL; fontlist = fontlist->next) in OpenFontFile()
980 fontlist->next = sceneData->TTFonts; in OpenFontFile()
981 sceneData->TTFonts = fontlist; in OpenFontFile()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/parser/
H A Dparser.cpp6610 …or(vector<TrueTypeFont*>::iterator iFont = sceneData->TTFonts.begin(); iFont != sceneData->TTFonts in OpenFontFile()
6659 sceneData->TTFonts.push_back(font); in OpenFontFile()
/dports/print/py-fonttools/fonttools-4.28.2/
H A DNEWS.rst613 - [varLib] Fixed error when merging OTL tables and TTFonts were loaded as ``lazy=True``
H A DPKG-INFO931 - [varLib] Fixed error when merging OTL tables and TTFonts were loaded as ``lazy=True``
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fonttools.egg-info/
H A DPKG-INFO931 - [varLib] Fixed error when merging OTL tables and TTFonts were loaded as ``lazy=True``