Home
last modified time | relevance | path

Searched refs:gSkDebugToStdOut (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/
H A DAndroidSkDebugToStdOut.cpp12 extern bool gSkDebugToStdOut;
14 // Use a static initializer to set gSkDebugToStdOut to true, sending SkDebugf
19 gSkDebugToStdOut = true; in SendToStdOut()
/third_party/skia/src/ports/
H A DSkDebug_android.cpp18 bool gSkDebugToStdOut = false; variable
24 if (gSkDebugToStdOut) { in SkDebugf()
H A DSkDebug_ohos.cpp26 bool gSkDebugToStdOut = false; variable
32 if (gSkDebugToStdOut) { in SkDebugf()

Completed in 2 milliseconds