OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsFound
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp
154
SkSTArray<kTestCount * 2, double, true>
tsFound
;
172
tsFound
.push_back(rootTs[0][idx2]);
175
int tCount =
tsFound
.count();
181
tMin = tMax =
tsFound
[0];
184
SkTQSort<double>(
tsFound
.begin(),
tsFound
.end() - 1);
185
tMin =
tsFound
[0];
186
tMax =
tsFound
[
tsFound
.count() - 1];
204
dxy2 = q2.dxdyAtT(
tsFound
[index])
[
all
...]
/external/skia/src/pathops/
SkDQuadIntersection.cpp
154
SkSTArray<kTestCount * 2, double, true>
tsFound
;
172
tsFound
.push_back(rootTs[0][idx2]);
175
int tCount =
tsFound
.count();
181
tMin = tMax =
tsFound
[0];
184
SkTQSort<double>(
tsFound
.begin(),
tsFound
.end() - 1);
185
tMin =
tsFound
[0];
186
tMax =
tsFound
[
tsFound
.count() - 1];
204
dxy2 = q2.dxdyAtT(
tsFound
[index])
[
all
...]
/external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticImplicit.cpp
163
SkTDArray<double>
tsFound
;
178
*
tsFound
.append() = rootTs.fT[0][idx2];
181
int tCount =
tsFound
.count();
187
tMin = tMax =
tsFound
[0];
189
QSort<double>(
tsFound
.begin(),
tsFound
.end() - 1);
190
tMin =
tsFound
[0];
191
tMax =
tsFound
[
tsFound
.count() - 1];
210
dxy2 = dxdy_at_t(q2,
tsFound
[index])
[
all
...]
/external/skia/experimental/Intersection/
QuadraticImplicit.cpp
163
SkTDArray<double>
tsFound
;
178
*
tsFound
.append() = rootTs.fT[0][idx2];
181
int tCount =
tsFound
.count();
187
tMin = tMax =
tsFound
[0];
189
QSort<double>(
tsFound
.begin(),
tsFound
.end() - 1);
190
tMin =
tsFound
[0];
191
tMax =
tsFound
[
tsFound
.count() - 1];
210
dxy2 = dxdy_at_t(q2,
tsFound
[index])
[
all
...]
Completed in 193 milliseconds