HomeSort by relevance Sort by last modified time
    Searched refs:Cx (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Parser/
cxx0x-attributes.cpp 50 [[,,,static, class, namespace,, inline, constexpr, mutable,, bitand, bitor::compl(!.*_ Cx.!U^*R),,,]] int more_garbage_attr; // expected-warning {{unknown attribute 'static' ignored}} \
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 486 double Cx = fPts[3].fX + 3 * (fPts[1].fX - fPts[2].fX) - fPts[0].fX;
488 return SkDQuad::RootsValidT(Bx * Cy - By * Cx, Ax * Cy - Ay * Cx, Ax * By - Ay * Bx, tValues);
642 /* cx = */ dst[2].fX = (nx * 2 - mx) / 18;
  /external/skia/src/core/
SkGeometry.cpp 601 SkScalar Cx = src[3].fX + 3 * (src[1].fX - src[2].fX) - src[0].fX;
604 return SkFindUnitQuadRoots(Bx*Cy - By*Cx,
605 Ax*Cy - Ay*Cx,
    [all...]

Completed in 88 milliseconds