HomeSort by relevance Sort by last modified time
    Searched defs:fLinePos (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fde/
cfde_txtedtpage.cpp 272 FX_FLOAT fLinePos = fLineStart;
338 TxtEdtPiece.rtPiece.top = fLinePos;
356 fLinePos += fLineStep;
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.cpp 329 FX_FLOAT fLinePos = m_pLoader->m_fStartLineOffset;
340 fLinePos -= m_pLoader->m_BlocksHeight[i * 2 + 1];
352 if (fLinePos + fLineHeight - fContentAreaHeight > 0.001) {
361 if (fCalcHeight <= fLinePos) {
374 fCalcHeight = fLinePos;
377 fLinePos += fLineHeight;
395 FX_FLOAT fLinePos = 0;
398 Loader(defaultSize, fLinePos, false);
399 if (fLinePos < 0.1f)
400 fLinePos = m_textParser.GetFontSize(m_pTextProvider, nullptr)
    [all...]

Completed in 355 milliseconds