Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/lib/include/
Dvboot_display.h37 void VbRenderTextAtPos(const char *text, int right_to_left,
/external/vboot_reference/tests/
Dvboot_display_tests.c253 VbRenderTextAtPos(NULL, 0, 0, 0, fptr); in FontTest()
254 VbRenderTextAtPos("ABC", 0, 0, 0, NULL); in FontTest()
/external/vboot_reference/firmware/lib/
Dvboot_display.c97 void VbRenderTextAtPos(const char *text, int right_to_left, in VbRenderTextAtPos() function
275 VbRenderTextAtPos(text_to_show, rtol, in VbDisplayScreenFromGBB()