Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp122 uint32_t glyph_value = cFont->GetGlyphWidth(glyph_code); in CalcTextInfo()
137 charPos[0].m_FontCharWidth = cFont->GetGlyphWidth(charPos[0].m_GlyphIndex); in CalcTextInfo()
145 charPos[i].m_FontCharWidth = cFont->GetGlyphWidth(charPos[i].m_GlyphIndex); in CalcTextInfo()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp90 widths[i] = pFont->GetGlyphWidth(glyph_index); in InsertWidthArray1()
475 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont()
483 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont()
492 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont()
521 nStemV = pFont->GetGlyphWidth(glyph); in AddFont()
524 int width = pFont->GetGlyphWidth(glyph); in AddFont()
/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h36 int32_t GetGlyphWidth(int32_t iGlyphIndex);
Dcfpf_skiafont.cpp51 int32_t CFPF_SkiaFont::GetGlyphWidth(int32_t iGlyphIndex) { in GetGlyphWidth() function in CFPF_SkiaFont
/external/pdfium/core/fxge/
Dcfx_font.h84 uint32_t GetGlyphWidth(uint32_t glyph_index);
Dcfx_font.cpp362 uint32_t CFX_Font::GetGlyphWidth(uint32_t glyph_index) { in GetGlyphWidth() function in CFX_Font
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp93 pCurrentFont ? pCurrentFont->GetGlyphWidth(charpos.m_GlyphIndex) : 0; in CPDF_CharPosList()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp173 *pWidth = m_pFont->GetGlyphWidth(iGlyph); in GetCharWidth()
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp294 std::min(pFont->GetGlyphWidth(dwGlyphIndex), in LoadSimpleFont()
370 widths[dwGlyphIndex] = pFont->GetGlyphWidth(dwGlyphIndex); in LoadCompositeFont()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1001 m_pFont ? m_pFont->GetGlyphWidth(glyphs[i]) : 0; in FlushText()
1781 pFont ? pFont->GetGlyphWidth(cp.m_GlyphIndex) : 0; in DrawDeviceText()