Lines Matching refs:nOutGlyphSetID
115 sal_Int32* nOutGlyphSetID in GetCharID() argument
118 return LookupCharID (nChar, nOutGlyphID, nOutGlyphSetID) in GetCharID()
119 || AddCharID (nChar, nOutGlyphID, nOutGlyphSetID); in GetCharID()
127 sal_Int32* nOutGlyphSetID in GetGlyphID() argument
130 return LookupGlyphID (nGlyph, nOutGlyphID, nOutGlyphSetID) in GetGlyphID()
131 || AddGlyphID (nGlyph, nUnicode, nOutGlyphID, nOutGlyphSetID); in GetGlyphID()
138 sal_Int32* nOutGlyphSetID in LookupCharID() argument
154 *nOutGlyphSetID = nGlyphSetID; in LookupCharID()
160 *nOutGlyphSetID = -1; in LookupCharID()
169 sal_Int32* nOutGlyphSetID in LookupGlyphID() argument
185 *nOutGlyphSetID = nGlyphSetID; in LookupGlyphID()
191 *nOutGlyphSetID = -1; in LookupGlyphID()
245 sal_Int32* nOutGlyphSetID in AddCharID() argument
280 *nOutGlyphSetID = 1; in AddCharID()
292 *nOutGlyphSetID = maCharList.size(); in AddCharID()
304 sal_Int32* nOutGlyphSetID in AddGlyphID() argument
339 *nOutGlyphSetID = 1; in AddGlyphID()
351 *nOutGlyphSetID = maGlyphList.size(); in AddGlyphID()