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) {
49 int addSelfT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) {
71 bool isAdjacent(const SkIntersectionHelper& next) {
75 bool isFirstLast(const SkIntersectionHelper& next) {
115 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) {
49 int addSelfT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) {
71 bool isAdjacent(const SkIntersectionHelper& next) {
75 bool isFirstLast(const SkIntersectionHelper& next) {
115 bool startAfter(const SkIntersectionHelper& after) {

Completed in 569 milliseconds