Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp146 int32_t glyp_value = cFont->GetGlyphWidth(glyp_code); in CalcTextInfo()
161 charPos[0].m_FontCharWidth = cFont->GetGlyphWidth(charPos[0].m_GlyphIndex); in CalcTextInfo()
169 charPos[i].m_FontCharWidth = cFont->GetGlyphWidth(charPos[i].m_GlyphIndex); in CalcTextInfo()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp243 widths[i] = pFont->GetGlyphWidth(glyph_index); in InsertWidthArray1()
893 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont()
901 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont()
910 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont()
940 nStemV = pFont->GetGlyphWidth(glyph); in AddFont()
943 int width = pFont->GetGlyphWidth(glyph); in AddFont()
/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h30 int32_t GetGlyphWidth(int32_t iGlyphIndex);
Dcfpf_skiafont.cpp64 int32_t CFPF_SkiaFont::GetGlyphWidth(int32_t iGlyphIndex) { in GetGlyphWidth() function in CFPF_SkiaFont
/external/pdfium/core/fxge/
Dcfx_font.h64 int GetGlyphWidth(uint32_t glyph_index);
Dcfx_font.cpp298 int CFX_Font::GetGlyphWidth(uint32_t glyph_index) { in GetGlyphWidth() function in CFX_Font
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp74 pCurrentFont ? pCurrentFont->GetGlyphWidth(charpos.m_GlyphIndex) : 0; in Load()
/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp262 widthsArray->AddNew<CPDF_Number>(pFont->GetGlyphWidth(glyphIndex)); in LoadSimpleFont()
334 widths[glyphIndex] = pFont->GetGlyphWidth(glyphIndex); in LoadCompositeFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp174 iWidth = m_pFont->GetGlyphWidth(iGlyph); in GetCharWidth()