HomeSort by relevance Sort by last modified time
    Searched refs:ay (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticSubDivide.cpp 44 double ay = dst[0].y = interp_quad_coords(&src[0].y, t1); local
50 /* by = */ dst[1].y = 2*dy - (ay + cy)/2;
EdgeWalkerQuadratic4x4_Test.cpp 21 int ay = state.a >> 2; local
42 path.moveTo(ax, ay);
52 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
EdgeWalkerPolygons_Mismatches.cpp 1593 int ay = miss.a >> 2; local
    [all...]
  /external/skia/experimental/Intersection/
QuadraticSubDivide.cpp 44 double ay = dst[0].y = interp_quad_coords(&src[0].y, t1); local
50 /* by = */ dst[1].y = 2*dy - (ay + cy)/2;
EdgeWalkerQuadratic4x4_Test.cpp 21 int ay = state.a >> 2; local
42 path.moveTo(ax, ay);
52 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
EdgeWalkerPolygons_Mismatches.cpp 1593 int ay = miss.a >> 2; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftcalc.c 941 FT_Pos ay = in_y; local
948 if ( ay < 0 )
949 ay = -ay;
950 d_in = ax + ay;
955 ay = out_y;
956 if ( ay < 0 )
957 ay = -ay;
958 d_out = ax + ay;
    [all...]
  /external/fonttools/Lib/fontTools/pens/
pointInsidePen.py 124 ay = y4 - dy - cy - by
125 solutions = sorted(solveCubic(ay, by, cy, dy - y))
144 direction = 3*ay*t2 + 2*by*t + cy
146 direction = 6*ay*t + 2*by
148 direction = ay
  /external/chromium_org/third_party/skia/tests/
PathOpsSimplifyQuadThreadedTest.cpp 20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
PathOpsQuadLineIntersectionThreadedTest.cpp 78 int ay = state.fA >> 2; local
83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
  /external/skia/tests/
PathOpsSimplifyQuadThreadedTest.cpp 20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
PathOpsQuadLineIntersectionThreadedTest.cpp 78 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/
vec3.js 359 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);
  /external/chromium_org/third_party/skia/experimental/
SkSetPoly3To3.cpp 29 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) {
30 return SkScalarMul(ax, bx) + SkScalarMul(ay, by);
SkSetPoly3To3_D.cpp 49 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) {
51 SkDScalar_setMul(ay, by));
  /external/skia/experimental/
SkSetPoly3To3.cpp 29 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) {
30 return SkScalarMul(ax, bx) + SkScalarMul(ay, by);
SkSetPoly3To3_D.cpp 49 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) {
51 SkDScalar_setMul(ay, by));
  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.h 72 float ax, float ay,
  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.h 72 float ax, float ay,
  /frameworks/base/libs/hwui/
PathTessellator.h 104 float ax, float ay,
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 943 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/
ftcalc.c 1190 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_out = || out || *
    [all...]

Completed in 8397 milliseconds

12 3 4 5 6