Searched refs:TF_IMAGE (Results 1 – 4 of 4) sorted by relevance
49 #define TF_IMAGE 0x20 /* This character space has image. */ macro
118 screen_buffer[idx].a.ta_format |= TF_IMAGE; in term_image_display()
159 screen_buffer[idx].a.ta_format |= TF_IMAGE; in term_image_display()
1104 if ((px1->a.ta_format & TF_IMAGE) || in is_same_pixel()1105 (px2->a.ta_format & TF_IMAGE)) in is_same_pixel()