Searched defs:gInputFileName (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Drender_pictures_main.cpp94 static SkString gInputFileName; variable
103 * Sets gInputFileName to name, minus any extension ".*"
114 gInputFileName.set(cName, dot - cName);
116 gInputFileName.set(name);
128 SkString name = SkStringPrintf("%s_%d%s", gInputFileName.c_str(), gImageNo++,
/external/skia/tools/
H A Drender_pictures_main.cpp90 static SkString gInputFileName; variable
99 * Sets gInputFileName to name, minus any extension ".*"
110 gInputFileName.set(cName, dot - cName);
112 gInputFileName.set(name);
124 SkString name = SkStringPrintf("%s_%d%s", gInputFileName.c_str(), gImageNo++,

Completed in 416 milliseconds