Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp256 static void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in missing_coincidence() argument
260 /* result |= */ contour->debugMissingCoincidence(glitches); in missing_coincidence()
265 static void move_multiples(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in move_multiples() argument
268 if (contour->debugMoveMultiples(glitches), false) { in move_multiples()
275 static void move_nearby(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in move_nearby() argument
278 contour->debugMoveNearby(glitches); in move_nearby()
292 SkPathOpsDebug::GlitchLog glitches; in debugAddToCoinChangedDict() local
297 missing_coincidence(&glitches, fContourHead); in debugAddToCoinChangedDict()
299 move_multiples(&glitches, fContourHead); in debugAddToCoinChangedDict()
301 move_nearby(&glitches, fContourHea in debugAddToCoinChangedDict()
354 GlitchLog glitches; CheckHealth() local
[all...]
H A DSkOpSegment.h137 void debugClearAll(SkPathOpsDebug::GlitchLog* glitches) const;
138 void debugClearOne(const SkOpSpan* span, SkPathOpsDebug::GlitchLog* glitches) const;
149 void debugMissingCoincidence(SkPathOpsDebug::GlitchLog* glitches) const;
150 void debugMoveMultiples(SkPathOpsDebug::GlitchLog* glitches) const;
151 void debugMoveNearby(SkPathOpsDebug::GlitchLog* glitches) const;
/third_party/skia/third_party/externals/oboe/apps/OboeTester/scripts/
H A Ddsp_timing.py149 glitches = array.array('i')
153 glitches.append(result)
156 print "offset = " + str(offset) + ", glitches = " + str(result)
157 print "offsetUs, glitches"
159 print " " + str(offsets[i]) + ", " + str(glitches[i])

Completed in 4 milliseconds