Searched refs:GlitchType (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsDebug.h | 241 enum GlitchType { enum 285 GlitchType fGlitchType; 374 static void DumpGlitchType(GlitchType );
|
D | SkPathOpsDebug.cpp | 92 SkPathOpsDebug::GlitchType fType; 102 SpanGlitch* recordCommon(GlitchType type) { in recordCommon() 121 void record(GlitchType type, const SkOpSpanBase* base, in record() 128 void record(GlitchType type, const SkOpSpanBase* base, in record() 135 void record(GlitchType type, const SkCoincidentSpans* coin, in record() 146 void record(GlitchType type, const SkOpSpanBase* base, in record() 155 void record(GlitchType type, const SkOpSpanBase* base, double t, in record() 163 void record(GlitchType type, const SkCoincidentSpans* coin, in record() 173 void record(GlitchType type, const SkCoincidentSpans* coin, in record() 181 void record(GlitchType type, const SkOpPtT* ptTS, const SkOpPtT* ptTE, in record() [all …]
|