Searched refs:pGlyphSetID (Results 1 – 1 of 1) sorted by relevance
503 sal_Int32 *pGlyphSetID = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in DrawGlyphs() local509 GetGlyphID (pGlyphIds[nChar], pUnicodes[nChar], pGlyphID + nChar, pGlyphSetID + nChar); in DrawGlyphs()510 aGlyphSet.insert (pGlyphSetID[nChar]); in DrawGlyphs()527 for (nChar = 0; (nChar < nLen) && (pGlyphSetID[nChar] != *aSet); nChar++) in DrawGlyphs()535 if (pGlyphSetID[nChar] == *aSet) in DrawGlyphs()543 if (pGlyphSetID[nChar + 1] == *aSet) in DrawGlyphs()592 sal_Int32 *pGlyphSetID = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in ImplDrawText() local596 GetCharID (pStr[nChar], pGlyphID + nChar, pGlyphSetID + nChar); in ImplDrawText()602 sal_Int32 nGlyphSetID = pGlyphSetID [nChar]; in ImplDrawText()606 if (pGlyphSetID[nNextChar] == nGlyphSetID) in ImplDrawText()[all …]