Home | History | Annotate | Download | only in front_end

Lines Matching refs:labelX

797             var labelX = this._canvas.width;
809 this._context.fillRect(labelX - labelWidth, labelY, labelWidth, lineHeight);
811 this._context.fillText(label, labelX - labelPadding, labelY + lineHeight - baselineHeight);