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

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.h 48 class CFX_RTFPiece {
50 CFX_RTFPiece();
51 ~CFX_RTFPiece();
108 typedef CFX_BaseArrayTemplate<CFX_RTFPiece> CFX_RTFPieceArray;
162 const CFX_RTFPiece* GetBreakPiece(int32_t index) const;
fgas_rtfbreak.cpp 398 CFX_RTFPiece* pLastPiece = pCurPieces->GetPtrAt(--iCount);
411 CFX_RTFPiece* pLastPiece = pCurPieces->GetPtrAt(iCount);
479 CFX_RTFPiece tp;
525 CFX_RTFPiece tp;
607 CFX_RTFPiece& ttp = pCurPieces->GetAt(it.index);
628 CFX_RTFPiece& ttp = pCurPieces->GetAt(tpo.index);
667 CFX_RTFPiece& ttp = pCurPieces->GetAt(tpo.index);
694 CFX_RTFPiece& ttp = pCurPieces->GetAt(i);
840 const CFX_RTFPiece* CFX_RTFBreak::GetBreakPiece(int32_t index) const {
990 CFX_RTFPiece::CFX_RTFPiece(
    [all...]
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.cpp     [all...]

Completed in 554 milliseconds