Searched defs:newT (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkIntersectionHelper.h | 45 int addT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) { in addT() 49 int addSelfT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) { in addSelfT()
|
D | SkOpContour.h | 75 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { in addT() 80 int addSelfT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { in addSelfT()
|
D | SkDCubicToQuads.cpp | 108 double newT = start + (index / parts) * (end - start); in addTs() local
|
D | SkOpSegment.cpp | 410 int SkOpSegment::addT(SkOpSegment* other, const SkPoint& pt, double newT) { in addT() 646 int SkOpSegment::addSelfT(SkOpSegment* other, const SkPoint& pt, double newT) { in addSelfT()
|
/external/skia/src/pathops/ |
D | SkIntersectionHelper.h | 45 int addT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) { in addT() 49 int addSelfT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) { in addSelfT()
|
D | SkOpContour.h | 75 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { in addT() 80 int addSelfT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { in addSelfT()
|
D | SkDCubicToQuads.cpp | 108 double newT = start + (index / parts) * (end - start); in addTs() local
|
D | SkOpSegment.cpp | 410 int SkOpSegment::addT(SkOpSegment* other, const SkPoint& pt, double newT) { in addT() 646 int SkOpSegment::addSelfT(SkOpSegment* other, const SkPoint& pt, double newT) { in addSelfT()
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/ |
D | SweepSphere.java | 154 float newT = getLowestRoot(a, b, c, t); in collideWithVertex() local 187 float newT = getLowestRoot(a, b, c, t); in collideWithSegment() local 296 float newT; in collideWithTriangle() local
|
/external/skia/include/core/ |
D | SkTArray.h | 164 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in push_back() local 173 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in push_back() local
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkTArray.h | 164 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in push_back() local 173 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in push_back() local
|