Searched refs:fEndY (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_textlayout.cpp1896 FX_FLOAT fEndY = pCharPos[0].m_OriginY + 1.05f; local
1904 pt1.y = pt2.y = fEndY;
1907 fEndY += 2.0f;
1915 pt1.y = pt2.y = fEndY;
1917 fEndY += 2.0f;
1920 fEndY = pCharPos[0].m_OriginY - pPiece->rtPiece.height * 0.25f;
1925 pt1.y = pt2.y = fEndY;
1927 fEndY += 2.0f;
1974 FX_FLOAT fEndY = pCharPos[0].m_OriginY + 1.05f; local
1977 pt1.y = pt2.y = fEndY;
[all...]

Completed in 57 milliseconds