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

  /external/chromium_org/third_party/skia/src/pathops/
SkAddIntersections.cpp 12 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& wn, const SkIntersections& i)
    [all...]
SkIntersectionHelper.h 14 class SkIntersectionHelper {
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/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 2 #include "SkIntersectionHelper.h"
432 void SkIntersectionHelper::dump() const {

Completed in 51 milliseconds