HomeSort by relevance Sort by last modified time
    Searched refs:VbRenderTextAtPos (Results 1 - 3 of 3) sorted by null

  /external/vboot_reference/firmware/lib/include/
vboot_display.h 37 void VbRenderTextAtPos(const char *text, int right_to_left,
  /external/vboot_reference/tests/
vboot_display_tests.c 253 VbRenderTextAtPos(NULL, 0, 0, 0, fptr);
254 VbRenderTextAtPos("ABC", 0, 0, 0, NULL);
  /external/vboot_reference/firmware/lib/
vboot_display.c 97 void VbRenderTextAtPos(const char *text, int right_to_left,
107 VBDEBUG((" VbRenderTextAtPos: invalid args\n"));
131 VBDEBUG((" VbRenderTextAtPos: "
275 VbRenderTextAtPos(text_to_show, rtol,

Completed in 109 milliseconds