Searched refs:check (Results 1 - 25 of 47) sorted by relevance

12

/inkscape/src/extension/internal/
H A Dcairo-png-out.h28 bool check(Inkscape::Extension::Extension *module);
H A Dcairo-renderer-pdf-out.h28 bool check(Inkscape::Extension::Extension *module);
H A Dcairo-ps-out.h31 bool check(Inkscape::Extension::Extension *module);
43 bool check(Inkscape::Extension::Extension *module);
H A Dlatex-pstricks-out.h27 bool check(Inkscape::Extension::Extension *module); //Can this module load (always yes for now)
H A Dcairo-png-out.cpp46 bool CairoRendererOutput::check(Inkscape::Extension::Extension * /*module*/) function in class:Inkscape::Extension::Internal::CairoRendererOutput
H A Djavafx-out.h53 virtual bool check (Inkscape::Extension::Extension * module);
H A Dlatex-pstricks-out.cpp42 bool LatexOutput::check(Inkscape::Extension::Extension * /*module*/) function in class:Inkscape::Extension::Internal::LatexOutput
H A Dpov-out.h56 bool check (Inkscape::Extension::Extension * module);
H A Dcairo-ps-out.cpp49 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 DCode93.py84 check = 0
86 check = check + (MAP[char] * weight)
92 return PALLET[check % 47]
H A DRm4scc.py65 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 Dselection-describer.cpp45 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 Ddrawing-context.cpp133 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 Ddependency.h60 bool check (void) const;
H A Dinput.h49 virtual bool check (void);
H A Doutput.h38 virtual bool check (void);
H A Dprint.cpp31 Print::check () function in class:Inkscape::Extension::Print
33 return Extension::check();
H A Doutput.cpp113 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 Dinput.cpp119 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 Dprint.h37 virtual bool check (void);
H A Deffect.h110 virtual bool check (void);
/inkscape/src/extension/implementation/
H A Dxslt.h45 bool check(Inkscape::Extension::Extension *module);
H A Dimplementation.h97 virtual bool check(Inkscape::Extension::Extension * /*module*/) { return true; } function in class:Inkscape::Extension::Implementation::Implementation
/inkscape/src/widgets/
H A Dgradient-image.cpp149 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 Dpanel.cpp244 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));

Completed in 89 milliseconds

12