Home
last modified time | relevance | path

Searched refs:GetGlyphWidth (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.h37 virtual FX_INT32 GetGlyphWidth(FX_INT32 iGlyphIndex);
Dfpf_skiafont.cpp66 FX_INT32 CFPF_SkiaFont::GetGlyphWidth(FX_INT32 iGlyphIndex) in GetGlyphWidth() function in CFPF_SkiaFont
/external/pdfium/core/include/fxge/
Dfpf.h37 virtual FX_INT32 GetGlyphWidth(FX_INT32 iGlyphIndex) = 0;
Dfx_font.h77 int GetGlyphWidth(FX_DWORD glyph_index);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp850 widths[i] = pFont->GetGlyphWidth(glyph_index); in _InsertWidthArray1()
897 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont()
910 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont()
934 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont()
1038 nStemV = pFont->GetGlyphWidth(glyph); in AddFont()
1041 int width = pFont->GetGlyphWidth(glyph); in AddFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp141 int CFX_Font::GetGlyphWidth(FX_DWORD glyph_index) in GetGlyphWidth() function in CFX_Font
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp475 charpos.m_FontCharWidth = pPDFFont->m_Font.GetGlyphWidth(charpos.m_GlyphIndex); in Display()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp391 return m_Font.GetGlyphWidth(glyph_index); in GetCharTypeWidth()