Home
last modified time | relevance | path

Searched refs:bReload (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtparag.cpp44 FX_BOOL bReload = FALSE; in LoadParag() local
47 if (bReload) { in LoadParag()
69 bReload = TRUE; in LoadParag()
109 FX_BOOL bReload = FALSE; in CalcLines() local
111 if (bReload) { in CalcLines()
127 bReload = TRUE; in CalcLines()
Dfde_txtedtpage.cpp438 FX_BOOL bReload = FALSE; in LoadPage() local
445 if (bReload) { in LoadPage()
519 bReload = TRUE; in LoadPage()
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.h120 FX_BOOL bReload,
Dfde_textout.cpp558 FX_BOOL bReload, in RetriecePieces() argument
591 if (j == 0 && !bReload) { in RetriecePieces()
615 AppendPiece(ttoPiece, bNeedReload, (bReload && i == iCount - 1)); in RetriecePieces()