Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/tto/
Dfde_textout.cpp482 m_ttoLines[iCurLine].SetNewReload(true); in LoadText()
534 m_ttoLines[m_iCurLine].SetNewReload(true); in RetriecePieces()
572 ttoLine.SetNewReload(bNeedReload); in AppendPiece()
578 pLine->SetNewReload(bNeedReload); in AppendPiece()
Dfde_textout.h68 void SetNewReload(bool reload) { m_bNewReload = reload; } in SetNewReload() function