OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bestSeg
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp
47
SkOpSegment*
bestSeg
= NULL;
70
bestSeg
= NULL;
95
bestSeg
= testSeg;
104
if (!
bestSeg
) {
107
if (
bestSeg
->windSum(bestTIndex) == SK_MinS32) {
108
*currentPtr =
bestSeg
;
110
*endIndexPtr =
bestSeg
->nextSpan(bestTIndex, 1);
115
result =
bestSeg
->windingAtT(*bestHit, bestTIndex, bestOpp, bestDx);
/external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp
[
all
...]
Completed in 99 milliseconds