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

  /external/skia/src/pathops/
SkAddIntersections.cpp 13 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt,
14 const SkIntersectionHelper& wn, const SkIntersections& i) {
33 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt,
34 const SkIntersectionHelper& wn,
54 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt,
55 const SkIntersectionHelper& wn, const SkIntersections& i) {
74 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt,
75 const SkIntersectionHelper& wn, const SkIntersections& i) {
94 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt,
95 const SkIntersectionHelper& wn, const SkIntersections& i)
    [all...]
SkIntersectionHelper.h 15 class SkIntersectionHelper {
77 bool startAfter(const SkIntersectionHelper& after) {
SkPathOpsTypes.h 29 class SkIntersectionHelper;
77 void debugAddLoopCount(SkIntersections* , const SkIntersectionHelper& ,
78 const SkIntersectionHelper& );
SkPathOpsDebug.cpp 282 #include "SkIntersectionHelper.h"
286 void SkOpGlobalState::debugAddLoopCount(SkIntersections* i, const SkIntersectionHelper& wt,
287 const SkIntersectionHelper& wn) {
    [all...]

Completed in 1879 milliseconds