Lines Matching defs:px
57 guchar *px;
65 guchar const *px;
334 unsigned char *px = g_new(guchar, num_rows * stride);
337 px, CAIRO_FORMAT_ARGB32, ebp->width, num_rows, stride);
348 *to_free = px;
352 convert_pixels_argb32_to_pixbuf(px, ebp->width, num_rows, stride);
355 rows[r] = px + r * stride;
419 Geom::Point translation = Geom::Point(-area[Geom::X][0], area[Geom::Y][1] - doc->getHeight().value("px"));
470 ebp.px = g_try_new(guchar, 4 * ebp.sheight * width);
472 if (ebp.px) {
474 g_free(ebp.px);