Searched refs:gDone (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSampleFontCache.cpp60 static bool gDone; variable
63 while (!gDone) {
73 while (!gDone) {
88 gDone = false;
105 gDone = true;
/external/skia/samplecode/
H A DSampleFontCache.cpp60 static bool gDone; variable
63 while (!gDone) {
73 while (!gDone) {
88 gDone = false;
105 gDone = true;
/external/chromium_org/third_party/skia/bench/
H A DFontCacheBench.cpp123 static bool gDone; variable
124 if (gDone) {
127 gDone = true;
/external/skia/bench/
H A DFontCacheBench.cpp123 static bool gDone; variable
124 if (gDone) {
127 gDone = true;

Completed in 179 milliseconds