Searched refs:nOutGlyphSetID (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/vcl/unx/generic/printergfx/ |
| H A D | glyphset.cxx | 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 [all …]
|
| H A D | glyphset.hxx | 72 sal_uChar* nOutGlyphID, sal_Int32* nOutGlyphSetID); 74 sal_uChar* nOutGlyphID, sal_Int32* nOutGlyphSetID); 77 sal_Int32* nOutGlyphSetID); 79 sal_uChar* nOutGlyphID, sal_Int32* nOutGlyphSetID); 81 sal_uChar* nOutGlyphID, sal_Int32* nOutGlyphSetID); 84 sal_Int32* nOutGlyphSetID);
|