Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp299 float CXFA_TextLayout::DoLayout(int32_t iBlockIndex, in DoLayout() argument
331 if (iBlockCount >= (iBlockIndex + 1) * 2) { in DoLayout()
332 iLineIndex = m_Blocks[iBlockIndex * 2]; in DoLayout()
337 for (int32_t i = 0; i < iBlockIndex; i++) in DoLayout()
350 if (iBlockCount >= (iBlockIndex + 1) * 2) { in DoLayout()
351 m_Blocks[iBlockIndex * 2] = iLineIndex; in DoLayout()
352 m_Blocks[iBlockIndex * 2 + 1] = i - iLineIndex; in DoLayout()
360 iBlockIndex * 2 && in DoLayout()
361 (m_pLoader->m_BlocksHeight[iBlockIndex * 2] == iBlockIndex)) { in DoLayout()
362 m_pLoader->m_BlocksHeight[iBlockIndex * 2 + 1] = fCalcHeight; in DoLayout()
[all …]
Dcxfa_widgetacc.cpp1096 int32_t iBlockIndex, in FindSplitPos() argument
1111 if (iBlockIndex == 0) { in FindSplitPos()
1124 if (iBlockIndex == 0) { in FindSplitPos()
1133 pTextLayout->DoLayout(iBlockIndex, fCalcHeight, fCalcHeight, in FindSplitPos()
1136 if (iBlockIndex == 0) in FindSplitPos()
1145 if (iBlockIndex == 0) { in FindSplitPos()
1181 for (int32_t i = 0; i < iBlockIndex * 3; i += 3) { in FindSplitPos()
1193 if (fHeight > 0.1f && iBlockIndex == 0) { in FindSplitPos()
1219 for (int32_t i = iBlockIndex - 1; iBlockIndex > 0 && i < iBlockIndex; i++) { in FindSplitPos()
1224 if (iFieldSplitCount / 3 == (iBlockIndex + 1)) in FindSplitPos()
[all …]
Dcxfa_textlayout.h39 float DoLayout(int32_t iBlockIndex,
46 void ItemBlocks(const CFX_RectF& rtText, int32_t iBlockIndex);
Dcxfa_ffnotify.h54 int32_t iBlockIndex,
Dcxfa_ffnotify.cpp206 int32_t iBlockIndex, in FindSplitPos() argument
210 pAcc->FindSplitPos(m_pDoc->GetDocView(), iBlockIndex, fCalcHeightPos); in FindSplitPos()
Dcxfa_widgetacc.h69 int32_t iBlockIndex,