/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | AUTHORS | 5 - Djordje Pesut (djordje dot pesut at imgtec dot com) 10 - Johann Koenig (johann dot koenig at duck dot com) 11 - Jovan Zelincevic (jovan dot zelincevic at imgtec dot com) 24 - Parag Salasakar (img dot mips1 at gmail dot com) 25 - Pascal Massimino (pascal dot massimino at gmail dot com) 26 - Paweł Hajdan, Jr (phajdan dot jr at chromium dot org) 27 - Pierre Joye (pierre dot php at gmail dot com) 32 - Slobodan Prijic (slobodan dot prijic at imgtec dot com) 33 - Somnath Banerjee (somnath dot banerjee at gmail dot com) 35 - Tamar Levy (tamar dot levy at intel dot com) [all …]
|
/AliOS-Things-master/components/SDL2/src/render/metal/ |
A D | SDL_shaders_metal.metal | 84 …return col * float4(dot(yuv, decode.Rcoeff), dot(yuv, decode.Gcoeff), dot(yuv, decode.Bcoeff), 1.0… 100 …return col * float4(dot(yuv, decode.Rcoeff), dot(yuv, decode.Gcoeff), dot(yuv, decode.Bcoeff), 1.0… 116 …return col * float4(dot(yuv, decode.Rcoeff), dot(yuv, decode.Gcoeff), dot(yuv, decode.Bcoeff), 1.0…
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | misc_raytrace.py | 31 def dot(self, rhs): member in Vec 94 b = v.dot(ray.d) 95 det = b ** 2 - v.dot(v) + self.radsq 114 self.cdotn = centre.dot(normal) 117 ddotn = ray.d.dot(self.normal) 119 t = (self.cdotn - ray.p.dot(self.normal)) / ddotn 162 if ray.d.dot(surf_norm) > 0: 166 reflected = ray.d - surf_norm * (surf_norm.dot(ray.d) * 2) 175 ndotl = surf_norm.dot(light_vec) 176 ldotv = light_vec.dot(reflected)
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_label.c | 110 ext->dot.tmp_ptr = NULL; in lv_label_create() 147 memcpy(ext->dot.tmp, copy_ext->dot.tmp, sizeof(ext->dot.tmp)); in lv_label_create() 1176 if(ext->dot.tmp_ptr == NULL) { in lv_label_set_dot_tmp() 1180 memcpy(ext->dot.tmp_ptr, data, len); in lv_label_set_dot_tmp() 1181 ext->dot.tmp_ptr[len] = '\0'; in lv_label_set_dot_tmp() 1186 memcpy(ext->dot.tmp, data, len); in lv_label_set_dot_tmp() 1200 return ext->dot.tmp_ptr; in lv_label_get_dot_tmp() 1202 return ext->dot.tmp; in lv_label_get_dot_tmp() 1214 if(ext->dot_tmp_alloc && ext->dot.tmp_ptr) { in lv_label_dot_tmp_free() 1215 lv_mem_free(ext->dot.tmp_ptr); in lv_label_dot_tmp_free() [all …]
|
A D | lv_label.h | 72 } dot; member
|
/AliOS-Things-master/components/freetype/src/tools/ |
A D | apinames.c | 158 const char* dot; in names_dump() local 169 dot = strchr( dll_name, '.' ); in names_dump() 170 if ( dot != NULL ) in names_dump() 173 int len = dot - dll_name; in names_dump()
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | README | 9 Email aschiffler at ferzkopp dot net to contact the author or better check 451 - Updated mingw Makefile contributed by Jan Leike, jan dot leike 452 at gmx dot net - thanks Jan. 454 - Rotozoom debugging help by Jeff Wilges, heff at ifup dot us - 458 dot org - thanks Barry. 461 beuc at beuc dot net - thanks Sylvain. 468 dot com - thanks. 471 Dudfield, renesd at gmail dot com - thanks Rene. 474 at gmail dot com - thanks Chris. 493 - Pixel blend routine patches contributed by mitja at lxnav dot com - [all …]
|
A D | LICENSE | 24 Andreas Schiffler -- aschiffler at ferzkopp dot net
|
/AliOS-Things-master/components/freetype/src/psnames/ |
A D | psmodule.c | 145 const char* dot = NULL; in ps_unicode_value() local 152 dot = p; in ps_unicode_value() 158 if ( !dot ) in ps_unicode_value() 161 return (FT_UInt32)( ft_get_adobe_glyph_index( glyph_name, dot ) | in ps_unicode_value()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libregexp-opcode.h | 30 DEF(dot, 1)
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/ |
A D | CHANGES.txt | 3 copyright (C) 1999-2019 by Willem van Schaik <willem at schaik dot com>
|
A D | LICENSE.txt | 4 copyright (C) 1999-2019 by Willem van Schaik <willem at schaik dot com>
|
A D | README.txt | 116 mailto:willem at schaik dot com
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | genpng.c | 561 double cross, dot; in line_check() local 587 dot = lx * x + ly * y; in line_check() 597 return dot > -expand && dot < len2+expand; in line_check()
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 135 # will interpret the first line (until the first dot) of a JavaDoc-style 143 # interpret the first line (until the first dot) of a Qt-style 1431 # Configuration options related to the dot tool 1438 # fallback. It is recommended to install and use dot, since it yields more 1465 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is 1491 # different font using DOT_FONTNAME you can set the path where dot 1569 # generated by dot. Possible values are png, jpg, or gif 1580 # contain dot files that are included in the documentation (see the 1615 # makes dot run faster, but since only newer versions of dot (>1.8.10) 1622 # arrows in the dot generated graphs. [all …]
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 145 # will interpret the first line (until the first dot) of a JavaDoc-style 153 # interpret the first line (until the first dot) of a Qt-style 1360 # Configuration options related to the dot tool 1367 # fallback. It is recommended to install and use dot, since it yields more 1395 # directory and reference it in all dot files that doxygen generates. This 1412 # different font using DOT_FONTNAME you can set the path where dot 1490 # generated by dot. Possible values are png, jpg, or gif 1501 # contain dot files that are included in the documentation (see the 1536 # makes dot run faster, but since only newer versions of dot (>1.8.10) 1543 # arrows in the dot generated graphs. [all …]
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | requests | 26 '/usr/share/aclocal-1.15/lead-dot.m4', 329 '/usr/share/aclocal-1.15/lead-dot.m4',
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 159 # will interpret the first line (until the first dot) of a JavaDoc-style 167 # interpret the first line (until the first dot) of a Qt-style 1611 # Configuration options related to the dot tool 1618 # install and use dot, since it yields more powerful graphs. 1666 # By default doxygen will tell dot to use the Helvetica font. 1668 # set the path where dot can find it. 1754 # generated by dot. Possible values are svg, png, jpg, or gif. 1776 # contain dot files that are included in the documentation (see the 1817 # makes dot run faster, but since only newer versions of dot (>1.8.10) 1824 # arrows in the dot generated graphs. [all …]
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 174 # first line (until the first dot) of a Javadoc-style comment as the brief 183 # line (until the first dot) of a Qt-style comment as the brief description. If 1767 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is 2023 # Configuration options related to the dot tool 2069 # When you want a differently looking font n the dot files that doxygen 2071 # sure dot is able to find the font, which can be done by putting it in a 2080 # dot graphs. 2086 # By default doxygen will tell dot to use the default font as specified with 2088 # the path where dot can find it using this tag. 2203 # generated by dot. [all …]
|
A D | web_doxyfile.in | 174 # first line (until the first dot) of a Javadoc-style comment as the brief 183 # line (until the first dot) of a Qt-style comment as the brief description. If 1767 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is 2011 # Configuration options related to the dot tool 2057 # When you want a differently looking font n the dot files that doxygen 2059 # sure dot is able to find the font, which can be done by putting it in a 2068 # dot graphs. 2074 # By default doxygen will tell dot to use the default font as specified with 2076 # the path where dot can find it using this tag. 2191 # generated by dot. [all …]
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 184 # first line (until the first dot) of a Javadoc-style comment as the brief 193 # line (until the first dot) of a Qt-style comment as the brief description. If 1879 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is 2137 # Configuration options related to the dot tool 2190 # When you want a differently looking font in the dot files that doxygen 2192 # sure dot is able to find the font, which can be done by putting it in a 2201 # dot graphs. 2209 # the path where dot can find it using this tag. 2326 # generated by dot. For an explanation of the image formats see the section 2327 # output formats in the documentation of the dot tool (Graphviz (see: [all …]
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 192 # first line (until the first dot) of a Javadoc-style comment as the brief 470 # encounter. Generating dot graphs in parallel is controlled by the 2189 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is 2452 # Configuration options related to the dot tool 2496 # When you want a differently looking font in the dot files that doxygen 2498 # sure dot is able to find the font, which can be done by putting it in a 2507 # dot graphs. 2515 # the path where dot can find it using this tag. 2655 # output formats in the documentation of the dot tool (Graphviz (see: 2761 # makes dot run faster, but since only newer versions of dot (>1.8.10) support [all …]
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | Doxyfile | 299 # Configuration options related to the dot tool
|
/AliOS-Things-master/components/jsoncpp/ |
A D | CONTRIBUTING.md | 71 python doxybuild.py --doxygen=$(which doxygen) --open --with-dot
|
/AliOS-Things-master/components/py_engine/engine/drivers/display/ |
A D | lcd160cr.py | 338 def dot(self, x, y): member in LCD160CR
|