Searched refs:fSide (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.h132 RectLessThan(SkRTree::SortSide side) : fSide(side) { }
134 return lhs.fBounds.*fSide < rhs.fBounds.*fSide;
137 const SkRTree::SortSide fSide; member in struct:SkRTree::RectLessThan
/external/skia/src/core/
H A DSkRTree.h132 RectLessThan(SkRTree::SortSide side) : fSide(side) { }
134 return lhs.fBounds.*fSide < rhs.fBounds.*fSide;
137 const SkRTree::SortSide fSide; member in struct:SkRTree::RectLessThan
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.h123 double fSide; member in class:SkOpAngle
H A DSkOpAngle.cpp830 if (fUnorderable || approximately_zero(rh.fSide)) {
837 if (rh.fUnorderable || approximately_zero(fSide)) {
991 fSide = 0;
1001 fSide = 0;
1008 fSide = -tangentPart.pointDistance(fCurvePart[2]); // not normalized -- compare sign only
1013 fSide = -tangentPart.pointDistance(fCurvePart[3]);
1051 fSide = -bestSide; // compare sign only
/external/skia/src/pathops/
H A DSkOpAngle.h123 double fSide; member in class:SkOpAngle
H A DSkOpAngle.cpp830 if (fUnorderable || approximately_zero(rh.fSide)) {
837 if (rh.fUnorderable || approximately_zero(fSide)) {
991 fSide = 0;
1001 fSide = 0;
1008 fSide = -tangentPart.pointDistance(fCurvePart[2]); // not normalized -- compare sign only
1013 fSide = -tangentPart.pointDistance(fCurvePart[3]);
1051 fSide = -bestSide; // compare sign only
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp717 if (fSide * rh.fSide <= 0 && (!approximately_zero(fSide)
718 || !approximately_zero(rh.fSide))) {
722 // SkASSERT(fSide != rh.fSide);
723 return fSide < rh.fSide;
808 return fSide < 0;
811 return fSide >
988 double fSide; variable
[all...]
/external/skia/experimental/Intersection/
H A DSimplify.cpp717 if (fSide * rh.fSide <= 0 && (!approximately_zero(fSide)
718 || !approximately_zero(rh.fSide))) {
722 // SkASSERT(fSide != rh.fSide);
723 return fSide < rh.fSide;
808 return fSide < 0;
811 return fSide >
988 double fSide; variable
[all...]

Completed in 186 milliseconds