Searched defs:pixels (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/extension/internal/
H A Dmetafile-inout.h50 pixel_t *pixels; member in struct:Inkscape::Extension::Internal::__anon63
H A Dmetafile-print.cpp315 void PrintMetafile::swapRBinRGBA(char *px, int pixels) argument
318 for (int i = 0; i < pixels * 4; px += 4, i += 4) {
H A Dcairo-render-context.cpp707 unsigned char *pixels = cairo_image_surface_get_data(mask_image); local
720 unsigned char *row_data = pixels + (row * stride);
/inkscape/src/
H A Dsp-cursor.cpp27 static void free_cursor_data(unsigned char *pixels, void* /*data*/) { argument
28 delete [] reinterpret_cast<guint32*>(pixels);
H A Dsplivarot.cpp1538 sp_selected_path_offset_screen(SPDesktop *desktop, double pixels) argument
1540 sp_selected_path_do_offset(desktop, true, pixels / desktop->current_zoom());
1544 sp_selected_path_inset_screen(SPDesktop *desktop, double pixels) argument
1546 sp_selected_path_do_offset(desktop, false, pixels / desktop->current_zoom());
H A Dtext-editing.cpp1074 sp_te_adjust_rotation_screen(SPItem *text, Inkscape::Text::Layout::iterator const &start, Inkscape::Text::Layout::iterator const &end, SPDesktop *desktop, gdouble pixels) argument
1090 gdouble degrees = (180/M_PI) * atan2(pixels, source_item->parent->style->font_size.computed / factor);
1184 // so that the entire line is expanded by by pixels, no matter what its length
1256 // so that the entire object is expanded by by pixels
/inkscape/src/trace/
H A Dimagemap.h74 unsigned long *pixels; member in struct:GrayMap_def
160 * The allocated array of pixels
162 unsigned long *pixels; member in struct:PackedPixelMap_def
165 * Pointers to the beginning of each row of pixels
256 * The allocated array of pixels
258 RGB *pixels; member in struct:RgbMap_def
261 * Pointers to the beginning of each row of pixels
344 * The allocated array of pixels
346 unsigned int *pixels; member in struct:IndexedMap_def
349 * Pointers to the beginning of each row of pixels
[all...]
/inkscape/src/display/
H A Ddrawing-image.cpp202 unsigned char *const pixels = _pixbuf->pixels(); local
221 unsigned char *pix_ptr = pixels + iy * rowstride + ix * 4;
H A Ddrawing-surface.cpp30 * and the "physical space" (surface pixels). For example, patterns
41 * When a drawing context is created for this surface, its pixels
53 * When a drawing context is created for this surface, its pixels
55 * the number of pixels specified by the second argument.
97 DrawingSurface::pixels() const function in class:Inkscape::DrawingSurface
H A Dnr-filter.cpp401 void Filter::set_resolution(double const pixels) { argument
402 if (pixels > 0) {
403 _x_pixels = pixels;
404 _y_pixels = pixels;
H A Dcairo-utils.cpp125 * The pixels formats of Cairo and GdkPixbuf are different.
126 * GdkPixbuf accesses pixels as bytes, alpha is not premultiplied,
128 * Cairo accesses pixels as 32-bit ints, alpha is premultiplied,
146 * the pixels are converted in place to the Cairo or the GdkPixbuf format.
420 guchar const *Pixbuf::pixels() const { function in class:Inkscape::Pixbuf
423 guchar *Pixbuf::pixels() { function in class:Inkscape::Pixbuf
853 * the alpha values of pixels from @a s.
1151 guchar *pixels = cairo_image_surface_get_data(s); local
1156 convert_pixels_argb32_to_pixbuf(pixels, w, h, rs);
1159 pixels, GDK_COLORSPACE_RG
[all...]
/inkscape/src/ui/dialog/
H A Dclonetiler.cpp2987 gdouble const pixels = Inkscape::Util::Quantity::convert(raw_dist, unit, "px"); local
2990 prefs->setDouble(prefs_path + "fillwidth", pixels);
2997 gdouble const pixels = Inkscape::Util::Quantity::convert(raw_dist, unit, "px"); local
3000 prefs->setDouble(prefs_path + "fillheight", pixels);

Completed in 2286 milliseconds