Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp935 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/
DSkXPSDevice.cpp907 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 &centerPoint, in createXpsRadialGradient()
/external/skqp/src/xps/
DSkXPSDevice.cpp907 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 &centerPoint, in createXpsRadialGradient()
/external/skqp/src/core/
DSkPath.cpp1462 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/
DSkPath.cpp1462 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()