Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleAll.cpp341 int asciiLength = sizeof(ascii) - 1; in drawPicture() local
348 pos.setCount(asciiLength); in drawPicture()
349 for (index = 0; index < asciiLength; index++) in drawPicture()
353 pos2.setCount(asciiLength); in drawPicture()
354 for (index = 0; index < asciiLength; index++) in drawPicture()
457 canvas->drawPosText(ascii, asciiLength, pos.begin(), paint); in drawPicture()
458 canvas->drawPosText(ascii, asciiLength, pos2.begin(), paint); in drawPicture()