Searched defs:SkIntersectionHelper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
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 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) {

Completed in 183 milliseconds