Searched refs:aGlyphRuns (Results 1 – 1 of 1) sorted by relevance
313 CFArrayRef aGlyphRuns = rCT.LineGetGlyphRuns( mpCTLine ); in GetNextGlyphs() local314 const int nRunCount = CFArrayGetCount( aGlyphRuns ); in GetNextGlyphs()316 CTRunRef pGlyphRun = (CTRunRef)CFArrayGetValueAtIndex( aGlyphRuns, nRunIndex ); in GetNextGlyphs()413 CFArrayRef aGlyphRuns = CTLineGetGlyphRuns( mpCTLine ); in FillDXArray() local414 const int nRunCount = CFArrayGetCount( aGlyphRuns ); in FillDXArray()420 CTRunRef pGlyphRun = (CTRunRef)CFArrayGetValueAtIndex( aGlyphRuns, nRunIndex ); in FillDXArray()
Completed in 12 milliseconds