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

  /external/pdfium/core/src/reflow/
reflowedpage.cpp 478 charpos.m_FontCharWidth = pPDFFont->m_Font.GetGlyphWidth(charpos.m_GlyphIndex);
482 if(charW != charpos.m_FontCharWidth) {
484 charpos.m_AdjustMatrix[0] = charW / charpos.m_FontCharWidth;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 562 charpos.m_FontCharWidth = pFont->GetCharWidthF(CharCode);
564 charpos.m_FontCharWidth = 0;
733 charpos.m_FontCharWidth);
  /external/pdfium/core/include/fxge/
fx_ge.h 302 int m_FontCharWidth;
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 255 charpos.m_FontCharWidth, anti_alias, nativetext_flags);
258 charpos.m_FontCharWidth, anti_alias, nativetext_flags);
    [all...]
fx_ge_ps.cpp 564 const CFX_PathData* pPathData = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_FontCharWidth);

Completed in 87 milliseconds