Searched refs:glitches (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 256 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 D | SkOpSegment.h | 137 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 D | dsp_timing.py | 149 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 6 milliseconds