Searched refs:iBlockIndex (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidgetacc.cpp1146 bool CXFA_WidgetAcc::FindSplitPos(int32_t iBlockIndex, FX_FLOAT& fCalcHeight) { argument
1159 if (iBlockIndex == 0) {
1171 if (iBlockIndex == 0) {
1179 pTextLayout->DoLayout(iBlockIndex, fCalcHeight, fCalcHeight,
1182 if (iBlockIndex == 0) {
1193 if (iBlockIndex == 0) {
1231 for (int32_t i = 0; i < iBlockIndex * 3; i += 3) {
1243 if (fHeight > 0.1f && iBlockIndex == 0) {
1265 for (int32_t i = iBlockIndex - 1; iBlockIndex >
[all...]
H A Dcxfa_textlayout.h42 bool DoLayout(int32_t iBlockIndex,
51 void ItemBlocks(const CFX_RectF& rtText, int32_t iBlockIndex);
H A Dxfa_ffnotify.h50 int32_t iBlockIndex,
H A Dcxfa_textlayout.cpp300 bool CXFA_TextLayout::DoLayout(int32_t iBlockIndex, argument
332 if (iBlockCount >= (iBlockIndex + 1) * 2) {
333 iLineIndex = m_Blocks.ElementAt(iBlockIndex * 2);
339 for (int32_t i = 0; i < iBlockIndex; i++)
353 if (iBlockCount >= (iBlockIndex + 1) * 2) {
354 m_Blocks.SetAt(iBlockIndex * 2, iLineIndex);
355 m_Blocks.SetAt(iBlockIndex * 2 + 1, i - iLineIndex);
363 iBlockIndex * 2 &&
364 (m_pLoader->m_BlocksHeight[iBlockIndex * 2] == iBlockIndex)) {
516 ItemBlocks(const CFX_RectF& rtText, int32_t iBlockIndex) argument
[all...]
H A Dxfa_ffnotify.cpp184 int32_t iBlockIndex,
187 return pAcc && pAcc->FindSplitPos(iBlockIndex, fCalcHeightPos);
183 FindSplitPos(CXFA_Node* pItem, int32_t iBlockIndex, FX_FLOAT& fCalcHeightPos) argument
/external/pdfium/xfa/fxfa/
H A Dfxfa_widget.h63 bool FindSplitPos(int32_t iBlockIndex, FX_FLOAT& fCalcHeight);
/external/pdfium/xfa/fde/xml/
H A Dfde_xml_imp.cpp1146 int32_t iBlockIndex = iRealIndex / m_iAllocStep; local
1149 if (iBlockIndex >= iBlockSize) {
1150 int32_t iNewBlocks = iBlockIndex - iBlockSize + 1;
1157 FX_WCHAR* pTextData = m_BlockArray[iBlockIndex];
1225 int32_t& iBlockIndex,
1229 iBlockIndex = iRealIndex / m_iAllocStep;
1224 TextDataIndex2BufIndex(const int32_t iIndex, int32_t& iBlockIndex, int32_t& iInnerIndex) const argument
H A Dfde_xml_imp.h241 int32_t& iBlockIndex,

Completed in 728 milliseconds