Searched refs:geoDy (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp1441 SkScalar geoDy = SK_ScalarHalf / SkScalarSqrt(b * b + d * d); local
1445 viewMatrix, color, xRadius, yRadius, innerXRadius, innerYRadius, geoDx, geoDy,
1447 SkRect::MakeLTRB(center.fX - xRadius - geoDx, center.fY - yRadius - geoDy,
1448 center.fX + xRadius + geoDx, center.fY + yRadius + geoDy)});

Completed in 64 milliseconds