Home
last modified time | relevance | path

Searched refs:units (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/freetype/src/tools/
A Dcordic.py5 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 Dnanosvg.h383 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 Dpngset.c314 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 Dpngget.c893 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 Dpngtest.c1242 png_charp purpose, units; in test_one_file() local
1248 &nparams, &units, &params) != 0) in test_one_file()
1251 nparams, units, params); in test_one_file()
A Dpngwutil.c1745 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 Dpngrutil.c2251 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 Dpng.h2040 png_int_32 *X1, int *type, int *nparams, png_charp *units,
2047 int type, int nparams, png_const_charp units, png_charpp params));
A Dlibpng-manual.txt1576 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 Dpngpriv.h1220 png_const_charp units, png_charpp params),PNG_EMPTY);
A DCHANGES2024 Cast to proper type when getting/setting vpAg units in pngtest.c (Cosmin).
/AliOS-Things-master/components/ble_mesh/bt_mesh/
A DKconfig325 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 DREADME-ios.md160units of g-force, SDL_JoystickGetAxis() reports joystick values as signed integers. Hence, in ord…
A DREADME-raspberrypi.md37 original Pi units don't have NEON, the Pi2 probably does, and the Pi3
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m586 units. You can convert the data back to units of g-force by multiplying
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/
A Dgl2.h474 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETPROC) (GLfloat factor, GLfloat units);
617 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
A Dgl2ext.h1599 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 Dpng.h2040 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 DSDL_opengles2_gl2.h564 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
A DSDL_opengl.h831 GLAPI void GLAPIENTRY glPolygonOffset( GLfloat factor, GLfloat units );
A DSDL_opengl_glext.h4527 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 DSDL_glfuncs.h301 SDL_PROC_UNUSED(void, glPolygonOffset, (GLfloat factor, GLfloat units))
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dlibjpeg.txt1490 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 DChangeLog4064 * 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

Completed in 182 milliseconds