Searched refs:widthFactor (Results 1 – 1 of 1) sorted by relevance
5291 function createOpenAsyncArrow(widthFactor) argument5293 widthFactor = (widthFactor != null) ? widthFactor : 2;5309 c.lineTo(pt.x - unitX - unitY / widthFactor, pt.y - unitY + unitX / widthFactor);5313 c.lineTo(pt.x + unitY / widthFactor - unitX, pt.y - unitY - unitX / widthFactor);5346 canvas.lineTo(pt.x - unitX - unitY / widthFactor, pt.y - unitY + unitX / widthFactor);5353 canvas.lineTo(pt.x + unitY / widthFactor - unitX, pt.y - unitY - unitX / widthFactor);