Home
last modified time | relevance | path

Searched refs:debugValidate (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/experimental/xform/
DSkXform.cpp16 void Xform::debugValidate() const { in debugValidate() function in Xform
22 c->debugValidate(); in debugValidate()
45 this->debugValidate(); in setParent()
DSkXform.h82 void debugValidate() const;
84 void debugValidate() const {} in debugValidate() function
/third_party/flutter/skia/experimental/xform/
DSkXform.cpp16 void Xform::debugValidate() const { in debugValidate() function in Xform
22 c->debugValidate(); in debugValidate()
45 this->debugValidate(); in setParent()
DSkXform.h82 void debugValidate() const;
84 void debugValidate() const {} in debugValidate() function
/third_party/skia/src/pathops/
DSkOpSpan.h69 void debugValidate() const;
259 void debugValidate() const;
287 debugValidate(); in insertCoinEnd()
292 debugValidate(); in insertCoinEnd()
339 fPtT.debugValidate(); in simple()
473 debugValidate(); in insertCoincidence()
478 debugValidate(); in insertCoincidence()
DSkPathOpsDebug.cpp725 debugValidate(); in debugAddT()
740 this->debugValidate(); in debugAddT()
946 debugValidate(); in debugMoveMultiples()
1022 oppSegment->debugValidate(); in debugMoveMultiples()
1025 oppSegment->debugValidate(); in debugMoveMultiples()
1035 debugValidate(); in debugMoveMultiples()
1042 debugValidate(); in debugMoveNearby()
1089 debugValidate(); in debugMoveNearby()
1119 debugValidate(); in debugShowActiveSpans()
1313 next->debugValidate(); in debugLoop()
[all …]
DSkAddIntersections.cpp274 test->debugValidate(); in AddIntersectTs()
275 next->debugValidate(); in AddIntersectTs()
513 wt.segment()->debugValidate(); in AddIntersectTs()
522 wn.segment()->debugValidate(); in AddIntersectTs()
535 wt.segment()->debugValidate(); in AddIntersectTs()
536 wn.segment()->debugValidate(); in AddIntersectTs()
571 wt.segment()->debugValidate(); in AddIntersectTs()
572 wn.segment()->debugValidate(); in AddIntersectTs()
DSkOpSegment.cpp254 debugValidate(); in addT()
268 this->debugValidate(); in addT()
1018 debugValidate(); in markDone()
1031 debugValidate(); in markWinding()
1046 debugValidate(); in markWinding()
1266 debugValidate(); in moveMultiples()
1346 oppSegment->debugValidate(); in moveMultiples()
1349 oppSegment->debugValidate(); in moveMultiples()
1359 debugValidate(); in moveMultiples()
1436 debugValidate(); in moveNearby()
[all …]
DSkOpContour.h133 void debugValidate() const { in debugValidate() function
138 segment->debugValidate(); in debugValidate()
DSkOpAngle.h52 void debugValidate() const;
DSkOpCoincidence.cpp724 this->debugValidate(); in addOrOverlap()
749 this->debugValidate(); in addOrOverlap()
778 this->debugValidate(); in addOrOverlap()
823 this->debugValidate(); in addMissing()
886 this->debugValidate(); in addMissing()
DSkPathOpsCommon.cpp329 coincidence->debugValidate(); in HandleCoincidence()
DSkOpCoincidence.h210 void debugValidate() const;
DSkOpEdgeBuilder.cpp342 contour->debugValidate(); in walk()
/third_party/flutter/skia/src/pathops/
DSkOpSpan.h69 void debugValidate() const;
259 void debugValidate() const;
287 debugValidate(); in insertCoinEnd()
292 debugValidate(); in insertCoinEnd()
339 fPtT.debugValidate(); in simple()
473 debugValidate(); in insertCoincidence()
478 debugValidate(); in insertCoincidence()
DSkPathOpsDebug.cpp747 debugValidate(); in debugAddT()
762 this->debugValidate(); in debugAddT()
968 debugValidate(); in debugMoveMultiples()
1044 oppSegment->debugValidate(); in debugMoveMultiples()
1047 oppSegment->debugValidate(); in debugMoveMultiples()
1057 debugValidate(); in debugMoveMultiples()
1064 debugValidate(); in debugMoveNearby()
1111 debugValidate(); in debugMoveNearby()
1141 debugValidate(); in debugShowActiveSpans()
1335 next->debugValidate(); in debugLoop()
[all …]
DSkAddIntersections.cpp274 test->debugValidate(); in AddIntersectTs()
275 next->debugValidate(); in AddIntersectTs()
513 wt.segment()->debugValidate(); in AddIntersectTs()
522 wn.segment()->debugValidate(); in AddIntersectTs()
535 wt.segment()->debugValidate(); in AddIntersectTs()
536 wn.segment()->debugValidate(); in AddIntersectTs()
571 wt.segment()->debugValidate(); in AddIntersectTs()
572 wn.segment()->debugValidate(); in AddIntersectTs()
DSkOpSegment.cpp254 debugValidate(); in addT()
268 this->debugValidate(); in addT()
1018 debugValidate(); in markDone()
1031 debugValidate(); in markWinding()
1046 debugValidate(); in markWinding()
1266 debugValidate(); in moveMultiples()
1346 oppSegment->debugValidate(); in moveMultiples()
1349 oppSegment->debugValidate(); in moveMultiples()
1359 debugValidate(); in moveMultiples()
1436 debugValidate(); in moveNearby()
[all …]
DSkOpContour.h134 void debugValidate() const { in debugValidate() function
139 segment->debugValidate(); in debugValidate()
DSkOpAngle.h52 void debugValidate() const;
DSkOpCoincidence.cpp724 this->debugValidate(); in addOrOverlap()
749 this->debugValidate(); in addOrOverlap()
778 this->debugValidate(); in addOrOverlap()
823 this->debugValidate(); in addMissing()
886 this->debugValidate(); in addMissing()
DSkPathOpsCommon.cpp329 coincidence->debugValidate(); in HandleCoincidence()
DSkOpCoincidence.h210 void debugValidate() const;
DSkOpEdgeBuilder.cpp348 contour->debugValidate(); in walk()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/
Dsurface.dart91 scene.debugValidate(validationErrors);
756 void debugValidate(List<String> validationErrors) {
1323 void debugValidate(List<String> validationErrors) {
1324 super.debugValidate(validationErrors);
1333 _children[i].debugValidate(validationErrors);

12