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

/inkscape/src/display/
H A Dcairo-templates.h384 : _px(cairo_image_surface_get_data(surface))
395 unsigned char *px = _px + y*_stride + x;
398 unsigned char *px = _px + y*_stride + x*4;
404 unsigned char *px = _px + y*_stride + x;
407 unsigned char *px = _px + y*_stride + x*4;
424 unsigned char *pxi = _px + yi*_stride + xi*4;
457 unsigned char *pxu = _px + yi*_stride + xi;
462 unsigned char *pxi = _px + yi*_stride + xi*4;
617 unsigned char *_px; member in struct:SurfaceSynth
635 , _px(cairo_image_surface_get_dat
[all...]

Completed in 53 milliseconds