Home
last modified time | relevance | path

Searched refs:DumpGlitchType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsDebug.h337 static void DumpGlitchType(GlitchType );
H A DSkPathOpsDebug.cpp436 DumpGlitchType(glitch.fType); in CheckHealth()
451 void SkPathOpsDebug::DumpGlitchType(GlitchType glitchType) { in DumpGlitchType() function in SkPathOpsDebug
/aosp_15_r20/external/skia/tests/
H A DPathOpsDebug.cpp373 DumpGlitchType(entry.fGlitchType); in dump()