Searched refs:pGlyphAndPos (Results 1 – 1 of 1) sorted by relevance
37 void AdjustGlyphSpace(std::vector<TextGlyphPos>* pGlyphAndPos) { in AdjustGlyphSpace() argument38 ASSERT(pGlyphAndPos->size() > 1); in AdjustGlyphSpace()39 std::vector<TextGlyphPos>& glyphs = *pGlyphAndPos; in AdjustGlyphSpace()