Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m211 SDL_Surface *converted;
217 converted = SDL_ConvertSurfaceFormat(surface, SDL_PIXELFORMAT_RGBA32, 0);
218 if (!converted) {
223 pixelsWide: converted->w
224 pixelsHigh: converted->h
230 bytesPerRow: converted->pitch
231 bitsPerPixel: converted->format->BitsPerPixel] autorelease];
233 SDL_FreeSurface(converted);
239 SDL_memcpy(pixels, converted->pixels, converted->h * converted->pitch);
240 SDL_FreeSurface(converted);
A DSDL_cocoawindow.m126 * The escape key gets converted to a "cancel" selector, etc.
898 * where they get converted to action messages, etc.
930 * The escape key gets converted to a "cancel" selector, etc.
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidmouse.c92 SDL_Surface *converted; in Android_CreateCursor() local
94 converted = SDL_ConvertSurfaceFormat(surface, SDL_PIXELFORMAT_ARGB8888, 0); in Android_CreateCursor()
95 if (!converted) { in Android_CreateCursor()
98 custom_cursor = Android_JNI_CreateCustomCursor(converted, hot_x, hot_y); in Android_CreateCursor()
99 SDL_FreeSurface(converted); in Android_CreateCursor()
/AliOS-Things-master/components/SDL2/test/
A Dtestyuv.c253 SDL_Surface *converted; in main() local
346 converted = SDL_CreateRGBSurfaceWithFormat(0, original->w, original->h, 0, rgb_format); in main()
347 if (!converted) { in main()
354 …inal->w, original->h, yuv_format, raw_yuv, pitch, rgb_format, converted->pixels, converted->pitch); in main()
376 output[1] = SDL_CreateTextureFromSurface(renderer, converted); in main()
/AliOS-Things-master/components/SDL2/src/video/yuv2rgb/
A Dyuv_rgb_sse_func.h466 int converted = (width & ~31); in SSE_FUNCTION_NAME() local
467 if (converted != width) in SSE_FUNCTION_NAME()
469 const uint8_t *y_ptr=Y+converted*y_pixel_stride, in SSE_FUNCTION_NAME()
470 *u_ptr=U+converted*uv_pixel_stride/uv_x_sample_interval, in SSE_FUNCTION_NAME()
471 *v_ptr=V+converted*uv_pixel_stride/uv_x_sample_interval; in SSE_FUNCTION_NAME()
473 uint8_t *rgb_ptr=RGB+converted*rgb_pixel_stride; in SSE_FUNCTION_NAME()
475 …STD_FUNCTION_NAME(width-converted, height, y_ptr, u_ptr, v_ptr, Y_stride, UV_stride, rgb_ptr, RGB_… in SSE_FUNCTION_NAME()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/
A DREADME.Tiffile7 converted to RGBA, thus taking up 32x as much memory as needed (4 bytes per
/AliOS-Things-master/components/SDL2/src/image/
A DSDL2_image.spec65 - converted to get package information from configure
A DSDL2_image.spec.in65 - converted to get package information from configure
/AliOS-Things-master/components/freetype/src/autofit/
A Dafblue.hin27 /* hard-coded, self-converted data, no error checking is performed */
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi190 invoked as a function: the parameter is converted to a primitive
191 type. If the result is a numeric type, it is converted to BigFloat
192 without rounding. If the result is a string, it is converted to
290 the global precision. It is then converted to string using the minimum
475 converted to BigDecimal by using ToString(). Hence comparisons between
491 parameter is converted to a bigdecimal by using ToString(). Hence
492 Number values are not converted to their exact numerical value as
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A DREADME.txt71 are converted into an alpha-channel and from there on treated the same
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/lightmeter/
A Dlightmeter.md427 * @return the ambient light converted to float data.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DNEWS48 * new img2webp utility allowing a sequence of images to be converted to
A DREADME482 Animated GIF files can be converted to WebP files with animation using the
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1950.txt155 specification was converted to RFC style.
416 Randers-Pehrson converted this document to RFC and HTML format.
A Drfc1952.txt536 Randers-Pehrson converted this document to RFC and HTML format.
A Drfc1951.txt894 Glenn Randers-Pehrson converted this document to RFC and HTML format.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DREADME44 older programs be converted to the new format, to facilitate upgrades
A Dlibpng-manual.txt1091 must always be converted to at least 8-bit format. (Even though low bit depth
1670 converted to microns and back without some loss
1960 will be silently converted to grayscale, using the green channel
3870 All channels can be converted to the original value by dividing by 65535; all
/AliOS-Things-master/components/SDL2/src/image/debian/
A Dchangelog68 * copyright: converted to DEP-5 debian/copyright
/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog159 * converted all C++ comments to C comments in SDL_imageFilter
A DREADME72 Note that surfaces of other bit depth then 8 and 32 will be converted
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m585 Once converted to Sint16, the accelerometer data no longer has coherent
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME152 converted by the State Machine is passed to the glyph renderer, thus
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dgzio.c-bak676 Writes c, converted to an unsigned char, into the compressed file.

Completed in 28 milliseconds

12