Lines Matching refs:pGlyphSetID
503 sal_Int32 *pGlyphSetID = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in DrawGlyphs() local
509 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() local
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()
636 sal_Int32 *pGlyphSetID = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in ImplDrawText() local
642 GetCharID (pStr[nChar], pGlyphID + nChar, pGlyphSetID + nChar); in ImplDrawText()
643 aGlyphSet.insert (pGlyphSetID[nChar]); in ImplDrawText()
660 for (nChar = 0; (nChar < nLen) && (pGlyphSetID[nChar] != *aSet); nChar++) in ImplDrawText()
668 if (pGlyphSetID[nChar] == *aSet) in ImplDrawText()
676 if (pGlyphSetID[nChar + 1] == *aSet) in ImplDrawText()