Home
last modified time | relevance | path

Searched refs:falen (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp414 float falen = fa + angleSpan; in strokeArc() local
422 …e(cr, x + hRadius, (y + vRadius) * reverseScaleFactor, hRadius, -fa * M_PI/180, -falen * M_PI/180); in strokeArc()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp337 float falen = fa + angleSpan; in strokeArc() local
339 float end = -falen * piFloat / 180.0f; in strokeArc()