Lines Matching defs:components
1285 int res, image_width, net_width, components;
1353 components = (format & SAVE_24BITS) ? 3 : 1;
1361 components)) == NULL)
1376 pp2 = alloc_pixmap (320, HEIGHT - BOTTOM_MARGIN - 1, components);
1378 pp2 = alloc_pixmap (net_width - 1, 373, components);
1412 #define GET_COMP(pp, x, y, c) (pp->planes[((x) + (y)*pp->width)*pp->components + (c)])
1433 result->components = d;
1453 DBG (10, "alloc_pixmap: error: cannot handle %d components\n", d);
1480 if (p->components == 1)
1518 * components at the same time. Maybe this will be implemented later.
1521 && source->components == dest->components)
1540 for (component = 0; component < source->components;
1581 * components at the same time. Maybe this will be implemented later.
1584 && source->components == dest->components)
1603 for (component = 0; component < source->components;