Searched refs:m_fOrigin (Results 1 – 2 of 2) sorted by relevance
41 float next_origin_f = bVertical ? next.m_fOrigin.y : next.m_fOrigin.x; in AdjustGlyphSpace()46 bVertical ? current.m_fOrigin.y : current.m_fOrigin.x; in AdjustGlyphSpace()949 glyph.m_fOrigin = text2Device.Transform(charpos.m_Origin); in DrawNormalText()951 glyph.m_Origin.x = FXSYS_round(glyph.m_fOrigin.x); in DrawNormalText()953 glyph.m_Origin.x = static_cast<int>(floor(glyph.m_fOrigin.x)); in DrawNormalText()954 glyph.m_Origin.y = FXSYS_round(glyph.m_fOrigin.y); in DrawNormalText()1062 int x_subpixel = static_cast<int>(glyph.m_fOrigin.x * 3) % 3; in DrawNormalText()
94 CFX_PointF m_fOrigin; variable