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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 148 UINT16 GlyphWidth;
272 Status = Hii->GetGlyph (Hii, UnicodeWeight, &StringIndex, (UINT8 **) &Glyph, &GlyphWidth, &GlyphStatus);
284 GlyphWidth,
295 GlyphWidth,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Print.c 173 UINT16 GlyphWidth;
298 Status = Hii->GetGlyph (Hii, UnicodeWeight, &StringIndex, (UINT8 **) &Glyph, &GlyphWidth, &GlyphStatus);
310 GlyphWidth,
321 GlyphWidth,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplay.c 430 @param GlyphWidth The glyph width of the begin of the char in the string.
442 IN OUT UINT16 *GlyphWidth,
458 if (LineWidth == 0 || *GlyphWidth == 0) {
465 OriginalGlyphWidth = *GlyphWidth;
484 *GlyphWidth = 1;
488 *GlyphWidth = 2;
498 GlyphOffset = GlyphOffset + *GlyphWidth;
505 LastGlyphWidth = *GlyphWidth;
524 *GlyphWidth = LastGlyphWidth;
611 UINT16 GlyphWidth;
    [all...]
ProcessOptions.c     [all...]
FormDisplay.h 394 @param GlyphWidth The glyph width of the begin of the char in the string.
406 IN OUT UINT16 *GlyphWidth,

Completed in 79 milliseconds