Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/resources/
H A Dtestdriver.js30 var centerPoint = getInViewCenterPoint(rectangles[0]);
33 return elementDocument.elementsFromPoint(centerPoint[0], centerPoint[1]);
35 var rv = elementDocument.msElementsFromPoint(centerPoint[0], centerPoint[1]);
163 var centerPoint = getInViewCenterPoint(rect);
165 {x: centerPoint[0],
166 y: centerPoint[1]});
/third_party/skia/src/core/
H A DSkPathBuilder.cpp510 SkPoint centerPoint = unitPts[0] + unitPts[1]; in arcTo() local
511 centerPoint *= 0.5f; in arcTo()
512 centerPoint.offset(-delta.fY, delta.fX); in arcTo()
513 unitPts[0] -= centerPoint; in arcTo()
514 unitPts[1] -= centerPoint; in arcTo()
557 unitPts[1] += centerPoint; in arcTo()
H A DSkPath.cpp1220 SkPoint centerPoint = unitPts[0] + unitPts[1]; in arcTo() local
1221 centerPoint *= 0.5f; in arcTo()
1222 centerPoint.offset(-delta.fY, delta.fX); in arcTo()
1223 unitPts[0] -= centerPoint; in arcTo()
1224 unitPts[1] -= centerPoint; in arcTo()
1267 unitPts[1] += centerPoint; in arcTo()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp951 std::pair<glw::GLuint, glw::GLuint> centerPoint(width / 2, height / 2); in checkNearest()
955 index = centerPoint.second * outRowWidth + centerPoint.first * out_components + i; in checkNearest()
959 << centerPoint.first << "," << centerPoint.second << ") , component (" << i << ")\n" in checkNearest()
/third_party/skia/src/xps/
H A 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()

Completed in 13 milliseconds