Home | History | Annotate | Download | only in fxfa

Lines Matching full:iblock

419 bool CXFA_TextLayout::Layout(int32_t iBlock) {
420 if (!m_pLoader || iBlock < 0 || iBlock >= CountBlocks())
434 if (iBlock < iBlocksHeightCount)
436 if (iBlock == iBlocksHeightCount) {
445 m_pLoader->m_iTotalLines = m_Blocks[iBlock * 2 + 1];
451 iBlock *= 2;
452 if (iBlock < iCount - 2)
453 m_pLoader->m_iTotalLines = m_Blocks[iBlock + 1];
500 if (iBlock == iCount) {
553 int32_t iBlock) {
572 iBlock *= 2;
573 if (iBlock < iCount) {
574 iLineStart = m_Blocks[iBlock];
575 iPieceLines = m_Blocks[iBlock + 1];