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 86 unsigned int fcol; member in struct:__anon342
  /external/kernel-headers/original/uapi/drm/
mga_drm.h 143 unsigned int fcol; member in struct:__anon21188
  /external/libdrm/include/drm/
mga_drm.h 139 unsigned int fcol; member in struct:__anon23183
  /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:__anon54465
  /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:__anon56261
  /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 453 GLfloat fcol; local
458 fcol = CLAMP(coord - 0.5F, 0.0F, max - 1);
459 i0 = IFLOOR(fcol);
463 fcol = CLAMP(coord, 0.5F, max - 0.5F);
464 fcol -= 0.5F;
465 i0 = IFLOOR(fcol);
471 fcol = CLAMP(coord, -0.5F, max + 0.5F);
472 fcol -= 0.5F;
473 i0 = IFLOOR(fcol);
479 fcol = 0.0F
    [all...]

Completed in 1597 milliseconds