Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2528 typedef std::pair<sal_uInt16,sal_uInt16> GlyphSubst; in ApplyGSUB() typedef
2529 typedef std::vector<GlyphSubst> SubstVector; in ApplyGSUB()
2546 aSubstVector.push_back( GlyphSubst( nGlyphId, 0 ) ); in ApplyGSUB()
2562 … aSubstVector.push_back( GlyphSubst( static_cast<sal_uInt16>(j + nCovIdx), 0 ) ); in ApplyGSUB()

Completed in 37 milliseconds