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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiFont.h56 UINTN LineWidth; ///< The width of the text on the line, in pixels. member in struct:_EFI_HII_ROW_INFO
125 pixels were not drawn. The LineWidth may describe pixels which
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Application/BltLibSample/
H A DBltLibSample.c190 UINTN LineWidth, TriWidth, ScreenWidth; local
223 LineWidth =
228 for (X = X2 - LineWidth; X < (X2 + LineWidth); X++) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1578 UINTN LineWidth; local
1847 LineWidth = 0;
1869 while (LineWidth + BltX < Image->Width && StringPtr[Index] != 0) {
1883 LineWidth += (UINTN) Cell[Index].AdvanceX;
1907 LineWidth -= (UINTN) (Cell[Index].AdvanceX - Cell[Index].Width - Cell[Index].OffsetX);
1912 if (LineWidth + BltX <= Image->Width ||
1913 (LineWidth + BltX > Image->Width && (Flags & EFI_HII_OUT_FLAG_CLIP_CLEAN_X) == 0)) {
1918 RowInfo[RowIndex].LineWidth = LineWidth;
1930 LineWidth
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dpsout.h221 int LineWidth; member in struct:PsOutRec_
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dpsout.h221 int LineWidth; member in struct:PsOutRec_
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c1309 Will copy LineWidth amount of a string in the OutputString buffer and return the
1314 @param LineWidth Width of the desired string to extract in CHAR16
1325 IN UINT16 LineWidth,
1338 Count = LineWidth;
1341 *OutputString = AllocateZeroPool (((UINTN) (LineWidth + 1) * 2));
1359 for (; (InputString[*Index + Count2] != CHAR_LINEFEED) && (InputString[*Index + Count2] != CHAR_CARRIAGE_RETURN) && (Count2 != LineWidth); Count2++)
1363 // Copy the desired LineWidth of data to the output buffer.
1367 if ((StrSize (&InputString[*Index]) <= ((UINTN) (LineWidth + 1) * 2)) &&
1373 LineWidth = (UINT16) ((StrSize (&InputString[*Index]) - 2) / 2);
1374 if (LineWidth !
1323 GetLineByWidth( IN CHAR16 *InputString, IN UINT16 LineWidth, IN OUT UINTN *Index, OUT CHAR16 **OutputString ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Ddd.h663 void (*LineWidth)(GLcontext *ctx, GLfloat width); member in struct:dd_function_table
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglapitemp.h923 KEYWORD1 void KEYWORD2 NAME(LineWidth)(GLfloat width) function
925 DISPATCH(LineWidth, (width), (F, "glLineWidth(%f);\n", width));
5673 TABLE_ENTRY(LineWidth),
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglapitemp.h923 KEYWORD1 void KEYWORD2 NAME(LineWidth)(GLfloat width) function
925 DISPATCH(LineWidth, (width), (F, "glLineWidth(%f);\n", width));
5673 TABLE_ENTRY(LineWidth),
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglapitemp.h923 KEYWORD1 void KEYWORD2 NAME(LineWidth)(GLfloat width) function
925 DISPATCH(LineWidth, (width), (F, "glLineWidth(%f);\n", width));
5673 TABLE_ENTRY(LineWidth),
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglapitemp.h923 KEYWORD1 void KEYWORD2 NAME(LineWidth)(GLfloat width) function
925 DISPATCH(LineWidth, (width), (F, "glLineWidth(%f);\n", width));
5673 TABLE_ENTRY(LineWidth),
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglapitemp.h923 KEYWORD1 void KEYWORD2 NAME(LineWidth)(GLfloat width) function
925 DISPATCH(LineWidth, (width), (F, "glLineWidth(%f);\n", width));
5673 TABLE_ENTRY(LineWidth),
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglapitemp.h923 KEYWORD1 void KEYWORD2 NAME(LineWidth)(GLfloat width) function
925 DISPATCH(LineWidth, (width), (F, "glLineWidth(%f);\n", width));
5673 TABLE_ENTRY(LineWidth),
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/
H A Dglapitemp.h923 KEYWORD1 void KEYWORD2 NAME(LineWidth)(GLfloat width) function
925 DISPATCH(LineWidth, (width), (F, "glLineWidth(%f);\n", width));
5673 TABLE_ENTRY(LineWidth),

Completed in 323 milliseconds