Home | History | Annotate | Download | only in gm

Lines Matching refs:configStr

1982     SkString configStr("These configs will be run:");
1985 configStr.appendf(" %s", gRec[(*outConfigs)[i]].fName);
1987 gm_fprintf(stdout, "%s\n", configStr.c_str());
2029 SkString configStr("These PDF rasterizers will be run:");
2032 configStr.appendf(" %s", (*outRasterizers)[i]->fName);
2034 gm_fprintf(stdout, "%s\n", configStr.c_str());