Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp1128 int CPDF_CIDFont::GetGlyphIndex(FX_DWORD unicode, FX_BOOL *pVertGlyph) in GetGlyphIndex() argument
1130 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 …]
Dfpdf_font.cpp833 int CPDF_SimpleFont::GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph) in GlyphFromCharCode() argument
835 if (pVertGlyph) { in GlyphFromCharCode()
836 *pVertGlyph = FALSE; in GlyphFromCharCode()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h188 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);