Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp510 int32_t iPieceWidths = 0; in LoadText() local
527 RetriecePieces(dwBreakStatus, iStartChar, iPieceWidths, FALSE, rect); in LoadText()
530 iPieceWidths = 0; in LoadText()
549 RetriecePieces(dwBreakStatus, iStartChar, iPieceWidths, FALSE, rect); in LoadText()
557 int32_t& iPieceWidths, in RetriecePieces() argument
583 if (iLineWidth - iPieceWidths - iWidth < iCurCharWidth) { in RetriecePieces()
618 iPieceWidths += iWidth; in RetriecePieces()
706 int32_t iPieceWidths = 0; in ReloadLinePiece() local
721 RetriecePieces(dwBreakStatus, iStartChar, iPieceWidths, TRUE, rect); in ReloadLinePiece()
730 RetriecePieces(dwBreakStatus, iStartChar, iPieceWidths, TRUE, rect); in ReloadLinePiece()
Dfde_textout.h119 int32_t& iPieceWidths,