Lines Matching refs:pGlyphRun
316 CTRunRef pGlyphRun = (CTRunRef)CFArrayGetValueAtIndex( aGlyphRuns, nRunIndex ); in GetNextGlyphs() local
317 const CFIndex nGlyphsInRun = rCT.RunGetGlyphCount( pGlyphRun ); in GetNextGlyphs()
326 const CGGlyph* pCGGlyphIdx = rCT.RunGetGlyphsPtr( pGlyphRun ); in GetNextGlyphs()
329 CTRunGetGlyphs( pGlyphRun, aFullRange, &aCGGlyphVec[0] ); in GetNextGlyphs()
332 const CGPoint* pCGGlyphPos = rCT.RunGetPositionsPtr( pGlyphRun ); in GetNextGlyphs()
335 CTRunGetPositions( pGlyphRun, aFullRange, &aCGPointVec[0] ); in GetNextGlyphs()
341 pCGGlyphAdvs = rCT.RunGetAdvancesPtr( pGlyphRun ); in GetNextGlyphs()
344 CTRunGetAdvances( pGlyphRun, aFullRange, &aCGSizeVec[0] ); in GetNextGlyphs()
351 pCGGlyphStrIdx = rCT.RunGetStringIndicesPtr( pGlyphRun ); in GetNextGlyphs()
354 CTRunGetStringIndices( pGlyphRun, aFullRange, &aCFIndexVec[0] ); in GetNextGlyphs()
420 CTRunRef pGlyphRun = (CTRunRef)CFArrayGetValueAtIndex( aGlyphRuns, nRunIndex ); in FillDXArray() local
421 const CFIndex nGlyphCount = CTRunGetGlyphCount( pGlyphRun ); in FillDXArray()
425 CTRunGetAdvances( pGlyphRun, aFullRange, &aSizeVec[0] ); in FillDXArray()
426 CTRunGetStringIndices( pGlyphRun, aFullRange, &aIndexVec[0] ); in FillDXArray()