HomeSort by relevance Sort by last modified time
    Searched refs:pxf (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/mboot/
initvesa.c 55 int pxf, bestpxf; local
143 pxf = 32;
148 pxf = 24;
153 pxf = 16;
158 pxf = 15;
180 else if (err == besterr && (pxf == (int)mbh->depth || pxf > bestpxf))
185 bestpxf = pxf;
  /external/syslinux/core/
bios.c 223 enum vesa_pixel_format pxf; local
324 pxf = PXF_NONE; /* Not usable */
330 pxf = PXF_BGRA32;
335 pxf = PXF_BGR24;
340 pxf = PXF_LE_RGB16_565;
345 pxf = PXF_LE_RGB15_555;
347 if (pxf < *bestpxf) {
348 debug("Best mode so far, pxf = %d\r\n", pxf);
352 *bestpxf = pxf;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 259 W32KAPI WINBOOL WINAPI NtGdiGetTransform(HDC hdc,DWORD iXform,LPXFORM pxf);
260 W32KAPI WINBOOL WINAPI NtGdiModifyWorldTransform(HDC hdc,LPXFORM pxf,DWORD iXform);
    [all...]

Completed in 104 milliseconds