Home | History | Annotate | Download | only in Intersection

Lines Matching refs:testStrLen

275     const int testStrLen = sizeof(testStr) - 1;
276 SkPoint textPos[testStrLen];
277 SkScalar widths[testStrLen];
281 paint.getTextWidths(testStr, testStrLen, widths, NULL);
283 for (int x = 0; x < testStrLen; ++x) {
288 SkScalar bias = (width - widths[testStrLen - 1]) / 2;
289 for (int x = 0; x < testStrLen; ++x) {
296 for (int mask = 0; mask < 1 << testStrLen; ++mask) {
297 char maskStr[testStrLen];
303 for (int letter = 0; letter < testStrLen; ++letter) {
306 paint.getPosTextPath(maskStr, testStrLen, textPos, &path);
316 paint.getPosTextPath(testStr, testStrLen, textPos, &path);