Searched defs:tsCount (Results 1 - 4 of 4) sorted by last modified time

/external/skia/tests/
H A DPathOpsCubicQuadIntersectionTest.cpp153 int tsCount = ts.count(); local
154 for (int i1 = 0; i1 <= tsCount; ++i1) {
155 const double tEnd = i1 < tsCount ? ts[i1] : 1;
/external/skia/experimental/Intersection/
H A DCubicToQuadratics.cpp96 int tsCount = ts.count(); local
99 for (int idx = 0; idx <= tsCount; ++idx) {
100 double t1 = idx < tsCount ? ts[idx] : 1;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicToQuadratics.cpp96 int tsCount = ts.count(); local
99 for (int idx = 0; idx <= tsCount; ++idx) {
100 double t1 = idx < tsCount ? ts[idx] : 1;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicQuadIntersectionTest.cpp153 int tsCount = ts.count(); local
154 for (int i1 = 0; i1 <= tsCount; ++i1) {
155 const double tEnd = i1 < tsCount ? ts[i1] : 1;

Completed in 186 milliseconds