Lines Matching refs:image_info
101 ImageInfo *image_info = 0; in VbRenderTextAtPos() local
114 if (!image_info) in VbRenderTextAtPos()
115 image_info = VbFindFontGlyph(font, text[i], in VbRenderTextAtPos()
119 cur_y += image_info->height; in VbRenderTextAtPos()
123 image_info = VbFindFontGlyph(font, text[i], &buffer, in VbRenderTextAtPos()
127 cur_x -= image_info->width; in VbRenderTextAtPos()
136 cur_x += image_info->width; in VbRenderTextAtPos()
220 ImageInfo image_info; in VbDisplayScreenFromGBB() local
224 i, &layout, &image_info, in VbDisplayScreenFromGBB()
233 switch(image_info.format) { in VbDisplayScreenFromGBB()
241 image_info.width, in VbDisplayScreenFromGBB()
242 image_info.height); in VbDisplayScreenFromGBB()
246 image_info.width, in VbDisplayScreenFromGBB()
247 image_info.height, ret)); in VbDisplayScreenFromGBB()
265 if (TAG_HWID == image_info.tag || in VbDisplayScreenFromGBB()
266 TAG_HWID_RTOL == image_info.tag) { in VbDisplayScreenFromGBB()
269 rtol = (TAG_HWID_RTOL == image_info.tag); in VbDisplayScreenFromGBB()
285 image_info.format)); in VbDisplayScreenFromGBB()