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

  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 571 CFDE_TTOLine ttoLine;
572 ttoLine.SetNewReload(bNeedReload);
573 m_iCurPiece = ttoLine.AddPiece(m_iCurPiece, ttoPiece);
574 m_ttoLines.push_back(ttoLine);
840 CFDE_TTOLine::CFDE_TTOLine(const CFDE_TTOLine& ttoLine) : m_pieces(5) {
841 m_bNewReload = ttoLine.m_bNewReload;
842 m_pieces = ttoLine.m_pieces;
fde_textout.h 64 CFDE_TTOLine(const CFDE_TTOLine& ttoLine);

Completed in 54 milliseconds