Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkThread_win.cpp72 static bool gOnce; variable
77 if (!forceCreateTheSlot && !gOnce) { in PlatformGetSpecific()
81 if (!gOnce) { in PlatformGetSpecific()
83 if (!gOnce) { in PlatformGetSpecific()
85 gOnce = true; in PlatformGetSpecific()
92 SkASSERT(gOnce); in PlatformSetSpecific()
111 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) { in onTLSCallback()
/external/skia/src/gpu/
DGrEffect.cpp26 static bool gOnce; in TestMatrix() local
27 if (!gOnce) { in TestMatrix()
37 gOnce = true; in TestMatrix()
/external/skia/src/core/
DSkFlattenable.cpp80 static bool gOnce; in Register() local
81 if (!gOnce) { in Register()
83 gOnce = true; in Register()
DSkLineClipper.cpp192 static bool gOnce; in ClipLine() local
193 if (!gOnce) { in ClipLine()
195 gOnce = true; in ClipLine()
DSkPoint.cpp244 static bool gOnce; in fast_invsqrt() local
245 if (!gOnce) { in fast_invsqrt()
247 gOnce = true; in fast_invsqrt()
DSkAAClip.cpp265 static bool gOnce; in test_count_left_right_zeros() local
266 if (gOnce) { in test_count_left_right_zeros()
269 gOnce = true; in test_count_left_right_zeros()
355 static bool gOnce; in test_trim_row_left_right() local
356 if (gOnce) { in test_trim_row_left_right()
359 gOnce = true; in test_trim_row_left_right()
DSkMatrix.cpp1826 static bool gOnce; in I() local
1827 if (!gOnce) { in I()
1829 gOnce = true; in I()
1836 static bool gOnce; in InvalidMatrix() local
1837 if (!gOnce) { in InvalidMatrix()
1842 gOnce = true; in InvalidMatrix()
DSkGeometry.cpp860 static bool gOnce; in test_collaps_duplicates() local
861 if (gOnce) { return; } in test_collaps_duplicates()
862 gOnce = true; in test_collaps_duplicates()
/external/skia/legacy/src/core/
DSkPixelRef.cpp172 static bool gOnce; in Register() local
173 if (!gOnce) { in Register()
175 gOnce = true; in Register()
DSkFlattenable.cpp378 static bool gOnce; in Register() local
379 if (!gOnce) { in Register()
381 gOnce = true; in Register()
DSkPoint.cpp205 static bool gOnce; in fast_invsqrt() local
206 if (!gOnce) { in fast_invsqrt()
208 gOnce = true; in fast_invsqrt()
DSkAAClip.cpp256 static bool gOnce; in test_count_left_right_zeros() local
257 if (gOnce) { in test_count_left_right_zeros()
260 gOnce = true; in test_count_left_right_zeros()
346 static bool gOnce; in test_trim_row_left_right() local
347 if (gOnce) { in test_trim_row_left_right()
350 gOnce = true; in test_trim_row_left_right()
DSkMatrix.cpp1717 static bool gOnce; in I() local
1718 if (!gOnce) { in I()
1720 gOnce = true; in I()
1727 static bool gOnce; in InvalidMatrix() local
1728 if (!gOnce) { in InvalidMatrix()
1733 gOnce = true; in InvalidMatrix()
DSkGeometry.cpp861 static bool gOnce; in test_collaps_duplicates() local
862 if (gOnce) { return; } in test_collaps_duplicates()
863 gOnce = true; in test_collaps_duplicates()
/external/skia/tests/
DBlitRowTest.cpp195 static bool gOnce; variable
252 if (!gOnce && false) { in test_diagonal()
255 gOnce = true; in test_diagonal()
/external/skia/src/utils/ios/
DSkFontHost_iOS.mm106 static bool gOnce;
107 if (!gOnce) {
110 gOnce = true;
/external/skia/src/effects/gradients/
DSkSweepGradient.cpp170 static bool gOnce; in atan_0_90() local
171 if (!gOnce) { in atan_0_90()
172 gOnce = true; in atan_0_90()
/external/skia/legacy/src/ports/
DSkFontHost_FreeType.cpp1266 static bool gOnce; in getIdentityTable() local
1268 if (!gOnce) { in getIdentityTable()
1272 gOnce = true; in getIdentityTable()
/external/skia/legacy/src/effects/
DSkGradientShader.cpp2277 static bool gOnce; in atan_0_90() local
2278 if (!gOnce) { in atan_0_90()
2279 gOnce = true; in atan_0_90()