Searched refs:pGlyphAndPos (Results 1 – 1 of 1) sorted by relevance
31 void AdjustGlyphSpace(std::vector<FXTEXT_GLYPHPOS>* pGlyphAndPos) { in AdjustGlyphSpace() argument32 ASSERT(pGlyphAndPos->size() > 1); in AdjustGlyphSpace()33 std::vector<FXTEXT_GLYPHPOS>& glyphs = *pGlyphAndPos; in AdjustGlyphSpace()