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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontPlatformDataWin.cpp105 static bool gInited; local
107 if (!gInited) {
127 gInited = true;
/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/skia/src/ports/
H A DSkFontHost_win.cpp1073 // Making gInited volatile provides read-aquire and write-release in vc++.
1076 static volatile bool gInited; local
1078 if (gInited) {
1079 // Need a L/L (read) barrier (full acquire not needed). If gInited is observed
1084 // write to gInited becomes observable after gTableGdi.
1085 gInited = true;
1102 // Making gInited volatile provides read-aquire and write-release in vc++.
1105 static volatile bool gInited; local
1107 if (gInited) {
1108 // Need a L/L (read) barrier (acquire not needed). If gInited i
[all...]
H A DSkFontHost_mac.cpp1091 static bool gInited; local
1093 if (!gInited) {
1095 gInited = true;
/external/skia/src/ports/
H A DSkFontHost_win.cpp1105 // Making gInited volatile provides read-aquire and write-release in vc++.
1108 static volatile bool gInited; local
1110 if (gInited) {
1111 // Need a L/L (read) barrier (full acquire not needed). If gInited is observed
1116 // write to gInited becomes observable after gTableGdi.
1117 gInited = true;
1134 // Making gInited volatile provides read-aquire and write-release in vc++.
1137 static volatile bool gInited; local
1139 if (gInited) {
1140 // Need a L/L (read) barrier (acquire not needed). If gInited i
[all...]
H A DSkFontHost_mac.cpp1091 static bool gInited; local
1093 if (!gInited) {
1095 gInited = true;

Completed in 396 milliseconds