Searched refs:pGlyphSetID (Results 1 – 1 of 1) sorted by relevance
503 sal_Int32 *pGlyphSetID = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in DrawGlyphs() local510 aGlyphSet.insert (pGlyphSetID[nChar]); in DrawGlyphs()535 if (pGlyphSetID[nChar] == *aSet) in DrawGlyphs()543 if (pGlyphSetID[nChar + 1] == *aSet) in DrawGlyphs()596 GetCharID (pStr[nChar], pGlyphID + nChar, pGlyphSetID + nChar); in ImplDrawText()602 sal_Int32 nGlyphSetID = pGlyphSetID [nChar]; in ImplDrawText()606 if (pGlyphSetID[nNextChar] == nGlyphSetID) in ImplDrawText()642 GetCharID (pStr[nChar], pGlyphID + nChar, pGlyphSetID + nChar); in ImplDrawText()643 aGlyphSet.insert (pGlyphSetID[nChar]); in ImplDrawText()668 if (pGlyphSetID[nChar] == *aSet) in ImplDrawText()[all …]
Completed in 10 milliseconds