Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1668 int m_CurY; member
1707 param->m_CurY = to->y; in _Outline_MoveTo()
1724 param->m_CurY = to->y; in _Outline_LineTo()
1740 (param->m_CurY + (control->y - param->m_CurY) * 2 / 3) / in _Outline_ConicTo()
1754 param->m_CurY = to->y; in _Outline_ConicTo()
1783 param->m_CurY = to->y; in _Outline_CubicTo()
1850 params.m_CurX = params.m_CurY = 0; in LoadGlyphPath()