Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dtext_glyph_pos.h27 CFX_PointF m_fOrigin; variable
Dcfx_renderdevice.cpp47 float next_origin_f = bVertical ? next.m_fOrigin.y : next.m_fOrigin.x; in AdjustGlyphSpace()
52 bVertical ? current.m_fOrigin.y : current.m_fOrigin.x; in AdjustGlyphSpace()
923 glyph.m_fOrigin = text2Device.Transform(charpos.m_Origin); in DrawNormalText()
925 glyph.m_Origin.x = FXSYS_roundf(glyph.m_fOrigin.x); in DrawNormalText()
927 glyph.m_Origin.x = static_cast<int>(floor(glyph.m_fOrigin.x)); in DrawNormalText()
928 glyph.m_Origin.y = FXSYS_roundf(glyph.m_fOrigin.y); in DrawNormalText()
1022 int x_subpixel = static_cast<int>(glyph.m_fOrigin.x * 3) % 3; in DrawNormalText()