Home
last modified time | relevance | path

Searched refs:orderable (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
DSkOpAngle.cpp118 lrOrder = (int) lh.orderable(rh); in after()
126 ltOrder = (int) lh.orderable(*this); in after()
133 trOrder = (int) orderable(rh); in after()
570 bool orderable = best->orderable(*angle); // note: may return an unorderable angle in findFirst() local
571 if (orderable == 0) { in findFirst()
805 bool SkOpAngle::orderable(const SkOpAngle& rh) const { in orderable() function in SkOpAngle
DSkOpAngle.h115 bool orderable(const SkOpAngle& rh) const; // false == this < rh ; true == this > rh
/external/skia/src/pathops/
DSkOpAngle.cpp118 lrOrder = (int) lh.orderable(rh); in after()
126 ltOrder = (int) lh.orderable(*this); in after()
133 trOrder = (int) orderable(rh); in after()
573 bool orderable = best->orderable(*angle); // note: may return an unorderable angle in findFirst() local
574 if (orderable == 0) { in findFirst()
808 bool SkOpAngle::orderable(const SkOpAngle& rh) const { in orderable() function in SkOpAngle
DSkOpAngle.h115 bool orderable(const SkOpAngle& rh) const; // false == this < rh ; true == this > rh
/external/chromium_org/tools/relocation_packer/src/
Delf_file.cc487 std::vector<ELF::Phdr*> orderable; in SortOrderSensitiveProgramHeaders() local
497 orderable.push_back(program_header); in SortOrderSensitiveProgramHeaders()
504 for (size_t i = 1; i < orderable.size(); ++i) { in SortOrderSensitiveProgramHeaders()
506 ELF::Phdr* first = orderable[j - 1]; in SortOrderSensitiveProgramHeaders()
507 ELF::Phdr* second = orderable[j]; in SortOrderSensitiveProgramHeaders()
/external/chromium_org/third_party/skia/tests/
DPathOpsAngleTest.cpp203 return lh.orderable(rh); in Orderable()
/external/skia/tests/
DPathOpsAngleTest.cpp203 return lh.orderable(rh); in Orderable()