Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_textout.cpp368 int32_t* pPieceWidths) { in RetrievePieces() argument
383 if (iLineWidth - *pPieceWidths - iWidth < iCurCharWidth) { in RetrievePieces()
409 *pPieceWidths += iWidth; in RetrievePieces()
Dcfde_textout.h95 int32_t* pPieceWidths);