/external/skia/src/ports/ |
D | SkThread_win.cpp | 72 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/ |
D | GrEffect.cpp | 26 static bool gOnce; in TestMatrix() local 27 if (!gOnce) { in TestMatrix() 37 gOnce = true; in TestMatrix()
|
/external/skia/src/core/ |
D | SkFlattenable.cpp | 80 static bool gOnce; in Register() local 81 if (!gOnce) { in Register() 83 gOnce = true; in Register()
|
D | SkLineClipper.cpp | 192 static bool gOnce; in ClipLine() local 193 if (!gOnce) { in ClipLine() 195 gOnce = true; in ClipLine()
|
D | SkPoint.cpp | 244 static bool gOnce; in fast_invsqrt() local 245 if (!gOnce) { in fast_invsqrt() 247 gOnce = true; in fast_invsqrt()
|
D | SkAAClip.cpp | 265 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()
|
D | SkMatrix.cpp | 1826 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()
|
D | SkGeometry.cpp | 860 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/ |
D | SkPixelRef.cpp | 172 static bool gOnce; in Register() local 173 if (!gOnce) { in Register() 175 gOnce = true; in Register()
|
D | SkFlattenable.cpp | 378 static bool gOnce; in Register() local 379 if (!gOnce) { in Register() 381 gOnce = true; in Register()
|
D | SkPoint.cpp | 205 static bool gOnce; in fast_invsqrt() local 206 if (!gOnce) { in fast_invsqrt() 208 gOnce = true; in fast_invsqrt()
|
D | SkAAClip.cpp | 256 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()
|
D | SkMatrix.cpp | 1717 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()
|
D | SkGeometry.cpp | 861 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/ |
D | BlitRowTest.cpp | 195 static bool gOnce; variable 252 if (!gOnce && false) { in test_diagonal() 255 gOnce = true; in test_diagonal()
|
/external/skia/src/utils/ios/ |
D | SkFontHost_iOS.mm | 106 static bool gOnce; 107 if (!gOnce) { 110 gOnce = true;
|
/external/skia/src/effects/gradients/ |
D | SkSweepGradient.cpp | 170 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/ |
D | SkFontHost_FreeType.cpp | 1266 static bool gOnce; in getIdentityTable() local 1268 if (!gOnce) { in getIdentityTable() 1272 gOnce = true; in getIdentityTable()
|
/external/skia/legacy/src/effects/ |
D | SkGradientShader.cpp | 2277 static bool gOnce; in atan_0_90() local 2278 if (!gOnce) { in atan_0_90() 2279 gOnce = true; in atan_0_90()
|