Home
last modified time | relevance | path

Searched refs:VbFindFontGlyph (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/tests/
Dvboot_display_tests.c245 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/include/
Dvboot_display.h31 ImageInfo *VbFindFontGlyph(VbFont_t *font, uint32_t ascii,
/external/vboot_reference/firmware/lib/
Dvboot_display.c56 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()