Home
last modified time | relevance | path

Searched defs:newT (Results 1 – 18 of 18) sorted by relevance

/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp219 double newT = binary_search(cubic, step, pt, t, &iters); in DEF_TEST() local
265 double newT = binary_search(cubic, 0.1, pt, t, &iters); in testOneFailure() local
273 double newT = testOneFailure(failure); in DEF_TEST() local
281 double newT = testOneFailure(failure); in DEF_TEST() local
/external/chromium_org/third_party/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp219 double newT = binary_search(cubic, step, pt, t, &iters); in DEF_TEST() local
265 double newT = binary_search(cubic, 0.1, pt, t, &iters); in testOneFailure() local
273 double newT = testOneFailure(failure); in DEF_TEST() local
281 double newT = testOneFailure(failure); in DEF_TEST() local
/external/chromium_org/third_party/skia/src/pathops/
DSkIntersectionHelper.h45 int addT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) { in addT()
49 int addSelfT(const SkPoint& pt, double newT) { in addSelfT()
DSkOpContour.h80 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { in addT()
85 int addSelfT(int segIndex, const SkPoint& pt, double newT) { in addSelfT()
DSkDCubicToQuads.cpp107 double newT = start + (index / parts) * (end - start); in addTs() local
DSkPathOpsCubic.cpp158 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots() local
DSkOpSegment.cpp552 int SkOpSegment::addT(SkOpSegment* other, const SkPoint& pt, double newT) { in addT()
812 int SkOpSegment::addSelfT(const SkPoint& pt, double newT) { in addSelfT()
973 void SkOpSegment::alignSpan(const SkPoint& newPt, double newT, const SkOpSegment* other, in alignSpan()
/external/skia/src/pathops/
DSkIntersectionHelper.h45 int addT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) { in addT()
49 int addSelfT(const SkPoint& pt, double newT) { in addSelfT()
DSkOpContour.h80 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { in addT()
85 int addSelfT(int segIndex, const SkPoint& pt, double newT) { in addSelfT()
DSkDCubicToQuads.cpp107 double newT = start + (index / parts) * (end - start); in addTs() local
DSkPathOpsCubic.cpp158 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots() local
DSkOpSegment.cpp548 int SkOpSegment::addT(SkOpSegment* other, const SkPoint& pt, double newT) { in addT()
804 int SkOpSegment::addSelfT(const SkPoint& pt, double newT) { in addSelfT()
940 void SkOpSegment::alignSpan(const SkPoint& newPt, double newT, const SkOpSegment* other, in alignSpan()
/external/chromium_org/third_party/skia/include/core/
DSkTArray.h181 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in push_back() local
190 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in push_back() local
/external/skia/include/core/
DSkTArray.h181 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in push_back() local
190 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in push_back() local
/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicToQuadratics.cpp133 double newT = start + (index / parts) * (end - start); in addTs() local
DSimplify.cpp1673 int addT(Segment* other, const SkPoint& pt, double& newT) { in addT()
1910 int addSelfT(Segment* other, const SkPoint& pt, double& newT) { in addSelfT()
1917 int addUnsortableT(Segment* other, bool start, const SkPoint& pt, double& newT) { in addUnsortableT()
4556 int addT(int segIndex, Contour* other, int otherIndex, const SkPoint& pt, double& newT) { in addT()
4561 int addSelfT(int segIndex, Contour* other, int otherIndex, const SkPoint& pt, double& newT) { in addSelfT()
4567 const SkPoint& pt, double& newT) { in addUnsortableT()
5254 int addT(const Work& other, const SkPoint& pt, double& newT) { in addT()
5258 int addSelfT(const Work& other, const SkPoint& pt, double& newT) { in addSelfT()
5262 int addUnsortableT(const Work& other, bool start, const SkPoint& pt, double& newT) { in addUnsortableT()
/external/skia/experimental/Intersection/
DCubicToQuadratics.cpp133 double newT = start + (index / parts) * (end - start); in addTs() local
DSimplify.cpp1673 int addT(Segment* other, const SkPoint& pt, double& newT) { in addT()
1910 int addSelfT(Segment* other, const SkPoint& pt, double& newT) { in addSelfT()
1917 int addUnsortableT(Segment* other, bool start, const SkPoint& pt, double& newT) { in addUnsortableT()
4556 int addT(int segIndex, Contour* other, int otherIndex, const SkPoint& pt, double& newT) { in addT()
4561 int addSelfT(int segIndex, Contour* other, int otherIndex, const SkPoint& pt, double& newT) { in addSelfT()
4567 const SkPoint& pt, double& newT) { in addUnsortableT()
5254 int addT(const Work& other, const SkPoint& pt, double& newT) { in addT()
5258 int addSelfT(const Work& other, const SkPoint& pt, double& newT) { in addSelfT()
5262 int addUnsortableT(const Work& other, bool start, const SkPoint& pt, double& newT) { in addUnsortableT()