Searched defs:orderable (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc487 std::vector<ELF::Phdr*> orderable; local
489 // Collect together orderable program headers. These are all the LOAD
497 orderable.push_back(program_header);
504 for (size_t i = 1; i < orderable.size(); ++i) {
506 ELF::Phdr* first = orderable[j - 1];
507 ELF::Phdr* second = orderable[j];
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.cpp118 lrOrder = (int) lh.orderable(rh);
126 ltOrder = (int) lh.orderable(*this);
133 trOrder = (int) orderable(rh);
570 bool orderable = best->orderable(*angle); // note: may return an unorderable angle local
571 if (orderable == 0) {
805 bool SkOpAngle::orderable(const SkOpAngle& rh) const { function in class:SkOpAngle
/external/skia/src/pathops/
H A DSkOpAngle.cpp118 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

Completed in 2062 milliseconds