Home
last modified time | relevance | path

Searched refs:iStartChar (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_textout.cpp336 int32_t iStartChar = 0; in LoadText() local
346 RetrievePieces(dwBreakStatus, iStartChar, iPieceWidths, false, rect); in LoadText()
364 RetrievePieces(dwBreakStatus, iStartChar, iPieceWidths, false, rect); in LoadText()
371 int32_t& iStartChar, in RetrievePieces() argument
382 int32_t iChar = iStartChar; in RetrievePieces()
402 ttoPiece.iStartChar = iStartChar; in RetrievePieces()
414 iStartChar += iPieceChars; in RetrievePieces()
465 int32_t iStartChar = pPiece->iStartChar; in ReloadLinePiece() local
471 int32_t iStar = iStartChar; in ReloadLinePiece()
476 RetrievePieces(dwBreakStatus, iStartChar, iPieceWidths, true, rect); in ReloadLinePiece()
[all …]
Dcfde_data.h40 int32_t iStartChar; member
Dcfde_textout.h82 int32_t& iStartChar,