/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestFramerate.c | 49 Uint32 black; in ClearScreen() local 51 black = SDL_MapRGB(screen->format, 0, 0, 0); in ClearScreen() 54 memset(pixels, black, in ClearScreen()
|
A D | TestGfxTexture.c | 46 Uint32 black; in ClearScreen() local 48 black = SDL_MapRGB(screen->format, 0, 0, 0); in ClearScreen() 51 memset(pixels, black, in ClearScreen()
|
A D | TestFonts.c | 51 Uint32 black; in ClearScreen() local 53 black = SDL_MapRGB(screen->format, 0, 0, 0); in ClearScreen() 56 memset(pixels, black, in ClearScreen()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngsuite/ |
A D | README | 44 ftbbn0g01.png 1-bit grayscale, black bKGD 45 ftbbn0g02.png 2-bit grayscale, black bKGD 46 ftbbn0g04.png 4-bit grayscale, black bKGD 47 ftbbn2c16.png 16-bit truecolor, black bKGD 48 ftbbn3p08.png 8-bit paletted, black bKGD
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/addtiffo/ |
A D | README | 71 Photometric Interpretation: min-is-black 80 Photometric Interpretation: min-is-black 89 Photometric Interpretation: min-is-black 98 Photometric Interpretation: min-is-black 107 Photometric Interpretation: min-is-black
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | txtvsbin.txt | 45 - The black list of undesired, non-textual bytecodes: 49 no byte that belongs to the black list, then the file is categorized as 87 one or more black-listed codes, either by mistake or by peculiar design 89 of black-listed codes would provide an increased recall (i.e. more true
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testshape.c | 49 SDL_Color black = {0,0,0,0xff}; in main() local 98 pictures[i].mode.parameters.colorKey = black; in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | fax2ps.c | 76 char white, black; in printruns() member 121 putchar(colormode ? WBarr[l].black : WBarr[l].white), n--; in printruns()
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_mouse.c | 894 const Uint32 black = 0xFF000000; local 918 *pixel++ = (datab & 0x80) ? black : white; 920 *pixel++ = (datab & 0x80) ? black : transparent;
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2018-5784.patch | 72 T2P_CS_BILEVEL = 0x01, /* Bilevel, black and white */
|
A D | ChangeLog | 4173 to bug report by Peng Gao with black strip at bottom of images.
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | ci.sh | 23 pip3 install black 25 black --version
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless_neon.c | 210 const uint8x16_t black = vreinterpretq_u8_u32(vdupq_n_u32(ARGB_BLACK)); in PredictorAdd0_NEON() local 213 const uint8x16_t res = vaddq_u8(src, black); in PredictorAdd0_NEON()
|
A D | lossless_enc_sse2.c | 451 const __m128i black = _mm_set1_epi32(ARGB_BLACK); in PredictorSub0_SSE2() local 454 const __m128i res = _mm_sub_epi8(src, black); in PredictorSub0_SSE2()
|
A D | lossless_sse2.c | 187 const __m128i black = _mm_set1_epi32(ARGB_BLACK); in PredictorAdd0_SSE2() local 190 const __m128i res = _mm_add_epi8(src, black); in PredictorAdd0_SSE2()
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | doxygen.css | 156 background-color: black; 186 color: black;
|
/AliOS-Things-master/documentation/doxygen/style/ |
A D | doxygen-custom.css | 160 color: black; 339 background-color: black; 378 color: black;
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ChangeLog | 235 * Fixed rotozoom bug that caused black or undefined pixels on edges.
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamodes.m | 590 /* Fade to black to hide resolution-switching flicker */
|
A D | SDL_cocoawindow.m | 1294 /* Force the graphics context to clear to black so we don't get a flash of 1315 /* Force the graphics context to clear to black so we don't get a flash of
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | repl.js | 52 black: "\x1b[30m", property in colors
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | repl.js | 51 black: "\x1b[30m", property in colors
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 2077 PNG files describe monochrome as black being zero and white being one. 2078 The following code will reverse this (make black be one and white be 3534 PNG files describe monochrome as black being zero and white being 3536 (black being one and white being zero): 4131 by compositing on black. 4836 any invalid pixels are decoded as opaque black by the decoder and written
|
A D | CHANGES | 211 black pixels to background when a background is supplied and
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 613 7ec9552c Make gif transparent color to be transparent black 762 43bd8958 Make gif transparent color to be transparent black 770 6585075f Change PixelsAreSimilar() to handle black pixels correctly.
|