/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ChangeLog | 24 * Fix for pixel blend routine (patch contributes by Mitjia) 102 * reverted to original alpha routine in _putPixelAlpha() as new one was causing issues in 16bbp 103 new routine #define has been renamed to EXPERIMENTAL_ALPHA_PIXEL_ROUTINE 116 * Added arcColor routine 118 * Updated 32bit alpha blending routine 146 * added texturedPolygon routine to library (thanks Jees) 148 * added ShrinkImage routine to rotozoom code 183 * added dynamic font setup routine 270 * Added simple AA-circle/-ellipse routine - quality needs improvement. 327 * Removed SDL_SoftStretch call again in favour of an internal zoom routine. [all …]
|
A D | README | 40 in each routine and the library should work well with hardware 355 - Non-alpha line drawing code adapted from routine 431 - New arcColor (and arcRGBA) routine contributed 493 - Pixel blend routine patches contributed by mitja at lxnav dot com -
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testplatform.c | 210 LL_Intrinsic routine; member 347 for (t = LL_Tests; t->routine != NULL; t++) { in Test64Bit() 354 if (!t->routine(&t->a, &t->b, t->arg, &result, &t->expected_result)) { in Test64Bit()
|
/AliOS-Things-master/components/linkkit/wrappers/os/ |
A D | HAL_OS_rhino.c | 161 void *(*routine)(void *arg); member 170 task->routine(task->arg); in task_wrapper() 223 task->routine = work_routine; in HAL_ThreadCreate()
|
/AliOS-Things-master/components/linkkit/wrappers/platform/os/ |
A D | HAL_OS_yoc.c | 75 void *(*routine)(void *arg); member 84 task->routine(task->arg); in task_wrapper() 135 task->routine = work_routine; in HAL_ThreadCreate()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/tags/ |
A D | README | 41 a single new routine, which has the following calling sequence: 49 This routine sets a static pointer to the user-specified function
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | README | 29 Your ReadRGBA() routine works well for reading many different formats 42 I have tested this routine with 8- and 16-bit greyscale data as well as
|
/AliOS-Things-master/components/posix/src/ |
A D | pthread.c | 45 void pthread_cleanup_push(void (*routine)(void *), void *arg) in pthread_cleanup_push() 57 cleanup->cleanup_routine = routine; in pthread_cleanup_push()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/ |
A D | readme.txt | 11 - Attension: ZLib.Read generic routine have a initialization requirement
|
/AliOS-Things-master/components/posix/include/ |
A D | pthread.h | 116 void pthread_cleanup_push(void (*routine)(void *), void *arg);
|
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/ |
A D | README.md | 36 (the Makefiles do this automatically). Note that Perl is not needed for routine MicroPython
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | libjpeg.txt | 255 variable in the calling routine, if a single routine is going to execute the 804 this routine and perhaps jpeg_set_quality(). 823 recommended by IJG (cjpeg's "-quality" switch uses this routine). 847 scaling percentage. Note that this routine may change or go away 850 premise of this routine collapses. Caveat user. 874 the JPEG color space is set correctly before calling this routine. 1070 to use that routine, it's up to you to allocate the array. 1409 generally this routine will exit() or longjmp() somewhere. 1410 Typically you would override this routine to get rid of the exit() 1938 output. This is done by calling the routine jpeg_consume_input(). [all …]
|
A D | jdmarker.c | 1501 jpeg_marker_parser_method routine) in jpeg_set_marker_processor() argument 1506 marker->process_COM = routine; in jpeg_set_marker_processor() 1508 marker->process_APPn[marker_code - (int) M_APP0] = routine; in jpeg_set_marker_processor()
|
A D | install.txt | 223 fdopen() library routine or a Microsoft-compatible setmode() routine, you 237 * jmemansi.c This version uses the ANSI-standard library routine tmpfile(), 244 select_file_name() routine appropriately; see the comments 309 If you don't have a getenv() library routine, define NO_GETENV. 404 of percent-done progress reports. The routine provided in cdjpeg.c merely 662 the Mac by means of the ccommand() library routine provided by Metrowerks 728 modules. Define USE_CCOMMAND in jconfig.h so that the ccommand() routine is 949 attach suitable linkage keywords to the exported routine names. Similarly, 990 Pretty bizarre, especially since the very similar routine h2v2_merged_upsample
|
A D | coderules.txt | 54 appropriate. They provide a readable indication of the routine's usage and
|
A D | change.log | 292 All routine declarations changed to the style "GLOBAL(type) name ...", 294 routine's return type as an argument. This makes it possible to add
|
A D | filelist.txt | 113 jmemansi.c Makes temporary files with ANSI-standard routine tmpfile().
|
A D | jpeglib.h | 1090 jpeg_marker_parser_method routine));
|
A D | structure.txt | 802 routine for virtual arrays; instead, there is a "request" routine that simply 803 allocates the control block, and a "realize" routine (called just once) that 805 realize routine must allow for space occupied by non-virtual large objects.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/ |
A D | README | 8 puff.c provides the routine puff() to decompress the deflate data format. It
|
/AliOS-Things-master/components/SDL2/src/hidapi/m4/ |
A D | ax_pthread.m4 | 208 static void routine(void *a) { a = 0; } 214 pthread_cleanup_push(routine, 0);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | ax_pthread.m4 | 222 static void routine(void *a) { a = 0; } 228 pthread_cleanup_push(routine, 0);
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | jpeglib.h | 1090 jpeg_marker_parser_method routine));
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | t1decode.c | 985 XXX which routine has left its mark on the (PostScript) stack?; in t1_decoder_parse_charstrings()
|
/AliOS-Things-master/components/SDL2/src/image/external/ |
A D | jpeg-9b.patch | 738 + * NB: although we include FAR keywords in the routine declarations, 757 + * This routine computes the total memory space available for allocation.
|