HomeSort by relevance Sort by last modified time
    Searched defs:gDone (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/bench/
FontCacheBench.cpp 113 static bool gDone;
114 if (gDone) {
117 gDone = true;
  /external/chromium_org/third_party/skia/samplecode/
SampleFontCache.cpp 60 static bool gDone;
63 while (!gDone) {
73 while (!gDone) {
88 gDone = false;
105 gDone = true;

Completed in 850 milliseconds