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

  /external/skia/src/pathops/
SkAddIntersections.h 13 class SkOpCoincidence;
15 bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence);
SkPathOpsCommon.h 13 class SkOpCoincidence;
25 bool HandleCoincidence(SkOpContourHead* , SkOpCoincidence* );
SkOpCoincidence.cpp 7 #include "SkOpCoincidence.h"
114 SkASSERT(SkOpCoincidence::Ordered(coinPtTStart, oppPtTStart));
187 bool SkOpCoincidence::extend(const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd,
244 void SkOpCoincidence::add(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart,
276 bool SkOpCoincidence::addEndMovedSpans(const SkOpSpan* base, const SkOpSpanBase* testSpan) {
352 bool SkOpCoincidence::addEndMovedSpans(const SkOpPtT* ptT) {
379 bool SkOpCoincidence::addEndMovedSpans(DEBUG_COIN_DECLARE_ONLY_PARAMS()) {
427 bool SkOpCoincidence::addExpanded(DEBUG_COIN_DECLARE_ONLY_PARAMS()) {
527 double SkOpCoincidence::TRange(const SkOpPtT* overS, double t,
563 bool SkOpCoincidence::checkOverlap(SkCoincidentSpans* check
    [all...]
SkPathOpsDebug.h 348 static const class SkOpAngle* DebugCoincidenceAngle(class SkOpCoincidence*, int id);
349 static class SkOpContour* DebugCoincidenceContour(class SkOpCoincidence*, int id);
350 static const class SkOpPtT* DebugCoincidencePtT(class SkOpCoincidence*, int id);
351 static const class SkOpSegment* DebugCoincidenceSegment(class SkOpCoincidence*, int id);
352 static const class SkOpSpanBase* DebugCoincidenceSpan(class SkOpCoincidence*, int id);
SkPathOpsTypes.h 26 class SkOpCoincidence;
65 SkOpCoincidence* coincidence() {
75 const SkOpCoincidence* debugCoincidence() const;
158 void setCoincidence(SkOpCoincidence* coincidence) {
185 SkOpCoincidence* fCoincidence;
SkOpCoincidence.h 134 class SkOpCoincidence {
136 SkOpCoincidence(SkOpGlobalState* globalState)
215 bool findOverlaps(SkOpCoincidence* DEBUG_COIN_DECLARE_PARAMS()) const;
SkPathOpsCommon.cpp 8 #include "SkOpCoincidence.h"
252 bool HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence) {
322 SkOpCoincidence overlaps(globalState);
325 SkOpCoincidence* pairs = overlaps.isEmpty() ? coincidence : &overlaps;
SkOpAngle.h 32 const SkOpCoincidence* debugCoincidence() const;
SkPathOpsDebug.cpp 9 #include "SkOpCoincidence.h"
356 const SkOpCoincidence* coincidence = contour->globalState()->coincidence();
    [all...]
SkOpSegment.h 18 class SkOpCoincidence;
140 const SkOpCoincidence* debugCoincidence() const;
SkOpSpan.cpp 7 #include "SkOpCoincidence.h"
280 SkOpCoincidence* coins = this->globalState()->coincidence();
444 SkOpCoincidence* coincidence = this->globalState()->coincidence();
SkOpSpan.h 56 const SkOpCoincidence* debugCoincidence() const;
232 const SkOpCoincidence* debugCoincidence() const;
SkPathOpsSimplify.cpp 8 #include "SkOpCoincidence.h"
154 SkOpCoincidence coincidence(&globalState);
SkOpContour.h 91 const SkOpCoincidence* debugCoincidence() const {
SkPathOpsOp.cpp 8 #include "SkOpCoincidence.h"
225 SkOpCoincidence coincidence(&globalState);
SkAddIntersections.cpp 8 #include "SkOpCoincidence.h"
257 bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence) {
SkOpSegment.cpp 7 #include "SkOpCoincidence.h"
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 9 #include "SkOpCoincidence.h"
251 const SkOpAngle* SkPathOpsDebug::DebugCoincidenceAngle(SkOpCoincidence* coin, int id) {
255 SkOpContour* SkPathOpsDebug::DebugCoincidenceContour(SkOpCoincidence* coin, int id) {
259 const SkOpPtT* SkPathOpsDebug::DebugCoincidencePtT(SkOpCoincidence* coin, int id) {
263 const SkOpSegment* SkPathOpsDebug::DebugCoincidenceSegment(SkOpCoincidence* coin, int id) {
267 const SkOpSpanBase* SkPathOpsDebug::DebugCoincidenceSpan(SkOpCoincidence* coin, int id) {
823 const SkOpCoincidence* SkOpAngle::debugCoincidence() const {
965 const SkOpCoincidence* SkOpPtT::debugCoincidence() const {
    [all...]

Completed in 128 milliseconds