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

  /external/skia/src/core/
SkFlattenable.cpp 80 static bool gOnce;
81 if (!gOnce) {
83 gOnce = true;
SkLineClipper.cpp 192 static bool gOnce;
193 if (!gOnce) {
195 gOnce = true;
SkPoint.cpp 244 static bool gOnce;
245 if (!gOnce) {
247 gOnce = true;
SkGeometry.cpp 860 static bool gOnce;
861 if (gOnce) { return; }
862 gOnce = true;
    [all...]
SkAAClip.cpp 265 static bool gOnce;
266 if (gOnce) {
269 gOnce = true;
355 static bool gOnce;
356 if (gOnce) {
359 gOnce = true;
    [all...]
SkMatrix.cpp     [all...]
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 170 static bool gOnce;
171 if (!gOnce) {
172 gOnce = true;
  /external/skia/src/gpu/
GrEffect.cpp 26 static bool gOnce;
27 if (!gOnce) {
37 gOnce = true;
  /external/skia/src/ports/
SkThread_win.cpp 72 static bool gOnce;
77 if (!forceCreateTheSlot && !gOnce) {
81 if (!gOnce) {
83 if (!gOnce) {
85 gOnce = true;
92 SkASSERT(gOnce);
111 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) {
  /external/skia/legacy/src/core/
SkPixelRef.cpp 172 static bool gOnce;
173 if (!gOnce) {
175 gOnce = true;
SkPoint.cpp 205 static bool gOnce;
206 if (!gOnce) {
208 gOnce = true;
SkGeometry.cpp 861 static bool gOnce;
862 if (gOnce) { return; }
863 gOnce = true;
    [all...]
SkAAClip.cpp 256 static bool gOnce;
257 if (gOnce) {
260 gOnce = true;
346 static bool gOnce;
347 if (gOnce) {
350 gOnce = true;
    [all...]
SkMatrix.cpp     [all...]
  /external/skia/tests/
BlitRowTest.cpp 195 static bool gOnce;
252 if (!gOnce && false) {
255 gOnce = true;
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 60 static bool gOnce = true;
61 if (gOnce) {
62 gOnce = false;
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp     [all...]

Completed in 381 milliseconds