Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp37 void AdjustGlyphSpace(std::vector<TextGlyphPos>* pGlyphAndPos) { in AdjustGlyphSpace() argument
38 ASSERT(pGlyphAndPos->size() > 1); in AdjustGlyphSpace()
39 std::vector<TextGlyphPos>& glyphs = *pGlyphAndPos; in AdjustGlyphSpace()