HomeSort by relevance Sort by last modified time
    Searched defs:GlyphFromCharCode (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fxge/
cfx_unicodeencoding.cpp 18 uint32_t CFX_UnicodeEncoding::GlyphFromCharCode(uint32_t charcode) {
cfx_unicodeencodingex.cpp 44 uint32_t CFX_UnicodeEncodingEx::GlyphFromCharCode(uint32_t charcode) {
  /external/pdfium/core/fpdfapi/font/
cpdf_simplefont.cpp 24 int CPDF_SimpleFont::GlyphFromCharCode(uint32_t charcode, bool* pVertGlyph) {
cpdf_cidfont.cpp 450 int glyph_index = GlyphFromCharCode(charcode, &bVert);
616 int CPDF_CIDFont::GlyphFromCharCode(uint32_t charcode, bool* pVertGlyph) {

Completed in 517 milliseconds