Home
last modified time | relevance | path

Searched refs:src_w (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_stretch.c70 generate_rowbytes(int src_w, int dst_w, int bpp) in generate_rowbytes() argument
75 int src_w; in generate_rowbytes() member
86 if ((src_w == last.src_w) && (dst_w == last.dst_w) && (bpp == last.bpp)) { in generate_rowbytes()
90 last.src_w = src_w; in generate_rowbytes()
114 inc = (src_w << 16) / dst_w; in generate_rowbytes()
152 static void name(type *src, int src_w, type *dst, int dst_w) \
159 inc = (src_w << 16) / dst_w; \
177 copy_row3(Uint8 * src, int src_w, Uint8 * dst, int dst_w) in DEFINE_COPY_ROW()
184 inc = (src_w << 16) / dst_w; in DEFINE_COPY_ROW()
A DSDL_blit_auto.c41 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_RGB888_Scale()
133 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_RGB888_Blend_Scale()
235 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_RGB888_Modulate_Scale()
358 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
438 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_BGR888_Scale()
533 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_BGR888_Blend_Scale()
635 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_BGR888_Modulate_Scale()
758 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
839 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_ARGB8888_Scale()
936 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_ARGB8888_Blend_Scale()
[all …]
A DSDL_blit.c72 info->src_w = srcrect->w; in SDL_SoftBlit()
76 info->src_pitch - info->src_w * info->src_fmt->BytesPerPixel; in SDL_SoftBlit()
A DSDL_surface.c739 int src_w, src_h; in SDL_UpperBlitScaled() local
751 src_w = src->w; in SDL_UpperBlitScaled()
754 src_w = srcrect->w; in SDL_UpperBlitScaled()
766 if (dst_w == src_w && dst_h == src_h) { in SDL_UpperBlitScaled()
771 scaling_w = (double)dst_w / src_w; in SDL_UpperBlitScaled()
789 src_x1 = src_w - 1; in SDL_UpperBlitScaled()
794 src_x1 = src_x0 + src_w - 1; in SDL_UpperBlitScaled()
A DSDL_blit_slow.c55 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_Slow()
A DSDL_blit.h59 int src_w, src_h; member
/AliOS-Things-master/components/ugraphics/include/rotate/
A Drotate.h24 int rotate_right90(unsigned char *src, int src_w, int src_h, int channel);
36 int rotate_left90(unsigned char *src, int src_w, int src_h, int channel);
48 int rotate_down(unsigned char *src, int src_w, int src_h, int channel);

Completed in 27 milliseconds