Lines Matching refs:ef
64 xcb_image_format_t ef = effective_format(format, bpp);
67 switch(ef) {
125 xcb_image_format_t ef = effective_format(image->format, image->bpp);
126 switch (ef) {
155 xcb_image_format_t ef = format;
157 if (ef == XCB_IMAGE_FORMAT_Z_PIXMAP && depth == 1)
158 ef = XCB_IMAGE_FORMAT_XY_PIXMAP;
159 switch (ef) {
381 xcb_image_format_t ef = effective_format(image->format, image->bpp);
384 if (image->depth > 1 || ef == XCB_IMAGE_FORMAT_Z_PIXMAP) {
392 switch (ef) {
904 xcb_image_format_t ef = effective_format(src->format, src->bpp);
907 if (ef == XCB_IMAGE_FORMAT_XY_PIXMAP) {
919 xcb_image_format_t ef = effective_format(src->format, src->bpp);
934 if (ef == effective_format(dst->format, dst->bpp) &&
940 (ef == XCB_IMAGE_FORMAT_Z_PIXMAP ||
949 if (ef == XCB_IMAGE_FORMAT_Z_PIXMAP) {