HomeSort by relevance Sort by last modified time
    Searched refs:ttoLine (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fde/
cfde_textout.cpp 427 CFDE_TTOLine ttoLine;
428 ttoLine.SetNewReload(bNeedReload);
430 m_iCurPiece = ttoLine.AddPiece(m_iCurPiece, ttoPiece);
431 m_ttoLines.push_back(ttoLine);
536 CFDE_TextOut::CFDE_TTOLine::CFDE_TTOLine(const CFDE_TTOLine& ttoLine)
538 m_bNewReload = ttoLine.m_bNewReload;
539 m_pieces = ttoLine.m_pieces;
cfde_textout.h 58 CFDE_TTOLine(const CFDE_TTOLine& ttoLine);

Completed in 57 milliseconds