Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx248 sal_uChar nMappedChar; in AddCharID() local
252 nMappedChar = GetSymbolMapping (nChar); in AddCharID()
254 nMappedChar = GetAnsiMapping (nChar); in AddCharID()
273 if (nMappedChar) in AddCharID()
279 aGlyphSet [nChar] = nMappedChar; in AddCharID()
281 *nOutGlyphID = nMappedChar; in AddCharID()
307 sal_uChar nMappedChar; in AddGlyphID() local
313 nMappedChar = GetAnsiMapping (nUnicode); in AddGlyphID()
332 if (nMappedChar) in AddGlyphID()
338 aGlyphSet [nGlyph] = nMappedChar; in AddGlyphID()
[all …]

Completed in 13 milliseconds