Searched defs:method (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-fillet-chamfer.h69 EnumParam<FilletMethod> method; member in class:Inkscape::LivePathEffect::LPEFilletChamfer
H A Dlpe-dynastroke.h48 EnumParam<DynastrokeMethod> method; member in class:Inkscape::LivePathEffect::LPEDynastroke
H A Dlpe-roughen.h56 EnumParam<DivisionMethod> method; member in class:Inkscape::LivePathEffect::LPERoughen
/inkscape/src/io/
H A Dinkjar.cpp194 bool JarFile::check_compression_method(guint16 method, guint16 flags) argument
196 return !(method != 8 && flags & 0x0008);
216 guint16 method = UNPACK_UB2(bytes, LOC_COMP); local
233 std::printf("Compression method is %#hx\n", method);
257 if (!check_compression_method(method, flags)) {
262 if (method == 8 || flags & 0x0008) {
272 } else if (method == 0) {
/inkscape/src/extension/
H A Dsystem.cpp584 get_file_save_extension (Inkscape::Extension::FileSaveMethod method) { argument
587 switch (method) {
611 get_file_save_path (SPDocument *doc, FileSaveMethod method) { argument
615 switch (method) {
663 store_file_extension_in_prefs (Glib::ustring extension, FileSaveMethod method) { argument
665 switch (method) {
681 store_save_path_in_prefs (Glib::ustring path, FileSaveMethod method) { argument
683 switch (method) {
/inkscape/src/ui/tools/
H A Dflood-tool.cpp205 * @param method The fill method to use as defined in PaintBucketChannels.
207 static bool compare_pixels(guint32 check, guint32 orig, guint32 merged_orig_pixel, guint32 dtc, int threshold, PaintBucketChannels method) argument
224 if ((method == FLOOD_CHANNELS_H) ||
225 (method == FLOOD_CHANNELS_S) ||
226 (method == FLOOD_CHANNELS_L)) {
233 switch (method) {
302 PaintBucketChannels method; member in struct:Inkscape::UI::Tools::bitmap_coords_info
325 if (compare_pixels(pixel, orig_color, bci.merged_orig_pixel, bci.dtc, bci.threshold, bci.method)) {
816 PaintBucketChannels method local
[all...]

Completed in 47 milliseconds