Home
last modified time | relevance | path

Searched refs:Height (Results 1 – 17 of 17) sorted by relevance

/dragonfly/lib/libvgl/
H A Dtext.c55 VGLTextFont->Height = 8; in VGLTextSetFontFile()
62 fread(&VGLTextFont->Height, 1 , 1, fd); in VGLTextSetFontFile()
64 (byte*)malloc(256*((VGLTextFont->Width + 7)/8)*VGLTextFont->Height); in VGLTextSetFontFile()
66 (256*VGLTextFont->Width* VGLTextFont->Height), fd); in VGLTextSetFontFile()
78 for(lin = 0; lin < VGLTextFont->Height; lin++) { in VGLBitmapPutChar()
80 if (VGLTextFont->BitmapArray[((ch*VGLTextFont->Height)+lin)]&(1<<bit)) in VGLBitmapPutChar()
H A Dvgl.h64 byte Width, Height; member
/dragonfly/stand/contrib/edk2/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h176 UINT16 Height; member
529 UINT16 Height; member
553 UINT16 Height; member
569 UINT16 Height; member
587 UINT16 Height; member
1972 UINT16 Height; member
2006 UINT16 Height; member
2045 UINT16 Height; member
/dragonfly/nrelease/gui/root/.idesktop/
H A Dterminal.lnk6 Height: 64
H A Dreadme.lnk6 Height: 64
H A Dinstall.lnk6 Height: 64
/dragonfly/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DUgaDraw.h143 IN UINTN Height,
H A DGraphicsOutput.h220 IN UINTN Height,
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbconvert.c485 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height); in AcpiDbEncodePldBuffer()
606 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Height", PldInfo->Height); in AcpiDbDumpPldBuffer()
/dragonfly/contrib/file/magic/Magdir/
H A Dasf39 >>>82 lelong x \b, Encoded Image Height %d
42 >>>97 lelong x \b, Image Height %d
H A Dimages1636 # Height
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslpld.c318 PldInfo.Height = (UINT16) Value; in OpcDoPld()
747 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height); in OpcEncodePldBuffer()
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutxface.c710 PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword); in ACPI_EXPORT_SYMBOL()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacbuffer.h234 UINT16 Height; member
/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmbuffer.c914 AcpiOsPrintf (ACPI_PLD_OUTPUT16, "PLD_Height", PldInfo->Height); in AcpiDmPldBuffer()
/dragonfly/share/misc/
H A Dusb_hid_usages170 0x39 Stick Height
206 0x29 Height of POV
1022 0x49 Height
1174 0x3E Character Height
/dragonfly/nrelease/gui/root/.vim/plugin/
H A Dminibufexpl.vim425 " this is ignored unless g:miniBufExplMax(Size|Height) are specified.