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

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

Completed in 124 milliseconds