Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 25 of 32) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog24 * 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 DREADME40 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 Dtestplatform.c210 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 DHAL_OS_rhino.c161 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 DHAL_OS_yoc.c75 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 DREADME41 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 DREADME29 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 Dpthread.c45 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 Dreadme.txt11 - Attension: ZLib.Read generic routine have a initialization requirement
/AliOS-Things-master/components/posix/include/
A Dpthread.h116 void pthread_cleanup_push(void (*routine)(void *), void *arg);
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A DREADME.md36 (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 Dlibjpeg.txt255 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 Djdmarker.c1501 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 Dinstall.txt223 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 Dcoderules.txt54 appropriate. They provide a readable indication of the routine's usage and
A Dchange.log292 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 Dfilelist.txt113 jmemansi.c Makes temporary files with ANSI-standard routine tmpfile().
A Djpeglib.h1090 jpeg_marker_parser_method routine));
A Dstructure.txt802 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 DREADME8 puff.c provides the routine puff() to decompress the deflate data format. It
/AliOS-Things-master/components/SDL2/src/hidapi/m4/
A Dax_pthread.m4208 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 Dax_pthread.m4222 static void routine(void *a) { a = 0; }
228 pthread_cleanup_push(routine, 0);
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djpeglib.h1090 jpeg_marker_parser_method routine));
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1decode.c985 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 Djpeg-9b.patch738 + * NB: although we include FAR keywords in the routine declarations,
757 + * This routine computes the total memory space available for allocation.

Completed in 67 milliseconds

12