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

  /external/vboot_reference/firmware/lib/include/
vboot_display.h 31 ImageInfo *VbFindFontGlyph(VbFont_t *font, uint32_t ascii,
  /external/vboot_reference/tests/
vboot_display_tests.c 245 TEST_PTR_EQ(VbFindFontGlyph(fptr, 'B', &bufferptr, &buffersize),
248 TEST_PTR_EQ(VbFindFontGlyph(fptr, 'X', &bufferptr, &buffersize),
  /external/vboot_reference/firmware/lib/
vboot_display.c 56 ImageInfo *VbFindFontGlyph(VbFont_t *font, uint32_t ascii,
115 image_info = VbFindFontGlyph(font, text[i],
123 image_info = VbFindFontGlyph(font, text[i], &buffer,

Completed in 181 milliseconds