Home
last modified time | relevance | path

Searched refs:GlyphSubst (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx244 typedef std::pair<sal_uInt16,sal_uInt16> GlyphSubst; in ReadGSUB() typedef
245 typedef std::vector<GlyphSubst> SubstVector; in ReadGSUB()
265 aSubstVector.push_back( GlyphSubst( nGlyphId, 0 ) ); in ReadGSUB()
282 … aSubstVector.push_back( GlyphSubst( static_cast<sal_uInt16>(j + nCovIdx), 0 ) ); in ReadGSUB()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2529 typedef std::pair<sal_uInt16,sal_uInt16> GlyphSubst; in ApplyGSUB() typedef
2530 typedef std::vector<GlyphSubst> SubstVector; in ApplyGSUB()
2547 aSubstVector.push_back( GlyphSubst( nGlyphId, 0 ) ); in ApplyGSUB()
2563 … aSubstVector.push_back( GlyphSubst( static_cast<sal_uInt16>(j + nCovIdx), 0 ) ); in ApplyGSUB()

Completed in 38 milliseconds