Home
last modified time | relevance | path

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

12

/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/include/
A Duai_odla_imgproc.h11 #define RGB565_TO_R(pixel) ((pixel & 0x1f) << 3) argument
12 #define RGB565_TO_G(pixel) ((pixel & 0x7e0) >> 3) argument
13 #define RGB565_TO_B(pixel) ((pixel & 0xf800) >> 8) argument
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_bmp.c126 Uint8 pixel; in readRlePixels() local
166 Uint8 pixel; in readRlePixels() local
173 Uint8 pixel; in readRlePixels() local
516 Uint8 pixel = 0; in LoadBMP_RW() local
823 Uint8 pixel = 0; in LoadICOCUR_RW() local
862 Uint8 pixel = 0; in LoadICOCUR_RW() local
A DIMG_tga.c101 Uint32 pixel; in IMG_LoadTGA_RW() local
A DIMG_xpm.c1090 Uint32 rgb, pixel; in load_xpm() local
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_bmp.c80 Uint8 pixel; in readRlePixels() local
120 Uint8 pixel; in readRlePixels() local
127 Uint8 pixel; in readRlePixels() local
477 Uint8 pixel = 0; in SDL_LoadBMP_RW() local
A DSDL_blit_auto.c195 Uint32 pixel; in SDL_Blit_RGB888_RGB888_Modulate() local
226 Uint32 pixel; in SDL_Blit_RGB888_RGB888_Modulate_Scale() local
429 Uint32 pixel; in SDL_Blit_RGB888_BGR888_Scale() local
595 Uint32 pixel; in SDL_Blit_RGB888_BGR888_Modulate() local
626 Uint32 pixel; in SDL_Blit_RGB888_BGR888_Modulate_Scale() local
829 Uint32 pixel; in SDL_Blit_RGB888_ARGB8888_Scale() local
1001 Uint32 pixel; in SDL_Blit_RGB888_ARGB8888_Modulate() local
1034 Uint32 pixel; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale() local
1242 Uint32 pixel; in SDL_Blit_BGR888_RGB888_Scale() local
1408 Uint32 pixel; in SDL_Blit_BGR888_RGB888_Modulate() local
[all …]
A DSDL_shape.c76 Uint8* pixel = NULL; in SDL_CalculateShapeBitmap() local
129 Uint8* pixel = NULL; in RecursivelyCalculateShapeTree() local
A DSDL_pixels.c784 Uint8 pixel = 0; in SDL_FindColor() local
881 SDL_GetRGB(Uint32 pixel, const SDL_PixelFormat * format, Uint8 * r, Uint8 * g, in SDL_GetRGB()
904 SDL_GetRGBA(Uint32 pixel, const SDL_PixelFormat * format, in SDL_GetRGBA()
A DSDL_blit_1.c444 Uint32 pixel; in Blit1toNAlpha() local
485 Uint32 pixel; in Blit1toNAlphaKey() local
A DSDL_stretch.c181 Uint8 pixel[3] = { 0, 0, 0 }; in DEFINE_COPY_ROW() local
A DSDL_blit_0.c368 Uint32 pixel; in BlitBtoNAlpha() local
414 Uint32 pixel; in BlitBtoNAlphaKey() local
A DSDL_RLEaccel.c1012 Uint32 pixel = *s++; in uncopy_32() local
1021 #define ISOPAQUE(pixel, fmt) ((((pixel) & fmt->Amask) >> fmt->Ashift) == 255) argument
1023 #define ISTRANSL(pixel, fmt) \ argument
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfxBlitFunc.h95 #define GFX_RGBA_FROM_PIXEL(pixel, fmt, r, g, b, a) \ argument
106 #define GFX_DISASSEMBLE_RGBA(buf, bpp, fmt, pixel, r, g, b, a) \ argument
116 #define GFX_PIXEL_FROM_RGBA(pixel, fmt, r, g, b, a) \ argument
A DSDL_gfxPrimitives.c308 Uint8 *pixel = (Uint8 *) dst->pixels + y * dst->pitch + x; in _putPixelAlpha() local
612 Uint8 *row, *pixel; in _filledRectAlpha() local
647 Uint16 *row, *pixel; in _filledRectAlpha() local
690 Uint8 *row, *pixel; in _filledRectAlpha() local
736 Uint32 *row, *pixel; in _filledRectAlpha() local
789 Uint32 *row, *pixel; in _filledRectAlpha() local
1044 Uint8 *pixel, *pixellast; in hlineColorStore() local
1207 Uint8 *pixel, *pixellast; in hlineColor() local
1395 Uint8 *pixel, *pixellast; in vlineColor() local
2110 Uint8 *pixel, *pixellast; in boxColor() local
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A Draw_decode.c104 static int check_rgb_pixel( int pixel, in check_rgb_pixel()
125 static int check_rgba_pixel( int pixel, in check_rgba_pixel()
/AliOS-Things-master/components/amp/modules/
A Dsh1106.js81 pixel(x, y, color) { method in SH1106
/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_drawline.c37 Uint8 *pixel; in SDL_DrawLine1() local
/AliOS-Things-master/components/freetype/include/
A Dftcache.h430 FT_Int pixel; member
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodframebuf.c190 uint8_t *pixel = &((uint8_t *)fb->buf)[(x + y * fb->stride) >> 2]; in gs2_hmsb_setpixel() local
198 uint8_t pixel = ((uint8_t *)fb->buf)[(x + y * fb->stride) >> 2]; in gs2_hmsb_getpixel() local
214 uint8_t *pixel = &((uint8_t *)fb->buf)[(x + y * fb->stride) >> 1]; in gs4_hmsb_setpixel() local
265 uint8_t *pixel = &((uint8_t *)fb->buf)[(x + y * fb->stride)]; in gs8_setpixel() local
274 uint8_t *pixel = &((uint8_t *)fb->buf)[(x + y * fb->stride)]; in gs8_fill_rect() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_neon.c33 uint8x16x4_t pixel = vld4q_u8((uint8_t*)src); in ConvertBGRAToRGBA_NEON() local
48 const uint8x16x4_t pixel = vld4q_u8((uint8_t*)src); in ConvertBGRAToBGR_NEON() local
60 const uint8x16x4_t pixel = vld4q_u8((uint8_t*)src); in ConvertBGRAToRGB_NEON() local
/AliOS-Things-master/components/freetype/src/smooth/
A Dftsmooth.c334 FT_UInt pixel = line[xx-1]; in ft_smooth_render_generic() local
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DLaplaceRelaxation.c139 char *pixel; in Draw() local
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng2-x.c1098 ulg pixel; in rpng2_x_load_bg_image() local
1390 ulg i, pixel; in rpng2_x_display_row() local
1631 ulg pixel; in rpng2_x_redisplay_image() local
A Drpng-x.c699 ulg pixel; in rpng_x_display_image() local
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c271 Uint32 pixel = color | 0xFF000000; /* Amask */ in TTF_drawLine_Blended() local
879 int pixel; in Load_Glyph() local
1765 Uint32 pixel; in TTF_RenderUTF8_Blended() local
1947 Uint32 pixel; in TTF_RenderUTF8_Blended_Wrapped() local

Completed in 73 milliseconds

12