Home
last modified time | relevance | path

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

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