Home
last modified time | relevance | path

Searched refs:gDone (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSampleFontCache.cpp59 static bool gDone; variable
62 while (!gDone) { in measure_proc()
72 while (!gDone) { in draw_proc()
87 gDone = false; in FontCacheView()
104 gDone = true; in ~FontCacheView()
/external/skia/bench/
DFontCacheBench.cpp112 static bool gDone; in onDraw() local
113 if (gDone) { in onDraw()
116 gDone = true; in onDraw()