OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsFound
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp
155
SkSTArray<kTestCount * 2, double, true>
tsFound
;
170
tsFound
.push_back(rootTs[0][idx2]);
173
int tCount =
tsFound
.count();
179
tMin = tMax =
tsFound
[0];
182
SkTQSort<double>(
tsFound
.begin(),
tsFound
.end() - 1);
183
tMin =
tsFound
[0];
184
tMax =
tsFound
[
tsFound
.count() - 1];
202
dxy2 = q2.dxdyAtT(
tsFound
[index])
[
all
...]
/external/skia/src/pathops/
SkDQuadIntersection.cpp
155
SkSTArray<kTestCount * 2, double, true>
tsFound
;
170
tsFound
.push_back(rootTs[0][idx2]);
173
int tCount =
tsFound
.count();
179
tMin = tMax =
tsFound
[0];
182
SkTQSort<double>(
tsFound
.begin(),
tsFound
.end() - 1);
183
tMin =
tsFound
[0];
184
tMax =
tsFound
[
tsFound
.count() - 1];
202
dxy2 = q2.dxdyAtT(
tsFound
[index])
[
all
...]
Completed in 24 milliseconds