HomeSort by relevance Sort by last modified time
    Searched refs:testStrLen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemo.cpp 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)
    [all...]
  /external/skia/experimental/Intersection/
EdgeDemo.cpp 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)
    [all...]

Completed in 538 milliseconds