Home
last modified time | relevance | path

Searched defs:Ay (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkGeometry.cpp308 SkScalar Ay = src[1].fY - src[0].fY; in SkFindQuadMaxCurvature() local
598 SkScalar Ay = src[1].fY - src[0].fY; in SkFindCubicInflections() local
/external/skia/src/pathops/
DSkPathOpsCubic.cpp483 double Ay = fPts[1].fY - fPts[0].fY; in findInflections() local