Searched refs:iBlockIndex (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_textlayout.cpp | 299 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 …]
|
D | cxfa_widgetacc.cpp | 1096 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 …]
|
D | cxfa_textlayout.h | 39 float DoLayout(int32_t iBlockIndex, 46 void ItemBlocks(const CFX_RectF& rtText, int32_t iBlockIndex);
|
D | cxfa_ffnotify.h | 54 int32_t iBlockIndex,
|
D | cxfa_ffnotify.cpp | 206 int32_t iBlockIndex, in FindSplitPos() argument 210 pAcc->FindSplitPos(m_pDoc->GetDocView(), iBlockIndex, fCalcHeightPos); in FindSplitPos()
|
D | cxfa_widgetacc.h | 69 int32_t iBlockIndex,
|