Searched refs:ay (Results 26 - 50 of 94) sorted by relevance

1234

/external/chromium_org/third_party/skia/tests/
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
H A DPathOpsQuadLineIntersectionThreadedTest.cpp78 int ay = state.fA >> 2; local
83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
/external/skia/experimental/Intersection/
H A DEdgeWalkerQuadratic4x4_Test.cpp21 int ay = state.a >> 2; local
42 path.moveTo(ax, ay);
52 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
H A DEdgeWalkerPolygons_Mismatches.cpp1593 int ay = miss.a >> 2; local
1610 path.moveTo(ax, ay);
H A DCubicSubDivide.cpp76 double ay = dst[0].y = interp_cubic_coords(&src[0].y, t1); local
84 double my = ey * 27 - ay * 8 - dy;
86 double ny = fy * 27 - ay - dy * 8;
/external/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
H A DPathOpsQuadLineIntersectionThreadedTest.cpp78 int ay = state.fA >> 2; local
83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dvec3.js359 var ax = a[0], ay = a[1], az = a[2],
362 out[0] = ay * bz - az * by;
364 out[2] = ax * by - ay * bx;
379 ay = a[1],
382 out[1] = ay + t * (b[1] - ay);
H A Dvec2.js356 ay = a[1];
358 out[1] = ay + t * (b[1] - ay);
H A Dvec4.js381 ay = a[1],
385 out[1] = ay + t * (b[1] - ay);
/external/chromium_org/third_party/skia/experimental/
H A DSkSetPoly3To3.cpp29 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
30 return SkScalarMul(ax, bx) + SkScalarMul(ay, by);
H A DSkSetPoly3To3_D.cpp49 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
51 SkDScalar_setMul(ay, by));
/external/skia/experimental/
H A DSkSetPoly3To3.cpp29 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
30 return SkScalarMul(ax, bx) + SkScalarMul(ay, by);
H A DSkSetPoly3To3_D.cpp49 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
51 SkDScalar_setMul(ay, by));
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h72 float ax, float ay,
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h72 float ax, float ay,
/external/chromium_org/third_party/freetype/src/base/
H A Dftcalc.c943 FT_Pos ay = in_y; local
950 if ( ay < 0 )
951 ay = -ay;
952 d_in = ax + ay;
957 ay = out_y;
958 if ( ay < 0 )
959 ay = -ay;
960 d_out = ax + ay;
[all...]
/external/freetype/src/base/
H A Dftcalc.c1190 FT_Pos ay = in_y; local
1213 if ( ay < 0 )
1214 ay = -ay;
1215 d_in = ax + ay; /* d_in = || in || */
1220 ay = out_y;
1221 if ( ay < 0 )
1222 ay = -ay;
1223 d_out = ax + ay; /* d_ou
[all...]
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Druler_track.js124 var ay = -ux * arrowWidth;
128 ctx.moveTo(bx + ax, by + ay);
130 ctx.lineTo(bx - ax, by - ay);
131 ctx.lineTo(bx + ax, by + ay);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerPolygons_Mismatches.cpp1593 int ay = miss.a >> 2; local
1610 path.moveTo(ax, ay);
H A DCubicSubDivide.cpp76 double ay = dst[0].y = interp_cubic_coords(&src[0].y, t1); local
84 double my = ey * 27 - ay * 8 - dy;
86 double ny = fy * 27 - ay - dy * 8;
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshalgo.c942 FT_Pos ay = y_in; local
949 if ( ay < 0 )
950 ay = -ay;
951 d_in = ax + ay;
956 ay = y_out;
957 if ( ay < 0 )
958 ay = -ay;
959 d_out = ax + ay;
1160 FT_Pos ax, ay; local
[all...]
/external/freetype/src/pshinter/
H A Dpshalgo.c942 FT_Pos ay = y_in; local
949 if ( ay < 0 )
950 ay = -ay;
951 d_in = ax + ay;
956 ay = y_out;
957 if ( ay < 0 )
958 ay = -ay;
959 d_out = ax + ay;
1160 FT_Pos ax, ay; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshalgo.c942 FT_Pos ay = y_in; local
949 if ( ay < 0 )
950 ay = -ay;
951 d_in = ax + ay;
956 ay = y_out;
957 if ( ay < 0 )
958 ay = -ay;
959 d_out = ax + ay;
1160 FT_Pos ax, ay; local
[all...]

Completed in 463 milliseconds

1234