Searched defs:pVertGlyph (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/font/
H A Dcpdf_simplefont.cpp25 int CPDF_SimpleFont::GlyphFromCharCode(uint32_t charcode, bool* pVertGlyph) { argument
26 if (pVertGlyph)
27 *pVertGlyph = false;
H A Dcpdf_cidfont.cpp556 int CPDF_CIDFont::GetGlyphIndex(uint32_t unicode, bool* pVertGlyph) { argument
557 if (pVertGlyph)
558 *pVertGlyph = false;
569 return GetVerticalGlyph(index, pVertGlyph);
585 return GetVerticalGlyph(index, pVertGlyph);
588 int CPDF_CIDFont::GetVerticalGlyph(int index, bool* pVertGlyph) { argument
595 if (pVertGlyph)
596 *pVertGlyph = true;
600 int CPDF_CIDFont::GlyphFromCharCode(uint32_t charcode, bool* pVertGlyph) { argument
601 if (pVertGlyph)
[all...]

Completed in 253 milliseconds