Home
last modified time | relevance | path

Searched refs:m_FontCharWidth (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/reflow/
Dreflowedpage.cpp475 charpos.m_FontCharWidth = pPDFFont->m_Font.GetGlyphWidth(charpos.m_GlyphIndex); in Display()
479 if(charW != charpos.m_FontCharWidth) { in Display()
481 charpos.m_AdjustMatrix[0] = charW / charpos.m_FontCharWidth; in Display()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp548 charpos.m_FontCharWidth = pFont->GetCharWidthF(CharCode); in Load()
550 charpos.m_FontCharWidth = 0; in Load()
719 charpos.m_FontCharWidth); in DrawTextPathWithPattern()
/external/pdfium/core/include/fxge/
Dfx_ge.h298 int m_FontCharWidth; member
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp230 charpos.m_FontCharWidth, anti_alias, nativetext_flags); in DrawNormalText()
233 charpos.m_FontCharWidth, anti_alias, nativetext_flags); in DrawNormalText()
938 …_PathData* pPath = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPath()
Dfx_ge_ps.cpp551 …hData* pPathData = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_FontCharWidth); in FindPSFontGlyph()