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

/external/skia/samplecode/
H A DSampleFontCache.cpp59 static bool gDone; variable
62 while (!gDone) {
72 while (!gDone) {
87 gDone = false;
104 gDone = true;
/external/skqp/samplecode/
H A DSampleFontCache.cpp59 static bool gDone; variable
62 while (!gDone) {
72 while (!gDone) {
87 gDone = false;
104 gDone = true;
/external/skia/bench/
H A DFontCacheBench.cpp112 static bool gDone; variable
113 if (gDone) {
116 gDone = true;
/external/skqp/bench/
H A DFontCacheBench.cpp112 static bool gDone; variable
113 if (gDone) {
116 gDone = true;

Completed in 164 milliseconds