Lines Matching refs:format
7 pixman_image_from_file (const char *filename, pixman_format_code_t format)
65 format, width, height, data, width * 4);
103 cairo_format_t format;
107 format = CAIRO_FORMAT_RGB24;
109 format = CAIRO_FORMAT_ARGB32;
113 format, width, height, stride);
135 pixman_format_code_t format;
149 format = pixman_image_get_format (image);
153 * has the a8r8g8b8_sRGB format.
155 switch (format)