Searched defs:check (Results 1 - 25 of 27) sorted by relevance

12

/inkscape/share/extensions/Barcode/
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/extension/internal/
H A Dcairo-png-out.cpp46 bool CairoRendererOutput::check(Inkscape::Extension::Extension * /*module*/) function in class:Inkscape::Extension::Internal::CairoRendererOutput
H A Dlatex-pstricks-out.cpp42 bool LatexOutput::check(Inkscape::Extension::Extension * /*module*/) function in class:Inkscape::Extension::Internal::LatexOutput
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
H A Dcairo-renderer-pdf-out.cpp48 bool CairoRendererPdfOutput::check(Inkscape::Extension::Extension * /*module*/) function in class:Inkscape::Extension::Internal::CairoRendererPdfOutput
H A Djavafx-out.cpp940 bool JavaFXOutput::check (Inkscape::Extension::Extension */*module*/) function in class:Inkscape::Extension::Internal::JavaFXOutput
H A Dpov-out.cpp692 bool PovOutput::check (Inkscape::Extension::Extension */*module*/) function in class:Inkscape::Extension::Internal::PovOutput
H A Dodf.cpp1034 //### First, check for metadata
2156 bool OdfOutput::check (Inkscape::Extension::Extension */*module*/) function in class:Inkscape::Extension::Internal::OdfOutput
H A Dwmf-inout.cpp83 Wmf::check (Inkscape::Extension::Extension * /*module*/) function in class:Inkscape::Extension::Internal::Wmf
1691 /* Currently this is a weaker check than for EMF, it only checks the size of the constant part
/inkscape/src/extension/
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 Ddependency.cpp133 bool Dependency::check (void) const function in class:Inkscape::Extension::Dependency
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.cpp31 Print::check () function in class:Inkscape::Extension::Print
33 return Extension::check();
H A Deffect.cpp222 Effect::check (void) function in class:Inkscape::Extension::Effect
224 if (!Extension::check()) {
H A Dextension.cpp117 } /* check command as a dependency (see LP #505920) */
245 \brief A function to check the validity of the extension
250 implmentation to do a check of itself.
252 On each check, if there is a failure, it will print a message to the
260 Extension::check (void) function in class:Inkscape::Extension::Extension
299 if (_deps[i]->check() == FALSE) {
308 return imp->check(this);
376 makes it so that we don't have to continually check if there is an
/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/implementation/
H A Dimplementation.h97 virtual bool check(Inkscape::Extension::Extension * /*module*/) { return true; } function in class:Inkscape::Extension::Implementation::Implementation
H A Dxslt.cpp93 bool XSLT::check(Inkscape::Extension::Extension *module) function in class:Inkscape::Extension::Implementation::XSLT
H A Dscript.cpp213 the check command. It can look in the path if required.
216 The first thing that this function does is check to see if the
303 /* This should probably check to find the executable... */
352 \return Whether the check passed or not
357 bool Script::check(Inkscape::Extension::Extension *module) function in class:Inkscape::Extension::Implementation::Script
366 if (!strcmp(child_repr->name(), INKSCAPE_EXTENSION_NS "check")) {
/inkscape/src/svg/
H A Dsvg-color.cpp399 * this check wrapper. */
410 guint32 const check = internal_sp_svg_read_color(buf, &buf_end, 1); local
411 assert(check == ret
/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);
H A Dink-comboboxentry-action.cpp452 // Add signal for GtkEntry to check if finished typing.
521 // Set active row, check that combobox has been created.
757 gboolean check = true; // If true, font-family is on system. local
759 gtk_tree_model_get( action->model, &iter, 2, &check, -1 );
762 if( check ) {
873 // Get text from entry box.. check if it matches a menu entry.
/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/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));
/inkscape/src/ui/dialog/
H A Dswatches.cpp418 // very simple check for header versus entry
948 cairo_pattern_t *check = ink_cairo_pattern_create_checkerboard(); local
950 cairo_set_source(ct, check);
957 cairo_pattern_destroy(check);

Completed in 1313 milliseconds

12