Searched refs:centerPoint (Results 1 - 5 of 5) sorted by relevance
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testdriver.js | 30 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 D | SkPathBuilder.cpp | 510 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 D | SkPath.cpp | 1220 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 D | esextcTextureBorderClampSamplingTexture.cpp | 951 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 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()
|
Completed in 14 milliseconds