Searched refs:centerPoint (Results 1 – 3 of 3) sorted by relevance
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/ |
D | FrustumShapeBuilder.java | 60 …builder.line(camera.position, targetColor, centerPoint(planePoints[4], planePoints[5], planePoints… in build() 64 Vector3 centerNear = centerPoint(planePoints[0], planePoints[1], planePoints[2]); in build() 126 private static Vector3 centerPoint (Vector3 point0, Vector3 point1, Vector3 point2) { in centerPoint() method in FrustumShapeBuilder
|
/external/skia/src/core/ |
D | SkPath.cpp | 1370 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/ |
D | SkXPSDevice.cpp | 929 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 ¢erPoint, in createXpsRadialGradient()
|