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

  /external/pdfium/core/src/fxge/ge/
text_int.h 57 virtual FX_DWORD GlyphFromCharCode(FX_DWORD charcode);
fx_ge_font.cpp 393 FX_DWORD CFX_UnicodeEncoding::GlyphFromCharCode(FX_DWORD charcode)
420 return GlyphFromCharCode(charcode);
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 188 virtual int GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph = NULL) = 0;
191 return GlyphFromCharCode(charcode);
358 virtual int GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph = NULL);
507 virtual int GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph = NULL);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 151 virtual FX_DWORD GlyphFromCharCode(FX_DWORD charcode) = 0;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 142 pData->pFont->GlyphFromCharCode(nCharCode);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 543 charpos.m_GlyphIndex = pFont->GlyphFromCharCode(CharCode, &bVert);
741 int glyph_index = GlyphFromCharCode(charcode);
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 474 charpos.m_GlyphIndex = pPDFFont->GlyphFromCharCode(pCharData->m_CharCode);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp     [all...]
fpdf_font.cpp 387 int glyph_index = GlyphFromCharCode(charcode);
833 int CPDF_SimpleFont::GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph)
    [all...]

Completed in 1179 milliseconds