Searched defs:GlyphOffset (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c445 UINT16 GlyphOffset; local
478 for (StrOffset = 0, GlyphOffset = 0; GlyphOffset <= LineWidth; StrOffset++) {
495 GlyphOffset = GlyphOffset + *GlyphWidth;
500 if ((InputString[*Index + StrOffset] == CHAR_SPACE) && (GlyphOffset <= LineWidth)) {
515 if (GlyphOffset > LineWidth) {

Completed in 12 milliseconds