Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp41 const CPDF_CharPosList CharPosList(charCodes, charPos, pFont, font_size); in DrawTextPath() local
42 const std::vector<TextCharPos>& pos = CharPosList.Get(); in DrawTextPath()
118 const CPDF_CharPosList CharPosList(charCodes, charPos, pFont, font_size); in DrawNormalText() local
119 const std::vector<TextCharPos>& pos = CharPosList.Get(); in DrawNormalText()
Dcpdf_renderstatus.cpp1141 const CPDF_CharPosList CharPosList( in DrawTextPathWithPattern() local
1143 for (const TextCharPos& charpos : CharPosList.Get()) { in DrawTextPathWithPattern()