| /AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/testpngs/ |
| A D | makepngs.sh | 47 for g in none sRGB linear 1.8 84 mpg linear palette 8 # error limits only 85 mpg linear rgb-alpha 16 # error limits only
|
| /AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
| A D | gentests.sh | 68 for gamma in "" --sRGB --linear --1.8 75 --linear)
|
| A D | pngstest.c | 172 sRGB(double linear /*range 0.0 .. 1.0*/) in sRGB() argument 174 return u8d(255 * sRGB_from_linear(linear)); in sRGB()
|
| /AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/tests/ |
| A D | pngstest-linear | 2 exec "${srcdir}/tests/pngstest" linear none
|
| A D | pngstest-linear-alpha | 2 exec "${srcdir}/tests/pngstest" linear alpha
|
| A D | pngstest | 26 *-linear[.-]*)
|
| /AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
| A D | TODO | 19 * Greater precision in changing to linear gamma for compositing against
|
| A D | Makefile.am | 73 tests/pngstest-1.8 tests/pngstest-1.8-alpha tests/pngstest-linear\ 74 tests/pngstest-linear-alpha tests/pngstest-none tests/pngstest-none-alpha\
|
| A D | pngread.c | 3681 int linear = (format & PNG_FORMAT_FLAG_LINEAR) != 0; in png_image_read_direct() local 3749 if (linear != 0) in png_image_read_direct() 3806 if (linear != 0 /*16-bit output*/) in png_image_read_direct() 3833 else if (linear != 0) /* compose on black (well, pre-multiply) */ in png_image_read_direct() 3880 if (linear != 0) in png_image_read_direct() 3953 if (linear != 0) in png_image_read_direct() 4044 if (linear != 0) in png_image_read_direct()
|
| A D | pngpriv.h | 952 #define PNG_sRGB_FROM_LINEAR(linear) \ argument 953 ((png_byte)(0xff & ((png_sRGB_base[(linear)>>15] \ 954 + ((((linear) & 0x7fff)*png_sRGB_delta[(linear)>>15])>>12)) >> 8)))
|
| A D | pngwrite.c | 1941 int linear = !colormap && (format & PNG_FORMAT_FLAG_LINEAR); /* input */ in png_image_write_main() local 1943 int write_16bit = linear && (display->convert_to_8bit == 0); in png_image_write_main() 2094 if (linear != 0) in png_image_write_main() 2122 if ((linear != 0 && alpha != 0 ) || in png_image_write_main()
|
| A D | libpng-manual.txt | 849 alpha value. The alpha value is a linear measure of the 862 scaled, linear encoded, pre-multiplied component values must 897 linear component values will be pre-multiplied by the 906 With PNG_ALPHA_STANDARD libpng always produces linear 912 will override the linear encoding. Instead the 914 the alpha channel will still be linear. This may 918 While linear 8-bit data is often used it has 927 will still have linear components. 933 the output but still has linear values for the 4084 assumed to be linear. [all …]
|
| A D | Makefile.in | 750 tests/pngstest-1.8 tests/pngstest-1.8-alpha tests/pngstest-linear\ 751 tests/pngstest-linear-alpha tests/pngstest-none tests/pngstest-none-alpha\ 1707 tests/pngstest-linear.log: tests/pngstest-linear 1714 tests/pngstest-linear-alpha.log: tests/pngstest-linear-alpha
|
| A D | CMakeLists.txt | 680 foreach(gamma_type 1.8 linear none sRGB) 684 string(REGEX MATCH ".*-linear[-.].*" TEST_PNG_LINEAR "${test_png}") 702 if(NOT "${gamma_type}" STREQUAL "linear")
|
| A D | CHANGES | 3576 8-bit case because 8-bit linear arithmetic is used. 3717 Installed more accurate linear to sRGB conversion tables. The slightly 3728 libpng does not support more than one transform that requires linear data 3950 intermediate linear value and it does not use the sRGB transform, so it 3958 non-linear gamma Also bugs in the error checking in pngread.c and changed 4458 case they were assumed to have linear data. This was an error. The 4462 rather than the default linear. 5213 Fixed simplified 8-bit-linear to sRGB alpha. The calculated alpha 5624 length and not the number of bytes, which for linear formats is twice the
|
| /AliOS-Things-master/documentation/doxygen/style/ |
| A D | doxygen-custom.css | 40 -webkit-transition: text-shadow 0.5s linear; 41 -moz-transition: text-shadow 0.5s linear; 42 -ms-transition: text-shadow 0.5s linear; 43 -o-transition: text-shadow 0.5s linear; 44 transition: text-shadow 0.5s linear; 353 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%); 661 -webkit-transition: box-shadow 0.5s linear; 662 -moz-transition: box-shadow 0.5s linear; 663 -ms-transition: box-shadow 0.5s linear; 664 -o-transition: box-shadow 0.5s linear; [all …]
|
| /AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/srv/ |
| A D | light_lightness_srv.c | 279 u16_t linear = 0; in _light_lightness_linear_analyze() local 299 linear = net_buf_simple_pull_le16(buf); in _light_lightness_linear_analyze() 318 mesh_state->lightness_linear[T_TAR] = linear; in _light_lightness_linear_analyze()
|
| /AliOS-Things-master/components/SDL2/src/image/ |
| A D | nanosvg.h | 400 NSVGlinearData linear; member 879 x1 = nsvg__convertToPixels(p, data->linear.x1, ox, sw); in nsvg__createGradient() 880 y1 = nsvg__convertToPixels(p, data->linear.y1, oy, sh); in nsvg__createGradient() 881 x2 = nsvg__convertToPixels(p, data->linear.x2, ox, sw); in nsvg__createGradient() 882 y2 = nsvg__convertToPixels(p, data->linear.y2, oy, sh); in nsvg__createGradient() 2577 grad->linear.x1 = nsvg__coord(0.0f, NSVG_UNITS_PERCENT); in nsvg__parseGradient() 2578 grad->linear.y1 = nsvg__coord(0.0f, NSVG_UNITS_PERCENT); in nsvg__parseGradient() 2579 grad->linear.x2 = nsvg__coord(100.0f, NSVG_UNITS_PERCENT); in nsvg__parseGradient() 2580 grad->linear.y2 = nsvg__coord(0.0f, NSVG_UNITS_PERCENT); in nsvg__parseGradient() 2612 grad->linear.x1 = nsvg__parseCoordinateRaw(attr[i + 1]); in nsvg__parseGradient() [all …]
|
| /AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
| A D | doxygen.css | 169 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(… 170 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000); 466 … background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7); 471 …background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#…
|
| A D | jquery.js | 22 …).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){…
|
| /AliOS-Things-master/components/freetype/include/internal/ |
| A D | tttypes.h | 1480 FT_Int linear; member
|
| /AliOS-Things-master/components/freetype/src/truetype/ |
| A D | ttgload.c | 168 loader->linear = advance_width; in tt_get_metrics() 236 loader->linear = advance_width; in tt_get_metrics_incr_overrides() 1869 glyph->linearHoriAdvance = loader->linear; in compute_glyph_metrics() 2368 glyph->linearHoriAdvance = loader.linear; in TT_Load_Glyph()
|
| /AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
| A D | libjpeg.txt | 842 recommend linear scaling as a user-visible quality scale otherwise. 846 Converts a value on the IJG-recommended quality scale to a linear 853 Set default quantization tables with linear q_scale_factor[] values 1024 Note that the q_scale_factor[] fields are the "linear" scales, so you
|
| /AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
| A D | output.0 | 370 @%:@ advantage of any shell optimizations that allow amortized linear growth over 13890 @%:@ advantage of any shell optimizations that allow amortized linear growth over
|
| A D | output.1 | 370 @%:@ advantage of any shell optimizations that allow amortized linear growth over 13890 @%:@ advantage of any shell optimizations that allow amortized linear growth over
|