/inkscape/src/extension/internal/ |
H A D | cairo-png-out.h | 28 bool check(Inkscape::Extension::Extension *module);
|
H A D | cairo-renderer-pdf-out.h | 28 bool check(Inkscape::Extension::Extension *module);
|
H A D | cairo-ps-out.h | 31 bool check(Inkscape::Extension::Extension *module); 43 bool check(Inkscape::Extension::Extension *module);
|
H A D | latex-pstricks-out.h | 27 bool check(Inkscape::Extension::Extension *module); //Can this module load (always yes for now)
|
H A D | cairo-png-out.cpp | 46 bool CairoRendererOutput::check(Inkscape::Extension::Extension * /*module*/) function in class:Inkscape::Extension::Internal::CairoRendererOutput
|
H A D | javafx-out.h | 53 virtual bool check (Inkscape::Extension::Extension * module);
|
H A D | latex-pstricks-out.cpp | 42 bool LatexOutput::check(Inkscape::Extension::Extension * /*module*/) function in class:Inkscape::Extension::Internal::LatexOutput
|
H A D | pov-out.h | 56 bool check (Inkscape::Extension::Extension * module);
|
H A D | cairo-ps-out.cpp | 49 bool CairoPsOutput::check (Inkscape::Extension::Extension * /*module*/) function in class:Inkscape::Extension::Internal::CairoPsOutput 58 bool CairoEpsOutput::check (Inkscape::Extension::Extension * /*module*/) function in class:Inkscape::Extension::Internal::CairoEpsOutput
|
/inkscape/share/extensions/Barcode/ |
H A D | Code93.py | 84 check = 0 86 check = check + (MAP[char] * weight) 92 return PALLET[check % 47]
|
H A D | Rm4scc.py | 65 check = ['ZUVWXY','501234','B6789A','HCDEFG','NIJKLM','TOPQRS'] variable 88 # given a string of data, return the check character 116 checkchar = check[total_upper][total_lower]
|
/inkscape/src/ |
H A D | selection-describer.cpp | 45 GSList *check = NULL; local 53 if (term != NULL && g_slist_find (check, term) == NULL) { 54 check = g_slist_prepend (check, (void *) term); 66 GSList *check = NULL; local 72 if (term != NULL && g_slist_find (check, term) == NULL) { 73 check = g_slist_prepend (check, (void *) term);
|
/inkscape/src/display/ |
H A D | drawing-context.cpp | 133 cairo_pattern_t *check = ink_cairo_pattern_create_checkerboard(); local 134 cairo_set_source(_ct, check); 135 cairo_pattern_destroy(check);
|
/inkscape/src/extension/ |
H A D | dependency.h | 60 bool check (void) const;
|
H A D | input.h | 49 virtual bool check (void);
|
H A D | output.h | 38 virtual bool check (void);
|
H A D | print.cpp | 31 Print::check () function in class:Inkscape::Extension::Print 33 return Extension::check();
|
H A D | output.cpp | 113 class' check function which also checks out the implmentation. 116 Output::check (void) function in class:Inkscape::Extension::Output 123 return Extension::check();
|
H A D | input.cpp | 119 class' check function which also checks out the implmentation. 122 Input::check (void) function in class:Inkscape::Extension::Input 129 return Extension::check();
|
H A D | print.h | 37 virtual bool check (void);
|
H A D | effect.h | 110 virtual bool check (void);
|
/inkscape/src/extension/implementation/ |
H A D | xslt.h | 45 bool check(Inkscape::Extension::Extension *module);
|
H A D | implementation.h | 97 virtual bool check(Inkscape::Extension::Extension * /*module*/) { return true; } function in class:Inkscape::Extension::Implementation::Implementation
|
/inkscape/src/widgets/ |
H A D | gradient-image.cpp | 149 cairo_pattern_t *check = ink_cairo_pattern_create_checkerboard(); local 150 cairo_set_source(ct, check); 152 cairo_pattern_destroy(check); 180 cairo_pattern_t *check = ink_cairo_pattern_create_checkerboard(); local 181 cairo_set_source(ct, check); 183 cairo_pattern_destroy(check);
|
/inkscape/src/ui/widget/ |
H A D | panel.cpp | 244 Gtk::CheckMenuItem *check = Gtk::manage(new Gtk::CheckMenuItem(wrap_label)); local 245 check->set_active(panel_wrap); 246 _menu->append(*check); 247 _non_vertical.push_back(check); 249 check->signal_toggled().connect(sigc::bind<Gtk::CheckMenuItem*>(sigc::mem_fun(*this, &Panel::_wrapToggled), check));
|