Home
last modified time | relevance | path

Searched refs:csize (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DX11GraphicsWindow.c35 unsigned char csize; member
100 sm->csize = 8 - sm->size; in fill_shift_mask()
604 return ((pixel.Red >> Drv->r.csize) << Drv->r.shift) in X11PixelToColor()
605 | ((pixel.Green >> Drv->g.csize) << Drv->g.shift) in X11PixelToColor()
606 | ((pixel.Blue >> Drv->b.csize) << Drv->b.shift); in X11PixelToColor()
620 Pixel.Red = (val >> Drv->r.shift) << Drv->r.csize; in X11ColorToPixel()
621 Pixel.Green = (val >> Drv->g.shift) << Drv->g.csize; in X11ColorToPixel()
622 Pixel.Blue = (val >> Drv->b.shift) << Drv->b.csize; in X11ColorToPixel()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dformatter.py238 csize, ci, cb, ctt = self.font_stack[-1]
239 if size is AS_IS: size = csize
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dformatter.py238 csize, ci, cb, ctt = self.font_stack[-1]
239 if size is AS_IS: size = csize