Searched refs:TriWidth (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Application/BltLibSample/
H A DBltLibSample.c174 IN UINTN TriWidth
177 return (UINT8) (((TriWidth - ColorDist) * 0x100) / TriWidth);
178 //return (((TriWidth * TriWidth - ColorDist * ColorDist) * 0x100) / (TriWidth * TriWidth));
190 UINTN LineWidth, TriWidth, ScreenWidth; local
198 TriWidth = (UINTN) DivU64x32 (
206 if (TriWidth > ScreenWidt
[all...]

Completed in 320 milliseconds