Searched refs:SkIntersectionHelper (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkAddIntersections.cpp12 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt,
13 const SkIntersectionHelper& wn, const SkIntersections& i) {
32 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt,
33 const SkIntersectionHelper& wn,
53 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt,
54 const SkIntersectionHelper& wn, const SkIntersections& i) {
73 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt,
74 const SkIntersectionHelper& wn, const SkIntersections& i) {
93 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt,
94 const SkIntersectionHelper
[all...]
H A DSkIntersectionHelper.h14 class SkIntersectionHelper { class
24 bool addCoincident(SkIntersectionHelper& other, const SkIntersections& ts, bool swap) {
34 bool addPartialCoincident(SkIntersectionHelper& other, const SkIntersections& ts, int index,
45 int addT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) {
57 void alignTPt(SkIntersectionHelper& other, bool swap, int index,
76 bool isAdjacent(const SkIntersectionHelper& next) {
80 bool isFirstLast(const SkIntersectionHelper& next) {
120 bool startAfter(const SkIntersectionHelper& after) {
/external/skia/src/pathops/
H A DSkAddIntersections.cpp12 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt,
13 const SkIntersectionHelper& wn, const SkIntersections& i) {
32 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt,
33 const SkIntersectionHelper& wn,
53 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt,
54 const SkIntersectionHelper& wn, const SkIntersections& i) {
73 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt,
74 const SkIntersectionHelper& wn, const SkIntersections& i) {
93 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt,
94 const SkIntersectionHelper
[all...]
H A DSkIntersectionHelper.h14 class SkIntersectionHelper { class
24 bool addCoincident(SkIntersectionHelper& other, const SkIntersections& ts, bool swap) {
34 bool addPartialCoincident(SkIntersectionHelper& other, const SkIntersections& ts, int index,
45 int addT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) {
57 void alignTPt(SkIntersectionHelper& other, bool swap, int index,
76 bool isAdjacent(const SkIntersectionHelper& next) {
80 bool isFirstLast(const SkIntersectionHelper& next) {
120 bool startAfter(const SkIntersectionHelper& after) {
/external/skia/tests/
H A DPathOpsDebug.cpp2 #include "SkIntersectionHelper.h"
300 void SkIntersectionHelper::dump() const {
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp2 #include "SkIntersectionHelper.h"
432 void SkIntersectionHelper::dump() const {

Completed in 385 milliseconds