HomeSort by relevance Sort by last modified time
    Searched refs:glitches (Results 1 - 5 of 5) sorted by null

  /external/skia/src/pathops/
SkPathOpsDebug.cpp 256 static void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) {
260 /* result |= */ contour->debugMissingCoincidence(glitches);
265 static void move_multiples(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) {
268 if (contour->debugMoveMultiples(glitches), false) {
275 static void move_nearby(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) {
278 contour->debugMoveNearby(glitches);
292 SkPathOpsDebug::GlitchLog glitches; local
297 missing_coincidence(&glitches, fContourHead);
299 move_multiples(&glitches, fContourHead);
301 move_nearby(&glitches, fContourHead)
354 GlitchLog glitches; local
    [all...]
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;
  /external/skqp/src/pathops/
SkPathOpsDebug.cpp 256 static void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) {
260 /* result |= */ contour->debugMissingCoincidence(glitches);
265 static void move_multiples(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) {
268 if (contour->debugMoveMultiples(glitches), false) {
275 static void move_nearby(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) {
278 contour->debugMoveNearby(glitches);
292 SkPathOpsDebug::GlitchLog glitches; local
297 missing_coincidence(&glitches, fContourHead);
299 move_multiples(&glitches, fContourHead);
301 move_nearby(&glitches, fContourHead)
354 GlitchLog glitches; local
    [all...]
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;
  /external/u-boot/drivers/pinctrl/
Kconfig 128 pin has a glitch filter providing rejection of glitches lower than

Completed in 301 milliseconds