Searched refs:pVertGlyph (Results 1 – 3 of 3) sorted by relevance
1128 int CPDF_CIDFont::GetGlyphIndex(FX_DWORD unicode, FX_BOOL *pVertGlyph) in GetGlyphIndex() argument1130 if (pVertGlyph) { in GetGlyphIndex()1131 *pVertGlyph = FALSE; in GetGlyphIndex()1143 if (pVertGlyph) { in GetGlyphIndex()1144 *pVertGlyph = TRUE; in GetGlyphIndex()1164 if (pVertGlyph) { in GetGlyphIndex()1165 *pVertGlyph = TRUE; in GetGlyphIndex()1171 if (pVertGlyph) { in GetGlyphIndex()1172 *pVertGlyph = FALSE; in GetGlyphIndex()1176 int CPDF_CIDFont::GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph) in GlyphFromCharCode() argument[all …]
833 int CPDF_SimpleFont::GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph) in GlyphFromCharCode() argument835 if (pVertGlyph) { in GlyphFromCharCode()836 *pVertGlyph = FALSE; in GlyphFromCharCode()
188 virtual int GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph = NULL) = 0;358 virtual int GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph = NULL);507 virtual int GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph = NULL);539 int GetGlyphIndex(FX_DWORD unicodeb, FX_BOOL *pVertGlyph);