HomeSort by relevance Sort by last modified time
    Searched full:widthsstr (Results 1 - 1 of 1) sorted by null

  /external/skia/tools/
create_test_font.cpp 325 SkString widthsStr;
328 output_fixed(widths[index], emSize, &widthsStr);
330 widthsStr = strip_final(widthsStr);
331 fprintf(out, "%s\n};\n\n", widthsStr.c_str());

Completed in 39 milliseconds