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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 18 class SkOpContour;
22 SkOpContour* fOther;
29 class SkOpContour {
31 SkOpContour() {
38 bool operator<(const SkOpContour& rh) const {
44 bool addCoincident(int index, SkOpContour* other, int otherIndex,
48 void addCross(const SkOpContour* crosser) {
71 bool addPartialCoincident(int index, SkOpContour* other, int otherIndex,
80 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
109 void alignTPt(int segmentIndex, const SkOpContour* other, int otherIndex
    [all...]
  /external/skia/src/pathops/
SkOpContour.h 18 class SkOpContour;
22 SkOpContour* fOther;
29 class SkOpContour {
31 SkOpContour() {
38 bool operator<(const SkOpContour& rh) const {
44 bool addCoincident(int index, SkOpContour* other, int otherIndex,
48 void addCross(const SkOpContour* crosser) {
71 bool addPartialCoincident(int index, SkOpContour* other, int otherIndex,
80 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
109 void alignTPt(int segmentIndex, const SkOpContour* other, int otherIndex
    [all...]

Completed in 50 milliseconds