Lines Matching refs:glyphlist

620 …ontrolPoint **pointArray, TTGlyphMetrics *metrics, std::vector< sal_uInt32 >& glyphlist) /*FOLD02*/  in GetCompoundTTOutline()  argument
656 if( std::find( glyphlist.begin(), glyphlist.end(), index ) != glyphlist.end() ) in GetCompoundTTOutline()
662 for( std::vector< sal_uInt32 >::const_iterator it = glyphlist.begin(); in GetCompoundTTOutline()
663 it != glyphlist.end(); ++it ) in GetCompoundTTOutline()
672 glyphlist.push_back( index ); in GetCompoundTTOutline()
678 if ((np = GetTTGlyphOutline(ttf, index, &nextComponent, 0, &glyphlist)) == 0) in GetCompoundTTOutline()
688 fprintf(stderr,"%d [", (int)glyphlist.size() ); in GetCompoundTTOutline()
689 for( std::vector< sal_uInt32 >::const_iterator it = glyphlist.begin(); in GetCompoundTTOutline()
690 it != glyphlist.end(); ++it ) in GetCompoundTTOutline()
695 if( ! glyphlist.empty() ) in GetCompoundTTOutline()
696 fprintf(stderr, "glyphlist: -= %d\n", (int) glyphlist.back()); in GetCompoundTTOutline()
699 if( ! glyphlist.empty() ) in GetCompoundTTOutline()
700 glyphlist.pop_back(); in GetCompoundTTOutline()
825 … glyphID, ControlPoint **pointArray, TTGlyphMetrics *metrics, std::vector< sal_uInt32 >* glyphlist) in GetTTGlyphOutline() argument
856 …res = GetCompoundTTOutline(ttf, glyphID, pointArray, metrics, glyphlist ? *glyphlist : aPrivList ); in GetTTGlyphOutline()
1950 …t GetTTGlyphComponents(TrueTypeFont *ttf, sal_uInt32 glyphID, std::vector< sal_uInt32 >& glyphlist) in GetTTGlyphComponents() argument
1960 glyphlist.push_back( glyphID ); in GetTTGlyphComponents()
1970 n += GetTTGlyphComponents(ttf, index, glyphlist); in GetTTGlyphComponents()
3328 list glyphlist = listNewEmpty(); in main() local
3337 r = GetTTGlyphComponents(fnt, i, glyphlist); in main()
3340 listToFirst(glyphlist); in main()
3342 printf("%d ", (int) listCurrent(glyphlist)); in main()
3343 } while (listNext(glyphlist)); in main()
3348 listClear(glyphlist); in main()
3352 listDispose(glyphlist); in main()