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

/inkscape/src/widgets/
H A Dicon.cpp1514 int bytesPerPixel = 4; local
1524 ptr += bytesPerPixel * (spacing - 1);
1530 guchar *ptr = px + ((height-1) * stride) + ((width - 1) * bytesPerPixel);

Completed in 20 milliseconds