Searched refs:degree (Results 1 - 25 of 186) sorted by relevance

12345678

/xsrc/external/mit/freetype/dist/include/freetype/internal/services/
H A Dsvkern.h34 FT_Int degree,
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1afm.h45 FT_Int degree,
H A Dt1afm.c372 FT_Int degree,
387 if ( tk->degree != degree )
370 T1_Get_Track_Kerning(FT_Face face,FT_Fixed ptsize,FT_Int degree,FT_Fixed * kerning) argument
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dfsraytrace.c233 deg2rad(const float degree) argument
235 return( degree * 0.017453292519943295769236907684886F);
H A Dvsraytrace.c224 deg2rad(const float degree) argument
226 return( degree * 0.017453292519943295769236907684886F);
H A Dgsraytrace.cpp562 deg2rad(const float degree) argument
564 return( degree * 0.017453292519943295769236907684886F);
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dt1types.h154 FT_Int degree; member in struct:AFM_TrackKernRec_
/xsrc/external/mit/freetype/dist/src/tools/
H A Dtest_afm.c35 printf( "\t%2d: %5.2f %5.2f %5.2f %5.2f\n", tk->degree,
/xsrc/external/mit/ctwm/dist/client/
H A DREADME.md6 vetted to the same degree as ctwm itself, and are provided mostly for
/xsrc/external/mit/freetype/dist/src/raster/
H A Dftraster.c1195 * degree ::
1196 * The degree of the Bezier arc (either 2 or 3).
1211 Bezier_Up( RAS_ARGS Int degree, argument
1226 y1 = arc[degree].y;
1256 *top++ = arc[degree].x;
1288 y1 = arc[degree].y;
1292 arc += degree;
1296 *top++ = arc[degree].x + FMulDiv( arc[0].x - arc[degree].x,
1298 arc -= degree;
1348 Bezier_Down(RAS_ARGS Int degree,TSplitter splitter,Long miny,Long maxy) argument
[all...]
/xsrc/external/mit/xcalc/dist/
H A Dactions.c56 static void degree(Widget w, XEvent *ev, String *vector, Cardinal *count);
112 {"degree", degree}, /* degree, radian, grad switch */
221 static void degree(Widget w, XEvent *ev, String *vector, Cardinal *count) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp791 uint32_t degree; member in class:nv50_ir::GCRA::RIG_Node
879 GCRA::RIG_Node::RIG_Node() : Node(NULL), degree(0), degreeLimit(0), maxReg(0),
894 nodes[i].degree, nodes[i].degreeLimit);
946 degree = 0;
1201 this->degree += relDegree[node->colors][colors];
1202 node->degree += relDegree[colors][node->colors];
1322 if (nodes[i].degree < nodes[i].degreeLimit) {
1338 bool move = b->degree >= b->degreeLimit;
1342 a->getValue()->id, a->degree, a->degreeLimit,
1343 b->getValue()->id, b->degree,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp748 uint32_t degree; member in class:nv50_ir::GCRA::RIG_Node
849 nodes[i].degree, nodes[i].degreeLimit);
901 degree = 0;
1154 this->degree += relDegree[node->colors][colors];
1155 node->degree += relDegree[colors][node->colors];
1273 if (nodes[i].degree < nodes[i].degreeLimit) {
1289 bool move = b->degree >= b->degreeLimit;
1293 a->getValue()->id, a->degree, a->degreeLimit,
1294 b->getValue()->id, b->degree, b->degreeLimit);
1296 b->degree
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dfreetype.h3484 * degree ::
3485 * The degree of tightness. Increasingly negative values represent
3508 FT_Int degree,
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dafmparse.c638 tk->degree = shared_vals[0].u.i;
/xsrc/external/mit/freetype/dist/src/base/
H A Dftobjs.c3492 FT_Int degree,
3511 degree,
3490 FT_Get_Track_Kerning(FT_Face face,FT_Fixed point_size,FT_Int degree,FT_Fixed * akerning) argument
/xsrc/external/mit/util-macros/dist/
H A Daclocal.m4240 # actually supported "in the wild" to an acceptable degree.
/xsrc/external/mit/libpthread-stubs/dist/
H A Daclocal.m4548 # actually supported "in the wild" to an acceptable degree.
/xsrc/external/mit/xcb-proto/dist/
H A Daclocal.m4291 # actually supported "in the wild" to an acceptable degree.
/xsrc/external/mit/mesa-demos/dist/
H A Daclocal.m4814 # actually supported "in the wild" to an acceptable degree.
/xsrc/external/mit/fontconfig/dist/
H A Daclocal.m4548 # actually supported "in the wild" to an acceptable degree.
/xsrc/external/mit/libXaw/dist/
H A Daclocal.m42811 # actually supported "in the wild" to an acceptable degree.
/xsrc/external/mit/libXcursor/dist/
H A Daclocal.m42811 # actually supported "in the wild" to an acceptable degree.
/xsrc/external/mit/libXdmcp/dist/
H A Daclocal.m4548 # actually supported "in the wild" to an acceptable degree.
/xsrc/external/mit/libXext/dist/
H A Daclocal.m4548 # actually supported "in the wild" to an acceptable degree.

Completed in 47 milliseconds

12345678