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

  /external/syslinux/gpxe/src/hci/mucurses/
colour.c 6 short fcol; member in struct:colour_pair
34 * @v fcol foreground colour
37 int init_pair ( short pair, short fcol, short bcol ) {
44 cpair->fcol = fcol;
53 * @ret fcol foreground colour
56 int pair_content ( short pair, short *fcol, short *bcol ) {
63 *fcol = cpair->fcol;
ansi_screen.c 38 short fcol; local
44 pair_content ( cpair, &fcol, &bcol );
46 printf ( "\033[0;%d;3%d;4%dm", ( bold ? 1 : 22 ), fcol, bcol );
  /bionic/libc/kernel/uapi/drm/
mga_drm.h 102 unsigned int fcol; member in struct:__anon340
  /external/kernel-headers/original/uapi/drm/
mga_drm.h 143 unsigned int fcol; member in struct:__anon20989
  /external/libdrm/include/drm/
mga_drm.h 139 unsigned int fcol; member in struct:__anon22983
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
mga_drm.h 139 unsigned int fcol; member in struct:__anon47131
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
mga_drm.h 139 unsigned int fcol; member in struct:__anon48927
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
form.h 76 short fcol; /* first col */ member in struct:fieldnode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
form.h 76 short fcol; /* first col */ member in struct:fieldnode
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 450 GLfloat fcol; local
455 fcol = CLAMP(coord - 0.5F, 0.0F, max - 1);
456 i0 = IFLOOR(fcol);
460 fcol = CLAMP(coord, 0.5F, max - 0.5F);
461 fcol -= 0.5F;
462 i0 = IFLOOR(fcol);
468 fcol = CLAMP(coord, -0.5F, max + 0.5F);
469 fcol -= 0.5F;
470 i0 = IFLOOR(fcol);
476 fcol = 0.0F
    [all...]

Completed in 315 milliseconds