Lines Matching defs:GlitchLog
97 struct SkPathOpsDebug::GlitchLog { struct in SkPathOpsDebug
98 void init(const SkOpGlobalState* state) { in init()
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()
190 void record(GlitchType type, const SkOpSegment* seg, double startT, in record()
201 void record(GlitchType type, const SkOpSegment* seg, in record()
208 void record(GlitchType type, double t, const SkOpSpanBase* span) { in record()
214 void record(GlitchType type, const SkOpSegment* seg) { in record()
219 void record(GlitchType type, const SkCoincidentSpans* coin, in record()
226 SkTDArray<SpanGlitch> fGlitches;
227 const SkOpGlobalState* fGlobalState;