Home
last modified time | relevance | path

Searched defs:pixel (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp9.cpp33 struct pixel { struct
36 constexpr pixel ur = { 1294, 1024 }; // ok argument
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
/minix3/minix/drivers/video/fb/
H A Dlogos.h7 #define GET_PIXEL(data,pixel) {\ argument
H A Dfb.c353 u8_t pixel[3]; in paint_centered() local
/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
H A Drender.h350 uint32_t pixel; /**< */ member
H A Dxproto.c8903 uint32_t pixel /**< */, in xcb_store_named_color_checked()
8942 uint32_t pixel /**< */, in xcb_store_named_color()