Searched refs:GlyphSubst (Results 1 – 2 of 2) sorted by relevance
244 typedef std::pair<sal_uInt16,sal_uInt16> GlyphSubst; in ReadGSUB() typedef245 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()
2529 typedef std::pair<sal_uInt16,sal_uInt16> GlyphSubst; in ApplyGSUB() typedef2530 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 43 milliseconds