Searched refs:VbRenderTextAtPos (Results 1 – 3 of 3) sorted by relevance
/external/vboot_reference/firmware/lib/include/ |
D | vboot_display.h | 37 void VbRenderTextAtPos(const char *text, int right_to_left,
|
/external/vboot_reference/tests/ |
D | vboot_display_tests.c | 253 VbRenderTextAtPos(NULL, 0, 0, 0, fptr); in FontTest() 254 VbRenderTextAtPos("ABC", 0, 0, 0, NULL); in FontTest()
|
/external/vboot_reference/firmware/lib/ |
D | vboot_display.c | 97 void VbRenderTextAtPos(const char *text, int right_to_left, in VbRenderTextAtPos() function 275 VbRenderTextAtPos(text_to_show, rtol, in VbDisplayScreenFromGBB()
|