Home
last modified time | relevance | path

Searched refs:glyphlist (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vcl/source/fontsubset/
H A Dsft.cxx620 …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()
[all …]
H A Dttcr.cxx1285 std::vector< sal_uInt32 > glyphlist; in glyfAdd() local
1287 ncomponents = GetTTGlyphComponents(fnt, glyphdata->glyphID, glyphlist); in glyfAdd()
1299 if (ncomponents > 1 && glyphlist.size() > 1 ) in glyfAdd()
1301 std::vector< sal_uInt32 >::const_iterator it = glyphlist.begin(); in glyfAdd()
1322 } while( ++it != glyphlist.end() ); in glyfAdd()
1381 list glyphlist; in ProcessTables() local
1394 glyphlist = (list) glyf->data; in ProcessTables()
1395 nGlyphs = listCount(glyphlist); in ProcessTables()
1404 listToFirst(glyphlist); in ProcessTables()
1406 GlyphData *gd = (GlyphData *) listCurrent(glyphlist); in ProcessTables()
[all …]
/AOO41X/main/vcl/inc/
H A Dsft.hxx351 … GetTTGlyphComponents(TrueTypeFont *ttf, sal_uInt32 glyphID, std::vector< sal_uInt32 >& glyphlist);