/inkscape/src/extension/internal/ |
H A D | metafile-inout.h | 50 pixel_t *pixels; member in struct:Inkscape::Extension::Internal::__anon63
|
H A D | metafile-print.cpp | 315 void PrintMetafile::swapRBinRGBA(char *px, int pixels) argument 318 for (int i = 0; i < pixels * 4; px += 4, i += 4) {
|
H A D | cairo-render-context.cpp | 707 unsigned char *pixels = cairo_image_surface_get_data(mask_image); local 720 unsigned char *row_data = pixels + (row * stride);
|
/inkscape/src/ |
H A D | sp-cursor.cpp | 27 static void free_cursor_data(unsigned char *pixels, void* /*data*/) { argument 28 delete [] reinterpret_cast<guint32*>(pixels);
|
H A D | splivarot.cpp | 1538 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 D | text-editing.cpp | 1074 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 D | imagemap.h | 74 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 D | drawing-image.cpp | 202 unsigned char *const pixels = _pixbuf->pixels(); local 221 unsigned char *pix_ptr = pixels + iy * rowstride + ix * 4;
|
H A D | drawing-surface.cpp | 30 * 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 D | nr-filter.cpp | 401 void Filter::set_resolution(double const pixels) { argument 402 if (pixels > 0) { 403 _x_pixels = pixels; 404 _y_pixels = pixels;
|
H A D | cairo-utils.cpp | 125 * 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 D | clonetiler.cpp | 2987 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);
|