Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/apple/
Dfx_quartz_device.cpp97 CGPoint* glyphPositionsCG = new CGPoint[charsCount]; in DrawGraphicsString() local
99 glyphPositionsCG[index].x = glyphPositions[index].x; in DrawGraphicsString()
100 glyphPositionsCG[index].y = glyphPositions[index].y; in DrawGraphicsString()
103 CGPoint* glyphPositionsCG = glyphPositions; in DrawGraphicsString() local
107 glyphPositionsCG, charsCount); in DrawGraphicsString()
109 delete[] glyphPositionsCG; in DrawGraphicsString()