Home
last modified time | relevance | path

Searched defs:Pixel (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_blit.h121 #define RGB_FROM_PIXEL(Pixel, fmt, r, g, b) \ argument
127 #define RGB_FROM_RGB565(Pixel, r, g, b) \ argument
133 #define RGB_FROM_RGB555(Pixel, r, g, b) \ argument
139 #define RGB_FROM_RGB888(Pixel, r, g, b) \ argument
145 #define RETRIEVE_RGB_PIXEL(buf, bpp, Pixel) \ argument
176 #define DISEMBLE_RGB(buf, bpp, fmt, Pixel, r, g, b) \ argument
217 #define PIXEL_FROM_RGB(Pixel, fmt, r, g, b) \ argument
224 #define RGB565_FROM_RGB(Pixel, r, g, b) \ argument
228 #define RGB555_FROM_RGB(Pixel, r, g, b) \ argument
232 #define RGB888_FROM_RGB(Pixel, r, g, b) \ argument
[all …]
DSDL_blit_A.c42 Uint32 Pixel; in BlitNto1SurfaceAlpha() local
89 Uint32 Pixel; in BlitNto1PixelAlpha() local
136 Uint32 Pixel; in BlitNto1SurfaceAlphaKey() local
1159 Uint32 Pixel; in BlitNtoNSurfaceAlpha() local
1199 Uint32 Pixel; in BlitNtoNSurfaceAlphaKey() local
1239 Uint32 Pixel; in BlitNtoNPixelAlpha() local
DSDL_blit_N.c948 int Pixel; in Blit_RGB888_index8() local
1058 int Pixel; in Blit_RGB101010_index8() local
1985 Uint32 Pixel; in BlitNto1() local
2196 Uint32 Pixel; in BlitNtoNCopyAlpha() local
2222 Uint32 Pixel; in BlitNto1Key() local
2367 Uint32 Pixel; in BlitNtoNKeyCopyAlpha() local
2405 Uint32 Pixel; in Blit2101010toN() local
2437 Uint32 Pixel; in BlitNto2101010() local
DSDL_RLEaccel.c380 #define RLEPIXEL_FROM_RGBA(Pixel, fmt, r, g, b, a) \ argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h87 struct Pixel struct
89 Pixel() in Pixel() argument
98 float depthRange[4];
99 float viewCoords[4];
100 float depthFront[4];
101 float viewScale[2];
105 float multiviewWriteToViewportIndex;
108 float padding;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h102 struct Pixel struct
104 Pixel() in Pixel() function
125 static_assert(sizeof(Pixel) % 16u == 0, "D3D11 constant buffers must be multiples of 16 bytes"); argument
/third_party/boost/libs/gil/doc/design/
Dpixel.rst1 Pixel title
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_graphic.h60 } Pixel; typedef
82 } Pixel; typedef
/third_party/boost/boost/gil/
Dimage.hpp515 void swap(image<Pixel, IsPlanar, Alloc>& im1,image<Pixel, IsPlanar, Alloc>& im2) in swap()
538 const typename image<Pixel,IsPlanar,Alloc>::view_t& view(image<Pixel,IsPlanar,Alloc>& img) { return… in view()
542 const typename image<Pixel,IsPlanar,Alloc>::const_view_t const_view(const image<Pixel,IsPlanar,Allo… in const_view()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_resample.h98 const int32 Pixel (int32 index) const in Pixel() function
/third_party/boost/boost/gil/extension/toolbox/image_types/
Dsubchroma_image.hpp462 … typename subchroma_image< Pixel, Factors >::view_t& view( subchroma_image< Pixel, Factors >& img ) in view()
471 …ubchroma_image< Pixel, Factors >::const_view_t const_view( subchroma_image< Pixel, Factors >& img ) in const_view()
/third_party/giflib/
Degif_lib.c488 EGifPutPixel(GifFileType *GifFile, GifPixelType Pixel) in EGifPutPixel()
908 GifPixelType Pixel = Line[i++]; /* Get next pixel from stream. */ in EGifCompressLine() local
Ddgif_lib.c523 DGifGetPixel(GifFileType *GifFile, GifPixelType Pixel) in DGifGetPixel()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c793 } Pixel; typedef
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c793 } Pixel; typedef
/third_party/libpng/contrib/libtests/
Dpngstest.c793 } Pixel; typedef
/third_party/mesa3d/src/mesa/main/
Dmtypes.h5148 struct gl_pixel_attrib Pixel; member
5319 struct gl_pixel_attrib Pixel; /**< Pixel attributes */ member