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

  /external/pdfium/core/include/fxge/
fpf.h 33 virtual FX_INT32 GetGlyphWidth(FX_INT32 iGlyphIndex) = 0;
fx_font.h 79 int GetGlyphWidth(FX_DWORD glyph_index);
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.h 36 virtual FX_INT32 GetGlyphWidth(FX_INT32 iGlyphIndex);
fpf_skiafont.cpp 66 FX_INT32 CFPF_SkiaFont::GetGlyphWidth(FX_INT32 iGlyphIndex)
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 152 int CFX_Font::GetGlyphWidth(FX_DWORD glyph_index)
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 478 charpos.m_FontCharWidth = pPDFFont->m_Font.GetGlyphWidth(charpos.m_GlyphIndex);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 392 return m_Font.GetGlyphWidth(glyph_index);
    [all...]

Completed in 827 milliseconds