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

  /external/skia/src/core/
SkPixelRef.cpp 111 static bool gOnce;
112 if (!gOnce) {
114 gOnce = true;
SkFlattenable.cpp 253 static bool gOnce;
254 if (!gOnce) {
256 gOnce = true;
SkPoint.cpp 192 static bool gOnce;
193 if (!gOnce) {
195 gOnce = true;
SkMatrix.cpp     [all...]
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 60 static bool gOnce = true;
61 if (gOnce) {
62 gOnce = false;
  /external/skia/gpu/src/
app-android.cpp 88 static bool gOnce;
89 if (!gOnce) {
91 gOnce = true;
  /external/skia/tests/
BlitRowTest.cpp 188 static bool gOnce;
245 if (!gOnce && false) {
248 gOnce = true;
  /external/skia/src/utils/mac/
SkOSWindow_Mac.cpp 147 static bool gOnce = true;
148 if (gOnce) {
149 gOnce = false;
  /external/skia/samplecode/
SampleApp.cpp 60 static bool gOnce;
61 if (!gOnce) {
63 gOnce = true;
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp     [all...]

Completed in 222 milliseconds