Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleAll.cpp300 int asciiLength = sizeof(ascii) - 1; in drawPicture() local
307 pos.setCount(asciiLength); in drawPicture()
308 for (index = 0; index < asciiLength; index++) in drawPicture()
312 pos2.setCount(asciiLength); in drawPicture()
313 for (index = 0; index < asciiLength; index++) in drawPicture()
414 canvas->drawPosText(ascii, asciiLength, pos.begin(), paint); in drawPicture()
415 canvas->drawPosText(ascii, asciiLength, pos2.begin(), paint); in drawPicture()