Searched refs:VbFindFontGlyph (Results 1 – 3 of 3) sorted by relevance
/external/vboot_reference/firmware/lib/include/ |
D | vboot_display.h | 31 ImageInfo *VbFindFontGlyph(VbFont_t *font, uint32_t ascii,
|
/external/vboot_reference/tests/ |
D | vboot_display_tests.c | 245 TEST_PTR_EQ(VbFindFontGlyph(fptr, 'B', &bufferptr, &buffersize), in FontTest() 248 TEST_PTR_EQ(VbFindFontGlyph(fptr, 'X', &bufferptr, &buffersize), in FontTest()
|
/external/vboot_reference/firmware/lib/ |
D | vboot_display.c | 56 ImageInfo *VbFindFontGlyph(VbFont_t *font, uint32_t ascii, in VbFindFontGlyph() function 115 image_info = VbFindFontGlyph(font, text[i], in VbRenderTextAtPos() 123 image_info = VbFindFontGlyph(font, text[i], &buffer, in VbRenderTextAtPos()
|