Home
last modified time | relevance | path

Searched refs:bNeedReload (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp569 FX_BOOL bNeedReload = FALSE; in RetriecePieces() local
584 bNeedReload = TRUE; in RetriecePieces()
615 AppendPiece(ttoPiece, bNeedReload, (bReload && i == iCount - 1)); in RetriecePieces()
621 FX_BOOL bRet = bSingleLine || bLineWrap || (!bLineWrap && bNeedReload) || in RetriecePieces()
626 FX_BOOL bNeedReload, in AppendPiece() argument
630 ttoLine.m_bNewReload = bNeedReload; in AppendPiece()
635 pLine->m_bNewReload = bNeedReload; in AppendPiece()
644 if (!bEnd && bNeedReload) { in AppendPiece()
Dfde_textout.h123 FX_BOOL bNeedReload,