Searched refs:logic (Results 1 - 4 of 4) sorted by relevance
| /inkscape/src/extension/internal/ |
| H A D | emf-inout.h | 215 static void add_clips(PEMF_CALLBACK_DATA d, const char *clippath, unsigned int logic);
|
| H A D | wmf-inout.h | 204 static void add_clips(PWMF_CALLBACK_DATA d, const char *clippath, unsigned int logic);
|
| H A D | emf-inout.cpp | 741 void Emf::add_clips(PEMF_CALLBACK_DATA d, const char *clippath, unsigned int logic){ argument 742 int op = combine_ops_to_livarot(logic); 1733 // std::cout << "BEFORE DRAW logic d->mask: " << std::hex << d->mask << " emr_mask: " << emr_mask << std::dec << std::endl; 1782 // std::cout << "AFTER DRAW logic d->mask: " << std::hex << d->mask << " emr_mask: " << emr_mask << std::dec << std::endl; 2882 int logic = pEmr->iMode; local 2884 if ((logic < U_RGN_MIN) || (logic > U_RGN_MAX)){ break; } 2885 add_clips(d, d->path.c_str(), logic); // finds an existing one or stores this, sets clip_id
|
| H A D | wmf-inout.cpp | 650 void Wmf::add_clips(PWMF_CALLBACK_DATA d, const char *clippath, unsigned int logic){ argument 651 int op = combine_ops_to_livarot(logic); 1759 //std::cout << "BEFORE DRAW logic d->mask: " << std::hex << d->mask << " wmr_mask: " << wmr_mask << std::dec << std::endl; 1799 // std::cout << "AFTER DRAW logic d->mask: " << std::hex << d->mask << " wmr_mask: " << wmr_mask << std::dec << std::endl;
|
Completed in 40 milliseconds