Searched refs:_pixels (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/display/
H A Ddrawing-surface.cpp48 , _pixels(area.dimensions())
63 , _pixels(pixdims)
77 _pixels[X] = cairo_image_surface_get_width(surface);
78 _pixels[Y] = cairo_image_surface_get_height(surface);
99 return _pixels;
106 Geom::Point logical_dims(_pixels[X] / _scale[X], _pixels[Y] / _scale[Y]);
156 _surface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32, _pixels[X], _pixels[Y]);
169 Geom::IntRect ret = Geom::IntRect::from_xywh(_origin.round(), _pixels);
[all...]
H A Ddrawing-surface.h56 Geom::IntPoint _pixels; member in class:Inkscape::DrawingSurface

Completed in 799 milliseconds