Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp1193 FX_BOOL CXFA_WidgetAcc::FindSplitPos(int32_t iBlockIndex, in FindSplitPos() argument
1207 if (iBlockIndex == 0) { in FindSplitPos()
1220 if (iBlockIndex == 0) { in FindSplitPos()
1228 pTextLayout->DoLayout(iBlockIndex, fCalcHeight, fCalcHeight, in FindSplitPos()
1231 if (iBlockIndex == 0) { in FindSplitPos()
1242 if (iBlockIndex == 0) { in FindSplitPos()
1285 for (int32_t i = 0; i < iBlockIndex * 3; i += 3) { in FindSplitPos()
1297 if (fHeight > 0.1f && iBlockIndex == 0) { in FindSplitPos()
1320 for (int32_t i = iBlockIndex - 1; iBlockIndex > 0 && i < iBlockIndex; i++) { in FindSplitPos()
1326 if (iFieldSplitCount / 3 == (iBlockIndex + 1)) { in FindSplitPos()
[all …]
Dxfa_textlayout.cpp953 FX_BOOL CXFA_TextLayout::DoLayout(int32_t iBlockIndex, in DoLayout() argument
985 if (iBlockCount >= (iBlockIndex + 1) * 2) { in DoLayout()
986 iLineIndex = m_Blocks.ElementAt(iBlockIndex * 2); in DoLayout()
992 for (int32_t i = 0; i < iBlockIndex; i++) { in DoLayout()
1006 if (iBlockCount >= (iBlockIndex + 1) * 2) { in DoLayout()
1007 m_Blocks.SetAt(iBlockIndex * 2, iLineIndex); in DoLayout()
1008 m_Blocks.SetAt(iBlockIndex * 2 + 1, i - iLineIndex); in DoLayout()
1015 if (m_pLoader->m_BlocksHeight.GetSize() > iBlockIndex * 2 && in DoLayout()
1016 (m_pLoader->m_BlocksHeight.GetAt(iBlockIndex * 2) == in DoLayout()
1017 iBlockIndex)) { in DoLayout()
[all …]
Dxfa_ffnotify.h40 int32_t iBlockIndex,
Dxfa_textlayout.h314 FX_BOOL DoLayout(int32_t iBlockIndex,
323 void ItemBlocks(const CFX_RectF& rtText, int32_t iBlockIndex);
Dxfa_ffnotify.cpp269 int32_t iBlockIndex, in FindSplitPos() argument
275 return (XFA_LAYOUTRESULT)pAcc->FindSplitPos(iBlockIndex, fCalcHeightPos); in FindSplitPos()
/external/pdfium/xfa/include/fxfa/
Dfxfa_widget.h53 FX_BOOL FindSplitPos(int32_t iBlockIndex, FX_FLOAT& fCalcHeight);
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_document.h96 int32_t iBlockIndex,
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.cpp1357 int32_t iBlockIndex = iRealIndex / m_iAllocStep; in SetTextChar() local
1360 if (iBlockIndex >= iBlockSize) { in SetTextChar()
1361 int32_t iNewBlocks = iBlockIndex - iBlockSize + 1; in SetTextChar()
1368 FX_WCHAR* pTextData = (FX_WCHAR*)m_BlockArray[iBlockIndex]; in SetTextChar()
1433 int32_t& iBlockIndex, in TextDataIndex2BufIndex() argument
1437 iBlockIndex = iRealIndex / m_iAllocStep; in TextDataIndex2BufIndex()
Dfde_xml.h256 int32_t& iBlockIndex,