Searched defs:gOnce (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/core/
H A DSkFlattenable.cpp80 static bool gOnce; local
81 if (!gOnce) {
83 gOnce = true;
H A DSkLineClipper.cpp192 static bool gOnce; local
193 if (!gOnce) {
195 gOnce = true;
H A DSkPoint.cpp244 static bool gOnce; local
245 if (!gOnce) {
247 gOnce = true;
H A DSkGeometry.cpp860 static bool gOnce; local
861 if (gOnce) { return; }
862 gOnce = true;
H A DSkMatrix.cpp1826 static bool gOnce; local
1827 if (!gOnce) {
1829 gOnce = true;
1836 static bool gOnce; local
1837 if (!gOnce) {
1842 gOnce = true;
H A DSkAAClip.cpp265 static bool gOnce; local
266 if (gOnce) {
269 gOnce = true;
355 static bool gOnce; local
356 if (gOnce) {
359 gOnce = true;
/external/skia/src/gpu/
H A DGrEffect.cpp26 static bool gOnce; local
27 if (!gOnce) {
37 gOnce = true;
/external/skia/src/ports/
H A DSkThread_win.cpp72 static bool gOnce; variable
77 if (!forceCreateTheSlot && !gOnce) {
81 if (!gOnce) {
83 if (!gOnce) {
85 gOnce = true;
92 SkASSERT(gOnce);
111 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) {
/external/skia/src/effects/gradients/
H A DSkSweepGradient.cpp170 static bool gOnce; local
171 if (!gOnce) {
172 gOnce = true;
/external/skia/legacy/src/core/
H A DSkPixelRef.cpp172 static bool gOnce; local
173 if (!gOnce) {
175 gOnce = true;
H A DSkPoint.cpp205 static bool gOnce; local
206 if (!gOnce) {
208 gOnce = true;
H A DSkGeometry.cpp861 static bool gOnce; local
862 if (gOnce) { return; }
863 gOnce = true;
H A DSkAAClip.cpp256 static bool gOnce; local
257 if (gOnce) {
260 gOnce = true;
346 static bool gOnce; local
347 if (gOnce) {
350 gOnce = true;
H A DSkMatrix.cpp1717 static bool gOnce; local
1718 if (!gOnce) {
1720 gOnce = true;
1727 static bool gOnce; local
1728 if (!gOnce) {
1733 gOnce = true;
/external/skia/tests/
H A DBlitRowTest.cpp195 static bool gOnce; variable
252 if (!gOnce && false) {
255 gOnce = true;
/external/skia/legacy/src/ports/
H A DSkFontHost_FreeType.cpp1266 static bool gOnce; local
1268 if (!gOnce) {
1272 gOnce = true;

Completed in 338 milliseconds