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

  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 174 virtual int GlyphFromCharCode(FX_DWORD charcode,
177 return GlyphFromCharCode(charcode);
312 int GlyphFromCharCode(FX_DWORD charcode, FX_BOOL* pVertGlyph = NULL) override;
434 int GlyphFromCharCode(FX_DWORD charcode, FX_BOOL* pVertGlyph = NULL) override;
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OneDimWriter.cpp 145 int32_t glyp_code = encoding->GlyphFromCharCode(pCharCode[j]);
162 charPos[0].m_GlyphIndex = encoding->GlyphFromCharCode(pCharCode[0]);
171 charPos[i].m_GlyphIndex = encoding->GlyphFromCharCode(pCharCode[i]);
  /external/pdfium/core/include/fxge/
fx_font.h 170 virtual FX_DWORD GlyphFromCharCode(FX_DWORD charcode);
184 FX_DWORD GlyphFromCharCode(FX_DWORD charcode) override;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 465 FX_DWORD CFX_UnicodeEncoding::GlyphFromCharCode(FX_DWORD charcode) {
492 FX_DWORD CFX_UnicodeEncodingEx::GlyphFromCharCode(FX_DWORD charcode) {
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 125 pData->pFont->GlyphFromCharCode(nCharCode);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 548 charpos.m_GlyphIndex = pFont->GlyphFromCharCode(CharCode, &bVert);
787 int glyph_index = GlyphFromCharCode(charcode);
  /external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp 494 int32_t iGlyphIndex = m_pFontEncoding->GlyphFromCharCode(wUnicode);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 347 int glyph_index = GlyphFromCharCode(charcode);
765 int CPDF_SimpleFont::GlyphFromCharCode(FX_DWORD charcode, FX_BOOL* pVertGlyph) {
    [all...]
fpdf_font_cid.cpp     [all...]
  /external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp     [all...]

Completed in 377 milliseconds