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

  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 67 FX_FLOAT next_origin_f = bVertical ? pGlyphAndPos[i].m_fOriginY : pGlyphAndPos[i].m_fOriginX;
70 FX_FLOAT this_origin_f = bVertical ? pGlyphAndPos[i].m_fOriginY : pGlyphAndPos[i].m_fOriginX;
241 glyph.m_fOriginX = charpos.m_OriginX;
243 text2Device.Transform(glyph.m_fOriginX, glyph.m_fOriginY);
245 glyph.m_OriginX = FXSYS_round(glyph.m_fOriginX);
247 glyph.m_OriginX = (int)FXSYS_floor(glyph.m_fOriginX);
357 int x_subpixel = (int)(glyph.m_fOriginX * 3) % 3;
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 414 FX_FLOAT m_fOriginX, m_fOriginY;

Completed in 454 milliseconds