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.cpp80 int32_t charsCount, in DrawGraphicsString() argument
97 CGPoint* glyphPositionsCG = new CGPoint[charsCount]; in DrawGraphicsString()
98 for (int index = 0; index < charsCount; ++index) { in DrawGraphicsString()
107 glyphPositionsCG, charsCount); in DrawGraphicsString()