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

  /external/pdfium/core/fxge/ge/
cfx_unicodeencoding.cpp 16 uint32_t CFX_UnicodeEncoding::GlyphFromCharCode(uint32_t charcode) {
cfx_unicodeencodingex.cpp 40 uint32_t CFX_UnicodeEncodingEx::GlyphFromCharCode(uint32_t charcode) {
  /external/pdfium/core/fpdfapi/font/
cpdf_simplefont.cpp 25 int CPDF_SimpleFont::GlyphFromCharCode(uint32_t charcode, bool* pVertGlyph) {
cpdf_cidfont.cpp 436 int glyph_index = GlyphFromCharCode(charcode, &bVert);
600 int CPDF_CIDFont::GlyphFromCharCode(uint32_t charcode, bool* pVertGlyph) {

Completed in 450 milliseconds