HomeSort by relevance Sort by last modified time
    Searched refs:orderable (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/img_utils/src/
Orderable.cpp 17 #include <img_utils/Orderable.h>
25 bool Orderable::operator op (const Orderable& orderable) const { \
26 return getComparableValue() op orderable.getComparableValue(); \
36 Orderable::~Orderable() {}
TiffWriter.cpp 38 bool Orderable::operator op (const Orderable& orderable) const { \
39 return getComparableValue() op orderable.getComparableValue(); \
  /frameworks/av/media/img_utils/include/img_utils/
Orderable.h 27 inline bool operator op (const Orderable& orderable) const;
30 * Subclasses of Orderable can be compared and sorted. This is
34 class ANDROID_API Orderable {
36 virtual ~Orderable();
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.h 115 bool orderable(const SkOpAngle& rh) const; // false == this < rh ; true == this > rh
137 mutable bool fUnorderable; // this is editable by orderable()
SkOpAngle.cpp 118 lrOrder = (int) lh.orderable(rh);
126 ltOrder = (int) lh.orderable(*this);
133 trOrder = (int) orderable(rh);
573 bool orderable = best->orderable(*angle); // note: may return an unorderable angle local
574 if (orderable == 0) {
808 bool SkOpAngle::orderable(const SkOpAngle& rh) const { function in class:SkOpAngle
    [all...]
  /external/skia/src/pathops/
SkOpAngle.h 115 bool orderable(const SkOpAngle& rh) const; // false == this < rh ; true == this > rh
137 mutable bool fUnorderable; // this is editable by orderable()
SkOpAngle.cpp 118 lrOrder = (int) lh.orderable(rh);
126 ltOrder = (int) lh.orderable(*this);
133 trOrder = (int) orderable(rh);
573 bool orderable = best->orderable(*angle); // note: may return an unorderable angle local
574 if (orderable == 0) {
808 bool SkOpAngle::orderable(const SkOpAngle& rh) const { function in class:SkOpAngle
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsAngleTest.cpp 202 static int Orderable(const SkOpAngle& lh, const SkOpAngle& rh) {
203 return lh.orderable(rh);
267 PathOpsAngleTester::Orderable(*segment[0].debugLastAngle(), *segment[1].debugLastAngle());
  /external/skia/tests/
PathOpsAngleTest.cpp 202 static int Orderable(const SkOpAngle& lh, const SkOpAngle& rh) {
203 return lh.orderable(rh);
267 PathOpsAngleTester::Orderable(*segment[0].debugLastAngle(), *segment[1].debugLastAngle());

Completed in 124 milliseconds