Searched defs:Pixel (Results 1 - 7 of 7) sorted by relevance

/external/ceres-solver/examples/
H A Dpgm_image.h66 Real Pixel(int x, int y) const;
134 Real PGMImage<Real>::Pixel(int x, int y) const { function in class:ceres::examples::PGMImage
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dpixel.py149 class Pixel(cloud_storage_test_base.TestBase): class in inherits:cloud_storage_test_base.TestBase
154 super(Pixel, cls).AddTestCommandLineArgs(group)
/external/giflib/
H A Ddgif_lib.c469 Put one pixel (Pixel) into GIF file.
472 DGifGetPixel(GifFileType *GifFile, GifPixelType Pixel) argument
488 if (DGifDecompressLine(GifFile, &Pixel, 1) == GIF_OK) {
813 * not be read at all, and DGifGetLine/Pixel clean everything. */
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_N.c186 Uint32 Pixel; \
188 DISEMBLE_RGBA((Uint8 *)src, 4, srcfmt, Pixel, \
336 unsigned short Pixel = *((unsigned short *)src); \
337 sR = (Pixel >> 8) & 0xf8; \
338 sG = (Pixel >> 3) & 0xfc; \
339 sB = (Pixel << 3) & 0xf8; \
481 unsigned short Pixel = *((unsigned short *)src); \
482 sR = (Pixel >> 7) & 0xf8; \
483 sG = (Pixel >> 2) & 0xf8; \
484 sB = (Pixel <<
925 int Pixel; local
1834 int Pixel; local
1907 Uint32 Pixel; local
2083 Uint32 Pixel; local
2110 Uint32 Pixel; local
2245 Uint32 Pixel; local
[all...]
/external/libpng/contrib/libtests/
H A Dpngstest.c761 } Pixel; typedef in typeref:struct:__anon24614
777 /* Read a Pixel from a buffer. The code below stores the correct routine for
781 gp_g8(Pixel *p, png_const_voidp pb)
790 gp_ga8(Pixel *p, png_const_voidp pb)
800 gp_ag8(Pixel *p, png_const_voidp pb)
810 gp_rgb8(Pixel *p, png_const_voidp pb)
822 gp_bgr8(Pixel *p, png_const_voidp pb)
834 gp_rgba8(Pixel *p, png_const_voidp pb)
846 gp_bgra8(Pixel *p, png_const_voidp pb)
859 gp_argb8(Pixel *
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1030 * Pixel attribute group (GL_PIXEL_MODE_BIT).
1036 /*--- Begin Pixel Transfer State ---*/
1049 /* Pixel Maps */
1054 /*--- End Pixel Transfer State ---*/
3122 /** Pixel Transfer ops */
3141 #define _NEW_PIXEL (1 << 10) /**< gl_context::Pixel */
3461 struct gl_pixel_attrib Pixel; /**< Pixel attributes */ member in struct:gl_context
3481 struct gl_pixelstore_attrib Pack; /**< Pixel packing */
3482 struct gl_pixelstore_attrib Unpack; /**< Pixel unpackin
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1030 * Pixel attribute group (GL_PIXEL_MODE_BIT).
1036 /*--- Begin Pixel Transfer State ---*/
1049 /* Pixel Maps */
1054 /*--- End Pixel Transfer State ---*/
3122 /** Pixel Transfer ops */
3141 #define _NEW_PIXEL (1 << 10) /**< gl_context::Pixel */
3461 struct gl_pixel_attrib Pixel; /**< Pixel attributes */ member in struct:gl_context
3481 struct gl_pixelstore_attrib Pack; /**< Pixel packing */
3482 struct gl_pixelstore_attrib Unpack; /**< Pixel unpackin
[all...]

Completed in 3526 milliseconds