Searched refs:gDumpCount (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrTextStrike.cpp191 static int gDumpCount = 0; local
198 filename.printf("/sdcard/fontcache_%d%d.png", gDumpCount, i);
200 filename.printf("fontcache_%d%d.png", gDumpCount, i);
206 ++gDumpCount;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.cpp198 static int gDumpCount = 0; local
205 filename.printf("/sdcard/fontcache_%d%d.png", gDumpCount, i);
207 filename.printf("fontcache_%d%d.png", gDumpCount, i);
213 ++gDumpCount;

Completed in 449 milliseconds