/AliOS-Things-master/components/freetype/src/tools/ |
A D | cordic.py | 5 units = 180 * 2**16 variable 6 scale = units/math.pi 11 print "table of arctan( 1/2^n ) for PI = " + repr(units/65536.0) + " units"
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvg.h | 383 int units; member 1458 if (units[0] == 'p' && units[1] == 'x') in nsvg__parseUnits() 1460 else if (units[0] == 'p' && units[1] == 't') in nsvg__parseUnits() 1462 else if (units[0] == 'p' && units[1] == 'c') in nsvg__parseUnits() 1464 else if (units[0] == 'm' && units[1] == 'm') in nsvg__parseUnits() 1466 else if (units[0] == 'c' && units[1] == 'm') in nsvg__parseUnits() 1468 else if (units[0] == 'i' && units[1] == 'n') in nsvg__parseUnits() 1472 else if (units[0] == 'e' && units[1] == 'm') in nsvg__parseUnits() 1474 else if (units[0] == 'e' && units[1] == 'x') in nsvg__parseUnits() 1484 coord.units = nsvg__parseUnits(units); in nsvg__parseCoordinateRaw() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngset.c | 314 int nparams, png_const_charp units, png_charpp params) in png_set_pCAL() argument 321 if (png_ptr == NULL || info_ptr == NULL || purpose == NULL || units == NULL in png_set_pCAL() 376 length = strlen(units) + 1; in png_set_pCAL() 390 memcpy(info_ptr->pcal_units, units, length); in png_set_pCAL()
|
A D | pngget.c | 893 png_charp *units, png_charpp *params) in png_get_pCAL() argument 900 nparams != NULL && units != NULL && params != NULL) in png_get_pCAL() 907 *units = info_ptr->pcal_units; in png_get_pCAL()
|
A D | pngtest.c | 1242 png_charp purpose, units; in test_one_file() local 1248 &nparams, &units, ¶ms) != 0) in test_one_file() 1251 nparams, units, params); in test_one_file()
|
A D | pngwutil.c | 1745 png_int_32 X1, int type, int nparams, png_const_charp units, in png_write_pCAL() argument 1768 units_len = strlen(units) + (nparams == 0 ? 0 : 1); in png_write_pCAL() 1794 png_write_chunk_data(png_ptr, (png_const_bytep)units, (size_t)units_len); in png_write_pCAL()
|
A D | pngrutil.c | 2251 png_bytep buffer, buf, units, endptr; in png_handle_pCAL() local 2313 units = buf + 11; in png_handle_pCAL() 2333 for (buf = units; *buf; buf++) in png_handle_pCAL() 2367 (png_charp)units, params); in png_handle_pCAL()
|
A D | png.h | 2040 png_int_32 *X1, int *type, int *nparams, png_charp *units, 2047 int type, int nparams, png_const_charp units, png_charpp params));
|
A D | libpng-manual.txt | 1576 unit - physical scale units (an integer) 1578 width - width of a pixel in physical scale units 1580 height - height of a pixel in physical scale units 1586 unit - physical scale units (an integer) 1588 width - width of a pixel in physical scale units 1591 height - height of a pixel in physical scale units 3205 unit - physical scale units (an integer) 3207 width - width of a pixel in physical scale units 3209 height - height of a pixel in physical scale units 3214 unit - physical scale units (an integer) [all …]
|
A D | pngpriv.h | 1220 png_const_charp units, png_charpp params),PNG_EMPTY);
|
A D | CHANGES | 2024 Cast to proper type when getting/setting vpAg units in pngtest.c (Cosmin).
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/ |
A D | Kconfig | 325 is in units of milliseconds. 336 terminated. The value is in units of 100 milliseconds, so e.g. 347 in value for each iteration. The value is in units of 100
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-ios.md | 160 …units of g-force, SDL_JoystickGetAxis() reports joystick values as signed integers. Hence, in ord…
|
A D | README-raspberrypi.md | 37 original Pi units don't have NEON, the Pi2 probably does, and the Pi3
|
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/ |
A D | SDL_sysjoystick.m | 586 units. You can convert the data back to units of g-force by multiplying
|
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/ |
A D | gl2.h | 474 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETPROC) (GLfloat factor, GLfloat units); 617 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
|
A D | gl2ext.h | 1599 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETCLAMPEXTPROC) (GLfloat factor, GLfloat units, GLfloat … 1601 GL_APICALL void GL_APIENTRY glPolygonOffsetClampEXT (GLfloat factor, GLfloat units, GLfloat clamp); 3041 typedef void (GL_APIENTRYP PFNGLPATHSTENCILDEPTHOFFSETNVPROC) (GLfloat factor, GLfloat units); 3099 GL_APICALL void GL_APIENTRY glPathStencilDepthOffsetNV (GLfloat factor, GLfloat units);
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | png.h | 2040 png_int_32 *X1, int *type, int *nparams, png_charp *units, 2047 int type, int nparams, png_const_charp units, png_charpp params));
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_opengles2_gl2.h | 564 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
|
A D | SDL_opengl.h | 831 GLAPI void GLAPIENTRY glPolygonOffset( GLfloat factor, GLfloat units );
|
A D | SDL_opengl_glext.h | 4527 typedef void (APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units); 4632 GLAPI void APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units); 9175 typedef void (APIENTRYP PFNGLPATHSTENCILDEPTHOFFSETNVPROC) (GLfloat factor, GLfloat units); 9225 GLAPI void APIENTRY glPathStencilDepthOffsetNV (GLfloat factor, GLfloat units);
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_glfuncs.h | 301 SDL_PROC_UNUSED(void, glPolygonOffset, (GLfloat factor, GLfloat units))
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | libjpeg.txt | 1490 source and destination modules to transcribe the work arrays into 8-bit units 2817 long pass_counter; /* work units completed in this pass */ 2818 long pass_limit; /* total number of work units in this pass */
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 4064 * tools/tiff2pdf.c: Do not assume inches when the resolution units 6817 Previously added -c and -n switches (for overriding PS units) renamed 6977 units obtained from the input file. Closes
|