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

/external/pdfium/xfa/fxfa/app/
H A Dcxfa_textlayout.cpp1189 FX_FLOAT fEndY = pCharPos[0].m_Origin.y + 1.05f; local
1196 pt1.y = pt2.y = fEndY;
1199 fEndY += 2.0f;
1207 pt1.y = pt2.y = fEndY;
1209 fEndY += 2.0f;
1212 fEndY = pCharPos[0].m_Origin.y - pPiece->rtPiece.height * 0.25f;
1217 pt1.y = pt2.y = fEndY;
1219 fEndY += 2.0f;
1267 FX_FLOAT fEndY = pCharPos[0].m_Origin.y + 1.05f; local
1269 pt1.y = fEndY;
[all...]

Completed in 93 milliseconds