Home
last modified time | relevance | path

Searched refs:gOnce (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
DSkTLS_win.cpp11 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/
DSkTLS_win.cpp11 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/
DGrProcessor.cpp18 static bool gOnce; in TestMatrix() local
19 if (!gOnce) { in TestMatrix()
29 gOnce = true; in TestMatrix()
/external/skia/src/core/
DSkFlattenable.cpp79 static bool gOnce = false; in Register() local
80 if (!gOnce) { in Register()
82 gOnce = true; in Register()
DSkLineClipper.cpp179 static bool gOnce; in ClipLine() local
180 if (!gOnce) { in ClipLine()
182 gOnce = true; in ClipLine()
DSkAAClip.cpp267 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()
DSkGeometry.cpp691 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/
DGrEffect.cpp25 static bool gOnce; in TestMatrix() local
26 if (!gOnce) { in TestMatrix()
36 gOnce = true; in TestMatrix()
/external/chromium_org/third_party/skia/src/core/
DSkFlattenable.cpp78 static bool gOnce = false; in Register() local
79 if (!gOnce) { in Register()
81 gOnce = true; in Register()
DSkLineClipper.cpp179 static bool gOnce; in ClipLine() local
180 if (!gOnce) { in ClipLine()
182 gOnce = true; in ClipLine()
DSkAAClip.cpp307 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()
DSkGeometry.cpp691 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/
DBlitRowTest.cpp186 static bool gOnce; variable
243 if (!gOnce && false) { in test_diagonal()
246 gOnce = true; in test_diagonal()
/external/chromium_org/third_party/skia/tests/
DBlitRowTest.cpp186 static bool gOnce; variable
243 if (!gOnce && false) { in test_diagonal()
246 gOnce = true; in test_diagonal()
/external/skia/tools/flags/
DSkCommandLineFlags.cpp196 static bool gOnce; in Parse() local
197 if (gOnce) { in Parse()
202 gOnce = true; in Parse()
/external/chromium_org/third_party/skia/tools/flags/
DSkCommandLineFlags.cpp196 static bool gOnce; in Parse() local
197 if (gOnce) { in Parse()
202 gOnce = true; in Parse()
/external/skia/src/utils/ios/
DSkFontHost_iOS.mm106 static bool gOnce;
107 if (!gOnce) {
110 gOnce = true;
/external/chromium_org/third_party/skia/src/utils/ios/
DSkFontHost_iOS.mm106 static bool gOnce;
107 if (!gOnce) {
110 gOnce = true;
/external/chromium_org/third_party/skia/src/views/mac/
DSkOSWindow_Mac.cpp154 static bool gOnce = true; in SkOSWindow() local
155 if (gOnce) { in SkOSWindow()
156 gOnce = false; in SkOSWindow()
/external/skia/src/views/mac/
DSkOSWindow_Mac.cpp154 static bool gOnce = true; in SkOSWindow() local
155 if (gOnce) { in SkOSWindow()
156 gOnce = false; in SkOSWindow()
/external/chromium_org/third_party/skia/samplecode/
DSampleApp.cpp431 static bool gOnce; in SkGMRegistyToSampleRegistry() local
434 if (!gOnce) { in SkGMRegistyToSampleRegistry()
440 gOnce = true; in SkGMRegistyToSampleRegistry()
/external/skia/samplecode/
DSampleApp.cpp433 static bool gOnce; in SkGMRegistyToSampleRegistry() local
436 if (!gOnce) { in SkGMRegistyToSampleRegistry()
442 gOnce = true; in SkGMRegistyToSampleRegistry()