Home
last modified time | relevance | path

Searched refs:aGlyphRuns (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx313 CFArrayRef aGlyphRuns = rCT.LineGetGlyphRuns( mpCTLine ); in GetNextGlyphs() local
314 const int nRunCount = CFArrayGetCount( aGlyphRuns ); in GetNextGlyphs()
316 CTRunRef pGlyphRun = (CTRunRef)CFArrayGetValueAtIndex( aGlyphRuns, nRunIndex ); in GetNextGlyphs()
413 CFArrayRef aGlyphRuns = CTLineGetGlyphRuns( mpCTLine ); in FillDXArray() local
414 const int nRunCount = CFArrayGetCount( aGlyphRuns ); in FillDXArray()
420 CTRunRef pGlyphRun = (CTRunRef)CFArrayGetValueAtIndex( aGlyphRuns, nRunIndex ); in FillDXArray()

Completed in 16 milliseconds