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

  /external/pdfium/xfa/fxfa/
cxfa_textlayout.h 70 bool Loader(float textWidth, float& fLinePos, bool bSavePieces);
73 float& fLinePos,
77 float& fLinePos,
85 float& fLinePos,
89 float& fLinePos,
92 void EndBreak(CFX_BreakType dwStatus, float& fLinePos, bool bDefault);
cxfa_textlayout.cpp 328 float fLinePos = m_pLoader->m_fStartLineOffset;
338 fLinePos -= m_pLoader->m_BlocksHeight[i * 2 + 1];
349 if (fLinePos + fLineHeight - fContentAreaHeight > 0.001) {
358 if (fCalcHeight <= fLinePos) {
370 return fLinePos;
372 fLinePos += fLineHeight;
389 float fLinePos = 0;
392 Loader(width, fLinePos, false);
393 if (fLinePos < 0.1f)
394 fLinePos = m_textParser.GetFontSize(m_pTextProvider, nullptr)
    [all...]
  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.h 51 void SetLineStartPos(float fLinePos);
cfx_rtfbreak.cpp 28 void CFX_RTFBreak::SetLineStartPos(float fLinePos) {
29 int32_t iLinePos = FXSYS_round(fLinePos * 20000.0f);

Completed in 41 milliseconds