Home
last modified time | relevance | path

Searched defs:pitch (Results 1 – 25 of 50) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_fillrect.c100 SDL_FillRect1SSE(Uint8 *pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect1SSE()
135 SDL_FillRect1(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect1()
174 SDL_FillRect2(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect2()
198 SDL_FillRect3(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect3()
226 SDL_FillRect4(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect4()
261 static void fill_8_neon(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_8_neon()
266 static void fill_16_neon(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_16_neon()
271 static void fill_32_neon(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_32_neon()
282 static void fill_8_simd(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_8_simd()
287 static void fill_16_simd(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_16_simd()
[all …]
A DSDL_surface.c43 Sint64 pitch; in SDL_CalculatePitch() local
62 Sint64 pitch; in SDL_CreateRGBSurfaceWithFormat() local
176 int width, int height, int depth, int pitch, in SDL_CreateRGBSurfaceFrom()
200 int width, int height, int depth, int pitch, in SDL_CreateRGBSurfaceWithFormatFrom()
1216 void * pixels, int pitch, SDL_Surface * surface, in SDL_CreateSurfaceOnStack()
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_yuv_sw.c133 int *pitch) in SDL_SW_QueryYUVTexturePixels()
142 const void *pixels, int pitch) in SDL_SW_UpdateYUVTexture()
305 void **pixels, int *pitch) in SDL_SW_LockYUVTexture()
338 int pitch) in SDL_SW_CopyYUVToRGB()
A DSDL_render.c1434 const void *pixels, int pitch) in SDL_UpdateTextureYUV()
1481 const void *pixels, int pitch) in SDL_UpdateTextureNative()
1522 const void *pixels, int pitch) in SDL_UpdateTexture()
1684 void **pixels, int *pitch) in SDL_LockTextureYUV()
1692 void **pixels, int *pitch) in SDL_LockTextureNative()
1704 void **pixels, int *pitch) in SDL_LockTexture()
1748 int pitch = 0; /* fix static analysis */ in SDL_LockTextureToSurface() local
1812 int pitch = texture->pitch; in SDL_UnlockTextureNative() local
3112 Uint32 format, void * pixels, int pitch) in SDL_RenderReadPixels()
/AliOS-Things-master/components/SDL2/test/
A Dtestyuv_cvt.c76 static void ConvertRGBtoPlanar2x2(Uint32 format, Uint8 *src, int pitch, Uint8 *out, int w, int h, S… in ConvertRGBtoPlanar2x2()
192 static void ConvertRGBtoPacked4(Uint32 format, Uint8 *src, int pitch, Uint8 *out, int w, int h, SDL… in ConvertRGBtoPacked4()
262 SDL_bool ConvertRGBtoYUV(Uint32 format, Uint8 *src, int pitch, Uint8 *out, int w, int h, SDL_YUV_CO… in ConvertRGBtoYUV()
A Dteststreaming.c77 int pitch; in UpdateTexture() local
/AliOS-Things-master/components/freetype/src/base/
A Dftlcdfil.c104 FT_Int pitch = bitmap->pitch; in _ft_lcd_filter_fir() local
174 FT_Int pitch = bitmap->pitch; in _ft_lcd_filter_legacy() local
A Dftbitmap.c49 FT_Int pitch = source->pitch; in FT_Bitmap_Copy() local
106 int pitch; in ft_bitmap_assure_buffer() local
223 FT_Int i, x, y, pitch; in FT_Bitmap_Embolden() local
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_shape.c82 Sint32 pitch; in DirectFB_SetWindowShape() local
A DSDL_DirectFB_mouse.c88 int pitch, i, j; in DirectFB_CreateDefaultCursor() local
142 int pitch, i; in DirectFB_CreateCursor() local
A DSDL_DirectFB_render.c71 int pitch; member
454 const SDL_Rect * rect, const void *pixels, int pitch) in DirectFB_UpdateTexture()
511 const SDL_Rect * rect, void **pixels, int *pitch) in DirectFB_LockTexture()
907 Uint32 format, void * pixels, int pitch) in DirectFB_RenderReadPixels()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsframebuffer.c27 …IN_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, void ** pixels, int *pitch) in WIN_CreateWindowFramebuffer()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenframebuffer.c30 …en_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, void ** pixels, int *pitch) in Emscripten_CreateWindowFramebuffer()
/AliOS-Things-master/components/SDL2/src/video/alios/
A DSDL_AliOS_framebuffer.c35 …OS_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, void ** pixels, int *pitch) in SDL_AliOS_CreateWindowFramebuffer()
A DSDL_AliOS_mouse.c54 int pitch, i; in AliOS_CreateCursor() local
/AliOS-Things-master/components/SDL2/src/video/dummy/
A DSDL_nullframebuffer.c31 …MY_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, void ** pixels, int *pitch) in SDL_DUMMY_CreateWindowFramebuffer()
/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenframebuffer.c32 …EN_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, void ** pixels, int *pitch) in SDL_OFFSCREEN_CreateWindowFramebuffer()
/AliOS-Things-master/components/freetype/src/cache/
A Dftcsbits.c48 FT_Int pitch = bitmap->pitch; in ftc_sbit_copy_bitmap() local
285 FT_Int pitch; in ftc_snode_weight() local
/AliOS-Things-master/components/freetype/src/raster/
A Dftrend1.c108 FT_UInt width, height, pitch; in ft_raster1_render() local
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11framebuffer.c53 void ** pixels, int *pitch) in X11_CreateWindowFramebuffer()
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_font.c3130 Uint32 pitch; in SDLTest_DrawCharacter() local
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/audio/
A Dmodule_tts.c136 int pitch; in native_tts_pitch_set() local
/AliOS-Things-master/components/SDL2/include/
A DSDL_surface.h75 int pitch; /**< Read-only */ member
/AliOS-Things-master/components/ugraphics/src/jpegdec/
A Djpegdec.c112 int pitch = 0; in tjpeg2rgb() local
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bframebuffer.cc52 void ** pixels, int *pitch) { in HAIKU_CreateWindowFramebuffer()

Completed in 30 milliseconds

12