Home
last modified time | relevance | path

Searched refs:gInited (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/core/
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/
DFastTimes.c85 static Boolean gInited = false; variable
106 if (!gInited) { in FastInitialize()
173 gInited = true; in FastInitialize()
186 if (!gInited) FastInitialize(); in FastMicroseconds()
228 if (!gInited) FastInitialize(); in FastMilliseconds()
269 if (!gInited) FastInitialize(); in FastMethod()
/external/skia/src/ports/
DSkFontHost_win.cpp954 static bool gInited; in getInverseGammaTableGDI() local
956 if (!gInited) { in getInverseGammaTableGDI()
958 gInited = true; in getInverseGammaTableGDI()
971 static bool gInited; in getInverseGammaTableClearType() local
973 if (!gInited) { in getInverseGammaTableClearType()
980 gInited = true; in getInverseGammaTableClearType()
DSkFontHost_mac_coretext.cpp1042 static bool gInited; in getInverseGammaTableCoreGraphicSmoothing() local
1044 if (!gInited) { in getInverseGammaTableCoreGraphicSmoothing()
1046 gInited = true; in getInverseGammaTableCoreGraphicSmoothing()
/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp1071 static bool gInited; in getInverseTable() local
1072 if (!gInited) { in getInverseTable()
1075 gInited = true; in getInverseTable()
1082 static bool gInited; in getGammaTable() local
1083 if (!gInited) { in getGammaTable()
1097 gInited = true; in getGammaTable()
DSkFontHost_win.cpp701 static bool gInited; in getInverseGammaTable() local
703 if (!gInited) { in getInverseGammaTable()
710 gInited = true; in getInverseGammaTable()
DSkFontHost_FreeType.cpp1251 static bool gInited; in getGammaTable() local
1252 if (!gInited) { in getGammaTable()
1258 gInited = true; in getGammaTable()