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 54 virtual FX_DWORD GlyphFromCharCode(FX_DWORD charcode);
fx_ge_font.cpp 412 FX_DWORD CFX_UnicodeEncoding::GlyphFromCharCode(FX_DWORD charcode)
439 return GlyphFromCharCode(charcode);
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 173 virtual int GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph = NULL) = 0;
176 return GlyphFromCharCode(charcode);
345 virtual int GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph = NULL);
492 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 153 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 557 charpos.m_GlyphIndex = pFont->GlyphFromCharCode(CharCode, &bVert);
755 int glyph_index = GlyphFromCharCode(charcode);
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 477 charpos.m_GlyphIndex = pPDFFont->GlyphFromCharCode(pCharData->m_CharCode);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp     [all...]
fpdf_font.cpp 388 int glyph_index = GlyphFromCharCode(charcode);
846 int CPDF_SimpleFont::GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph)
    [all...]

Completed in 106 milliseconds