Searched refs:gInited (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkInstCnt.h50 if (!gInited) { \
53 gInited = true; \
67 static bool gInited; \
114 bool className::SkInstanceCountHelper::gInited = false; \
120 templateInfo bool className::SkInstanceCountHelper::gInited = false; \
/external/skia/include/core/
H A DSkInstCnt.h50 if (!gInited) { \
53 gInited = true; \
67 static bool gInited; \
114 bool className::SkInstanceCountHelper::gInited = false; \
120 templateInfo bool className::SkInstanceCountHelper::gInited = false; \
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/
H A DFastTimes.c85 static Boolean gInited = false; variable
106 if (!gInited) {
173 gInited = true;
186 if (!gInited) FastInitialize();
228 if (!gInited) FastInitialize();
269 if (!gInited) FastInitialize();
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DFontPlatformDataChromiumWin.cpp65 static bool gInited; local
67 if (!gInited) {
79 gInited = true;
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1057 // Making gInited volatile provides read-aquire and write-release in vc++.
1060 static volatile bool gInited; local
1062 if (gInited) {
1063 // Need a L/L (read) barrier (full acquire not needed). If gInited is observed
1068 // write to gInited becomes observable after gTableGdi.
1069 gInited = true;
1086 // Making gInited volatile provides read-aquire and write-release in vc++.
1089 static volatile bool gInited; local
1091 if (gInited) {
1092 // Need a L/L (read) barrier (acquire not needed). If gInited i
[all...]
H A DSkFontHost_mac.cpp1099 static bool gInited; local
1101 if (!gInited) {
1103 gInited = true;
/external/skia/src/ports/
H A DSkFontHost_win.cpp1057 // Making gInited volatile provides read-aquire and write-release in vc++.
1060 static volatile bool gInited; local
1062 if (gInited) {
1063 // Need a L/L (read) barrier (full acquire not needed). If gInited is observed
1068 // write to gInited becomes observable after gTableGdi.
1069 gInited = true;
1086 // Making gInited volatile provides read-aquire and write-release in vc++.
1089 static volatile bool gInited; local
1091 if (gInited) {
1092 // Need a L/L (read) barrier (acquire not needed). If gInited i
[all...]
H A DSkFontHost_mac.cpp1099 static bool gInited; local
1101 if (!gInited) {
1103 gInited = true;

Completed in 136 milliseconds