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

  /external/skia/src/core/
SkPixelRef.cpp 98 static bool gOnce;
99 if (!gOnce) {
101 gOnce = true;
SkPoint.cpp 169 static bool gOnce;
170 if (!gOnce) {
172 gOnce = true;
  /external/skia/tests/
BlitRowTest.cpp 188 static bool gOnce;
244 if (!gOnce && false) {
247 gOnce = true;
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 60 static bool gOnce = true;
61 if (gOnce) {
62 gOnce = false;

Completed in 119 milliseconds