Home
last modified time | relevance | path

Searched refs:m_fOriginY (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_font.h414 FX_FLOAT m_fOriginX, m_fOriginY; member
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp67 FX_FLOAT next_origin_f = bVertical ? pGlyphAndPos[i].m_fOriginY : pGlyphAndPos[i].m_fOriginX; in _AdjustGlyphSpace()
70 … FX_FLOAT this_origin_f = bVertical ? pGlyphAndPos[i].m_fOriginY : pGlyphAndPos[i].m_fOriginX; in _AdjustGlyphSpace()
242 glyph.m_fOriginY = charpos.m_OriginY; in DrawNormalText()
243 text2Device.Transform(glyph.m_fOriginX, glyph.m_fOriginY); in DrawNormalText()
249 glyph.m_OriginY = FXSYS_round(glyph.m_fOriginY); in DrawNormalText()