HomeSort by relevance Sort by last modified time
    Searched refs:GlyphFromCharCodeExt (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fpdfapi/font/
cpdf_type1font.h 21 int GlyphFromCharCodeExt(uint32_t charcode) override;
cpdf_font.h 62 virtual int GlyphFromCharCodeExt(uint32_t charcode);
cpdf_type1font.cpp 100 int CPDF_Type1Font::GlyphFromCharCodeExt(uint32_t charcode) {
cpdf_font.cpp 129 int CPDF_Font::GlyphFromCharCodeExt(uint32_t charcode) {
  /external/pdfium/core/fpdfapi/render/
cpdf_charposlist.cpp 43 charpos.m_ExtGID = pFont->GlyphFromCharCodeExt(CharCode);

Completed in 124 milliseconds