Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp1370 SkPoint centerPoint = unitPts[0] + unitPts[1]; in arcTo() local
1371 centerPoint *= 0.5f; in arcTo()
1372 centerPoint.offset(-delta.fY, delta.fX); in arcTo()
1373 unitPts[0] -= centerPoint; in arcTo()
1374 unitPts[1] -= centerPoint; in arcTo()
1399 unitPts[1] += centerPoint; in arcTo()
/external/skia/src/device/xps/
DSkXPSDevice.cpp929 XPS_POINT centerPoint; in createXpsRadialGradient() local
933 centerPoint = xps_point(info.fPoint[0]); in createXpsRadialGradient()
938 centerPoint = xps_point(info.fPoint[0], localMatrix); in createXpsRadialGradient()
958 &centerPoint, in createXpsRadialGradient()