HomeSort by relevance Sort by last modified time
    Searched refs:subDivide (Results 26 - 31 of 31) sorted by null

12

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h 295 bool subDivide(int start, int end, SkPoint edge[4]) const;
296 bool subDivide(int start, int end, SkDCubic* result) const;
SkDCubicIntersection.cpp 29 SkDCubic part = cubic.subDivide(tStart, tEnd);
79 SkDCubic c1 = cubic1.subDivide(t1s, t1e);
80 SkDCubic c2 = cubic2.subDivide(t2s, t2e);
SkOpSegment.cpp 340 subDivide(start, end, edge);
    [all...]
  /external/skia/src/pathops/
SkOpSegment.h 295 bool subDivide(int start, int end, SkPoint edge[4]) const;
296 bool subDivide(int start, int end, SkDCubic* result) const;
SkDCubicIntersection.cpp 29 SkDCubic part = cubic.subDivide(tStart, tEnd);
79 SkDCubic c1 = cubic1.subDivide(t1s, t1e);
80 SkDCubic c2 = cubic2.subDivide(t2s, t2e);
SkOpSegment.cpp 340 subDivide(start, end, edge);
    [all...]

Completed in 172 milliseconds

12