HomeSort by relevance Sort by last modified time
    Searched refs:LineWidth (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/base/tools/layoutlib/bridge/src/android/text/
LineWidth.java 19 // Based on the native implementation of LineWidth in
21 public class LineWidth {
26 public LineWidth(float firstWidth, int firstWidthLineCount, float restWidth) {
LineBreaker.java 32 protected final @NonNull LineWidth mLineWidth;
35 public LineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth,
38 mLineWidth = lineWidth;
StaticLayout_Delegate.java 88 builder.mLineWidth = new LineWidth(firstWidth, firstWidthLineCount, restWidth);
235 LineWidth mLineWidth;
GreedyLineBreaker.java 32 public GreedyLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth,
34 super(primitives, lineWidth, tabStops);
OptimizingLineBreaker.java 38 public OptimizingLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth,
40 super(primitives, lineWidth, tabStops);
  /external/mesa3d/src/mesa/main/
lines.c 57 * "Wide lines and line stipple - LineWidth is not deprecated, but
77 if (ctx->Driver.LineWidth)
78 ctx->Driver.LineWidth(ctx, width);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c     [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/
BltLibSample.c 190 UINTN LineWidth, TriWidth, ScreenWidth;
223 LineWidth =
228 for (X = X2 - LineWidth; X < (X2 + LineWidth); X++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 98 UINTN LineWidth;
100 LineWidth = 0;
113 Index++, LineWidth = LineWidth + IncrementValue
144 return LineWidth;
508 UINTN LineWidth;
598 LineWidth = GetLineWidth (BootMenuData->TitleToken[Index]);
599 PrintCol = StartCol + (Width - LineWidth) / 2;
621 LineWidth = GetLineWidth (BootMenuData->HelpToken[Index]);
622 PrintCol = StartCol + (Width - LineWidth) / 2;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/
HiiFont.h 51 UINTN LineWidth;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiFont.h 56 UINTN LineWidth; ///< The width of the text on the line, in pixels.
125 pixels were not drawn. The LineWidth may describe pixels which
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 140 driver->LineWidth = NULL;
294 ctx->Driver.LineWidth(ctx, ctx->Line.Width);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Strings.c 410 @param LineWidth The maximum width of the line in units of narrow glyphs.
428 IN UINT16 LineWidth,
HiiDatabase.h 583 @param LineWidth The maximum width of the line in units of narrow glyphs.
601 IN UINT16 LineWidth,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkHii.h 793 @param LineWidth The maximum width of the line in units of narrow glyphs.
816 IN UINT16 LineWidth,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplay.h 383 Will copy LineWidth amount of a string in the OutputString buffer and return the
391 @param LineWidth Width of the desired string to extract in CHAR16
404 IN UINT16 LineWidth,
ProcessOptions.c     [all...]
FormDisplay.c 417 Will copy LineWidth amount of a string in the OutputString buffer and return the
425 @param LineWidth Width of the desired string to extract in CHAR16
438 IN UINT16 LineWidth,
455 if (LineWidth == 0 || *GlyphWidth == 0) {
478 for (StrOffset = 0, GlyphOffset = 0; GlyphOffset <= LineWidth; StrOffset++) {
500 if ((InputString[*Index + StrOffset] == CHAR_SPACE) && (GlyphOffset <= LineWidth)) {
515 if (GlyphOffset > LineWidth) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 733 @param LineWidth The maximum width of the line in units of narrow glyphs.
753 IN UINT16 LineWidth,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 556 IN UINT16 LineWidth,
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLibPrint.c 508 Width = RowInfoArray[0].LineWidth;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLibPrint.c 508 Width = RowInfoArray[0].LineWidth;
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 190 GET_PROC(LineWidth);
665 GET_PROC(LineWidth);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 535 ctx->Driver.LineWidth = nouveau_line_width;
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 255 void LineWidth(GLfloat width);
    [all...]

Completed in 656 milliseconds

1 2