Searched refs:centerPoint (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/ |
D | esextcTextureBorderClampSamplingTexture.cpp | 935 std::pair<glw::GLuint, glw::GLuint> centerPoint(width / 2, height / 2); in checkNearest() local 939 index = centerPoint.second * outRowWidth + centerPoint.first * out_components + i; in checkNearest() 943 << centerPoint.first << "," << centerPoint.second << ") , component (" << i << ")\n" in checkNearest()
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 907 XPS_POINT centerPoint; in createXpsRadialGradient() local 911 centerPoint = xps_point(info.fPoint[0]); in createXpsRadialGradient() 916 centerPoint = xps_point(info.fPoint[0], localMatrix); in createXpsRadialGradient() 936 ¢erPoint, in createXpsRadialGradient()
|
/external/skqp/src/xps/ |
D | SkXPSDevice.cpp | 907 XPS_POINT centerPoint; in createXpsRadialGradient() local 911 centerPoint = xps_point(info.fPoint[0]); in createXpsRadialGradient() 916 centerPoint = xps_point(info.fPoint[0], localMatrix); in createXpsRadialGradient() 936 ¢erPoint, in createXpsRadialGradient()
|
/external/skqp/src/core/ |
D | SkPath.cpp | 1462 SkPoint centerPoint = unitPts[0] + unitPts[1]; in arcTo() local 1463 centerPoint *= 0.5f; in arcTo() 1464 centerPoint.offset(-delta.fY, delta.fX); in arcTo() 1465 unitPts[0] -= centerPoint; in arcTo() 1466 unitPts[1] -= centerPoint; in arcTo() 1499 unitPts[1] += centerPoint; in arcTo()
|
/external/skia/src/core/ |
D | SkPath.cpp | 1462 SkPoint centerPoint = unitPts[0] + unitPts[1]; in arcTo() local 1463 centerPoint *= 0.5f; in arcTo() 1464 centerPoint.offset(-delta.fY, delta.fX); in arcTo() 1465 unitPts[0] -= centerPoint; in arcTo() 1466 unitPts[1] -= centerPoint; in arcTo() 1499 unitPts[1] += centerPoint; in arcTo()
|