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

  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OneDimWriter.cpp 163 charPos[0].m_FontCharWidth = cFont->GetGlyphWidth(charPos[0].m_GlyphIndex);
167 penX += (FX_FLOAT)(charPos[0].m_FontCharWidth) * (FX_FLOAT)fontSize / 1000.0f;
172 charPos[i].m_FontCharWidth = cFont->GetGlyphWidth(charPos[i].m_GlyphIndex);
177 (FX_FLOAT)(charPos[i].m_FontCharWidth) * (FX_FLOAT)fontSize / 1000.0f;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 553 charpos.m_FontCharWidth = pFont->GetCharWidthF(CharCode);
555 charpos.m_FontCharWidth = 0;
764 &pFont->m_Font, charpos.m_GlyphIndex, charpos.m_FontCharWidth);
  /external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 236 int m_FontCharWidth;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 299 charpos.m_FontCharWidth, anti_alias, nativetext_flags);
303 charpos.m_FontCharWidth, anti_alias, nativetext_flags);
    [all...]
fx_ge_ps.cpp 605 pFont, charpos.m_GlyphIndex, charpos.m_FontCharWidth);
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp     [all...]
fx_textbreak.cpp     [all...]

Completed in 2990 milliseconds