Home
last modified time | relevance | path

Searched refs:csp (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_rotozoom.c290 tColorRGBA *sp, *csp, *dp; in _zoomSurfaceRGBA() local
367 csp = sp; in _zoomSurfaceRGBA()
440 sp = csp - sstep; in _zoomSurfaceRGBA()
442 sp = csp + sstep; in _zoomSurfaceRGBA()
456 csp = sp; in _zoomSurfaceRGBA()
486 sp = csp + sstep; in _zoomSurfaceRGBA()
524 Uint8 *sp, *dp, *csp; in _zoomSurfaceY() local
545 if (flipx) csp += (src->w-1); in _zoomSurfaceY()
546 if (flipy) csp = ( (Uint8*)csp + src->pitch*(src->h-1) ); in _zoomSurfaceY()
582 sp = csp; in _zoomSurfaceY()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Diosbuild.sh107 --enable-libwebpdecoder --enable-swap-16bit-csp \
A Dconfigure.ac666 dnl === If --enable-swap-16bit-csp is defined, add -DWEBP_SWAP_16BIT_CSP=1
669 AC_MSG_CHECKING(if --enable-swap-16bit-csp option is specified)
670 AC_ARG_ENABLE([swap-16bit-csp],
671 AS_HELP_STRING([--enable-swap-16bit-csp],
A Dconfigure1503 --enable-swap-16bit-csp Enable byte swap for 16 bit colorspaces
14802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if --enable-swap-16bit-csp option is specified" >…
14803 $as_echo_n "checking if --enable-swap-16bit-csp option is specified... " >&6; }
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngcp.c449 unsigned int csp; /* next stack entry to use */ member
792 unsigned int sp = dp->csp; /* stack entry of next searched option */ in record_opt()
1163 unsigned int sp = dp->csp++; /* my stack entry */ in advance_opt()
2017 dp->nsp = dp->csp = 0; in write_png()
2129 for (sp=0; sp<dp->csp; ++sp) in better_options()
2251 assert(dp->csp > 0); in cp_one_file()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Didec_dec.c687 WebPIDecoder* WebPINewRGB(WEBP_CSP_MODE csp, uint8_t* output_buffer, in WebPINewRGB() argument
692 if (csp >= MODE_YUV) return NULL; in WebPINewRGB()
703 idec->output_.colorspace = csp; in WebPINewRGB()
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Ddecode.h299 WEBP_CSP_MODE csp,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Ddecode.h299 WEBP_CSP_MODE csp,
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Ddecode.h299 WEBP_CSP_MODE csp,
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_malloc.c3460 char *csp = (asp < (old_top + MIN_CHUNK_SIZE)) ? old_top : asp; in add_segment() local
3461 mchunkptr sp = (mchunkptr) csp; in add_segment()
3492 if (csp != old_top) { in add_segment()
3494 size_t psize = csp - old_top; in add_segment()

Completed in 41 milliseconds