Home
last modified time | relevance | path

Searched refs:pixel (Results 1 – 25 of 31) sorted by relevance

12

/minix3/minix/drivers/video/fb/
H A Dlogos.h7 #define GET_PIXEL(data,pixel) {\ argument
8 pixel[0] = (((data[0] - 33) << 2) | ((data[1] - 33) >> 4)); \
9 pixel[1] = ((((data[1] - 33) & 0xF) << 4) | ((data[2] - 33) >> 2)); \
10 pixel[2] = ((((data[2] - 33) & 0x3) << 6) | ((data[3] - 33))); \
H A Dfb.c353 u8_t pixel[3]; in paint_centered() local
384 GET_PIXEL(data, pixel); in paint_centered()
386 ((unsigned char *)((u32_t) dev.dv_base + i))[0] = pixel[2]; in paint_centered()
387 ((unsigned char *)((u32_t) dev.dv_base + i))[1] = pixel[1]; in paint_centered()
388 ((unsigned char *)((u32_t) dev.dv_base + i))[2] = pixel[0]; in paint_centered()
/minix3/external/mit/xorg/lib/fontconfig/etc/conf.avail/
H A DMakefile8 10-no-sub-pixel.conf \
9 10-sub-pixel-bgr.conf \
10 10-sub-pixel-rgb.conf \
11 10-sub-pixel-vbgr.conf \
12 10-sub-pixel-vrgb.conf \
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp103 constexpr struct pixel { // expected-error {{struct cannot be marked constexpr}} struct
106 constexpr pixel(int); argument
109 constexpr pixel::pixel(int a) in pixel() function in pixel
113 constexpr pixel small(2); // expected-error {{must be initialized by a constant expression}} expect…
119 constexpr pixel large(4);
H A Dp9.cpp33 struct pixel { struct
36 constexpr pixel ur = { 1294, 1024 }; // ok argument
37 constexpr pixel origin; // expected-error {{default initialization of an object of con…
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Daltivec.c25 __vector pixel vv__p;
50 vector pixel v__p;
82 vector bool pixel v_bp; // expected-error {{cannot use '__pixel' with '__vector bool'}}
89 vector __bool pixel v___bp; // expected-error {{cannot use '__pixel' with '__vector bool'}}
106 vector pixel i16;
H A Dcxx-altivec.cpp22 __vector pixel vv__p;
44 vector pixel v__p;
75 vector bool pixel v_bp; // expected-error {{cannot use '__pixel' with '__vector bool'}}
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopSimplify/
H A D2004-04-12-LoopSimplify-SwitchBackedges.ll7 …%pixel.4 = phi i32 [ 0, %loopentry.0 ], [ %pixel.4, %loopentry.1 ], [ %tmp.370, %then.6 ], [ %tmp.…
/minix3/external/bsd/llvm/dist/clang/lib/Headers/
H A Daltivec.h61 static vector pixel __ATTRS_o_ai
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
1783 static vector pixel __ATTRS_o_ai
1784 vec_ld(int __a, const vector pixel *__b) in vec_ld()
1786 return (vector pixel)__builtin_altivec_lvx(__a, __b); in vec_ld()
1893 static vector pixel __ATTRS_o_ai
1894 vec_lvx(int __a, const vector pixel *__b) in vec_lvx()
1896 return (vector pixel)__builtin_altivec_lvx(__a, __b); in vec_lvx()
2095 static vector pixel __ATTRS_o_ai
2096 vec_ldl(int __a, const vector pixel *__b) in vec_ldl()
[all …]
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Daltivec.cpp12 vector pixel vp; in test_vec_step()
82 catch (vector pixel px) {} in f()
/minix3/distrib/sets/lists/xetc/
H A Dmi61 ./etc/fonts/conf.avail/10-no-sub-pixel.conf -unknown- xorg
63 ./etc/fonts/conf.avail/10-sub-pixel-bgr.conf -unknown- xorg
64 ./etc/fonts/conf.avail/10-sub-pixel-rgb.conf -unknown- xorg
65 ./etc/fonts/conf.avail/10-sub-pixel-vbgr.conf -unknown- xorg
66 ./etc/fonts/conf.avail/10-sub-pixel-vrgb.conf -unknown- xorg
/minix3/external/mit/xorg/lib/libGL/
H A DMakefile33 pixel.c \
/minix3/external/bsd/file/dist/magic/magdir/
H A Dcups15 >392 lelong x %d bits/pixel
H A Dscientific61 >1120 ulong >0 %d bits/pixel
H A Dimages461 >12 byte >0 \b, %d bits per pixel
/minix3/usr.sbin/postinstall/
H A Dpostinstall1021 " 10-autohint.conf 10-no-sub-pixel.conf 10-sub-pixel-bgr.conf"
1023 " 10-sub-pixel-rgb.conf 10-sub-pixel-vbgr.conf"
1025 " 10-sub-pixel-vrgb.conf 10-unhinted.conf 25-unhint-nonlatin.conf"
/minix3/bin/sh/funcs/
H A Ddirs39 # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris
H A Dpopd39 # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris
H A Dpushd39 # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris
/minix3/external/mit/xorg/lib/dri7/
H A Dlibmesa7.mk123 BUILDSYMLINKS= ${X11SRCDIR.MesaLib7}/src/mesa/main/pixel.c MESApixel.c \
/minix3/external/mit/xorg/lib/
H A Dlibmesa.mk135 BUILDSYMLINKS+= ${X11SRCDIR.MesaLib}/src/mesa/main/pixel.c MESApixel.c \
/minix3/external/mit/xorg/lib/libxcb/files/
H A Dxproto.h3726 uint32_t pixel; /**< */ member
3759 uint32_t pixel; /**< */ member
3867 uint32_t pixel; /**< */ member
3908 uint32_t pixel; /**< */ member
10432 uint32_t pixel /**< */,
10448 uint32_t pixel /**< */,
H A Drender.h350 uint32_t pixel; /**< */ member
H A Dxproto.c8903 uint32_t pixel /**< */, in xcb_store_named_color_checked() argument
8920 xcb_out.pixel = pixel; in xcb_store_named_color_checked()
8942 uint32_t pixel /**< */, in xcb_store_named_color() argument
8959 xcb_out.pixel = pixel; in xcb_store_named_color()
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c12 vector pixel vp = { 1, 2, 3, 4, 5, 6, 7, 8 };
24 vector pixel res_vp;

12