Home
last modified time | relevance | path

Searched refs:linear (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/testpngs/
A Dmakepngs.sh47 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 Dgentests.sh68 for gamma in "" --sRGB --linear --1.8
75 --linear)
A Dpngstest.c172 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 Dpngstest-linear2 exec "${srcdir}/tests/pngstest" linear none
A Dpngstest-linear-alpha2 exec "${srcdir}/tests/pngstest" linear alpha
A Dpngstest26 *-linear[.-]*)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DTODO19 * Greater precision in changing to linear gamma for compositing against
A DMakefile.am73 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 Dpngread.c3681 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 Dpngpriv.h952 #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 Dpngwrite.c1941 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 Dlibpng-manual.txt849 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 DMakefile.in750 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 DCMakeLists.txt680 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 DCHANGES3576 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 Ddoxygen-custom.css40 -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 Dlight_lightness_srv.c279 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 Dnanosvg.h400 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 Ddoxygen.css169 …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 Djquery.js22 …).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 Dtttypes.h1480 FT_Int linear; member
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgload.c168 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 Dlibjpeg.txt842 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 Doutput.0370 @%:@ advantage of any shell optimizations that allow amortized linear growth over
13890 @%:@ advantage of any shell optimizations that allow amortized linear growth over
A Doutput.1370 @%:@ advantage of any shell optimizations that allow amortized linear growth over
13890 @%:@ advantage of any shell optimizations that allow amortized linear growth over

Completed in 140 milliseconds

12