Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp74 int32_t charsCount, in drawGraphicsString() argument
95 CGPoint* glyphPositionsCG = new CGPoint[charsCount]; in drawGraphicsString()
96 for (int index = 0; index < charsCount; ++index) { in drawGraphicsString()
104 glyphPositionsCG, charsCount); in drawGraphicsString()