/external/chromium_org/third_party/skia/src/ports/ |
D | SkTLS_win.cpp | 11 static bool gOnce = false; variable 16 if (!forceCreateTheSlot && !gOnce) { in PlatformGetSpecific() 20 if (!gOnce) { in PlatformGetSpecific() 22 if (!gOnce) { in PlatformGetSpecific() 24 gOnce = true; in PlatformGetSpecific() 31 SkASSERT(gOnce); in PlatformSetSpecific() 50 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) { in onTLSCallback()
|
/external/skia/src/ports/ |
D | SkTLS_win.cpp | 11 static bool gOnce = false; variable 16 if (!forceCreateTheSlot && !gOnce) { in PlatformGetSpecific() 20 if (!gOnce) { in PlatformGetSpecific() 22 if (!gOnce) { in PlatformGetSpecific() 24 gOnce = true; in PlatformGetSpecific() 31 SkASSERT(gOnce); in PlatformSetSpecific() 50 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) { in onTLSCallback()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrProcessor.cpp | 18 static bool gOnce; in TestMatrix() local 19 if (!gOnce) { in TestMatrix() 29 gOnce = true; in TestMatrix()
|
/external/skia/src/core/ |
D | SkFlattenable.cpp | 79 static bool gOnce = false; in Register() local 80 if (!gOnce) { in Register() 82 gOnce = true; in Register()
|
D | SkLineClipper.cpp | 179 static bool gOnce; in ClipLine() local 180 if (!gOnce) { in ClipLine() 182 gOnce = true; in ClipLine()
|
D | SkAAClip.cpp | 267 static bool gOnce; in test_count_left_right_zeros() local 268 if (gOnce) { in test_count_left_right_zeros() 271 gOnce = true; in test_count_left_right_zeros() 357 static bool gOnce; in test_trim_row_left_right() local 358 if (gOnce) { in test_trim_row_left_right() 361 gOnce = true; in test_trim_row_left_right()
|
D | SkGeometry.cpp | 691 static bool gOnce; in test_collaps_duplicates() local 692 if (gOnce) { return; } in test_collaps_duplicates() 693 gOnce = true; in test_collaps_duplicates()
|
/external/skia/src/gpu/ |
D | GrEffect.cpp | 25 static bool gOnce; in TestMatrix() local 26 if (!gOnce) { in TestMatrix() 36 gOnce = true; in TestMatrix()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkFlattenable.cpp | 78 static bool gOnce = false; in Register() local 79 if (!gOnce) { in Register() 81 gOnce = true; in Register()
|
D | SkLineClipper.cpp | 179 static bool gOnce; in ClipLine() local 180 if (!gOnce) { in ClipLine() 182 gOnce = true; in ClipLine()
|
D | SkAAClip.cpp | 307 static bool gOnce; in test_count_left_right_zeros() local 308 if (gOnce) { in test_count_left_right_zeros() 311 gOnce = true; in test_count_left_right_zeros() 397 static bool gOnce; in test_trim_row_left_right() local 398 if (gOnce) { in test_trim_row_left_right() 401 gOnce = true; in test_trim_row_left_right()
|
D | SkGeometry.cpp | 691 static bool gOnce; in test_collaps_duplicates() local 692 if (gOnce) { return; } in test_collaps_duplicates() 693 gOnce = true; in test_collaps_duplicates()
|
/external/skia/tests/ |
D | BlitRowTest.cpp | 186 static bool gOnce; variable 243 if (!gOnce && false) { in test_diagonal() 246 gOnce = true; in test_diagonal()
|
/external/chromium_org/third_party/skia/tests/ |
D | BlitRowTest.cpp | 186 static bool gOnce; variable 243 if (!gOnce && false) { in test_diagonal() 246 gOnce = true; in test_diagonal()
|
/external/skia/tools/flags/ |
D | SkCommandLineFlags.cpp | 196 static bool gOnce; in Parse() local 197 if (gOnce) { in Parse() 202 gOnce = true; in Parse()
|
/external/chromium_org/third_party/skia/tools/flags/ |
D | SkCommandLineFlags.cpp | 196 static bool gOnce; in Parse() local 197 if (gOnce) { in Parse() 202 gOnce = true; in Parse()
|
/external/skia/src/utils/ios/ |
D | SkFontHost_iOS.mm | 106 static bool gOnce; 107 if (!gOnce) { 110 gOnce = true;
|
/external/chromium_org/third_party/skia/src/utils/ios/ |
D | SkFontHost_iOS.mm | 106 static bool gOnce; 107 if (!gOnce) { 110 gOnce = true;
|
/external/chromium_org/third_party/skia/src/views/mac/ |
D | SkOSWindow_Mac.cpp | 154 static bool gOnce = true; in SkOSWindow() local 155 if (gOnce) { in SkOSWindow() 156 gOnce = false; in SkOSWindow()
|
/external/skia/src/views/mac/ |
D | SkOSWindow_Mac.cpp | 154 static bool gOnce = true; in SkOSWindow() local 155 if (gOnce) { in SkOSWindow() 156 gOnce = false; in SkOSWindow()
|
/external/chromium_org/third_party/skia/samplecode/ |
D | SampleApp.cpp | 431 static bool gOnce; in SkGMRegistyToSampleRegistry() local 434 if (!gOnce) { in SkGMRegistyToSampleRegistry() 440 gOnce = true; in SkGMRegistyToSampleRegistry()
|
/external/skia/samplecode/ |
D | SampleApp.cpp | 433 static bool gOnce; in SkGMRegistyToSampleRegistry() local 436 if (!gOnce) { in SkGMRegistyToSampleRegistry() 442 gOnce = true; in SkGMRegistyToSampleRegistry()
|