Home
last modified time | relevance | path

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

/AOO42X/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx316 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()
[all …]