Searched refs:rectHeight (Results 1 – 2 of 2) sorted by relevance
22 const rectHeight = 20; constant109 node.frame!.y = node.parent.frame!.y + rectHeight;110 node.frame!.height = rectHeight;126 const drawHeight = rectHeight - padding * 2; //绘制方块上下留一个像素
56 paddingTop: rectHeight + padding * 2,150 sysEventNode.frame.y = sysEventNode.depth! * rectHeight + padding * 2;162 ctx.fillRect(data.frame.x, data.frame.y + padding * data.depth, data.frame.width, rectHeight);168 const rectHeight = 10; constant