Lines Matching refs:mxConstants
115 if ((this.state.fontStyle & mxConstants.FONT_BOLD) == mxConstants.FONT_BOLD)
120 if ((this.state.fontStyle & mxConstants.FONT_ITALIC) == mxConstants.FONT_ITALIC)
189 if (value == mxConstants.NONE)
232 else if (value == mxConstants.NONE)
328 if (value == mxConstants.NONE)
338 if (value == mxConstants.NONE)
391 if (value == null || value == mxConstants.NONE)
660 case mxConstants.ALIGN_MIDDLE:
663 case mxConstants.ALIGN_BOTTOM:
670 case mxConstants.ALIGN_CENTER:
673 case mxConstants.ALIGN_RIGHT:
731 case mxConstants.ALIGN_MIDDLE:
736 case mxConstants.ALIGN_BOTTOM:
751 if (align != null && align != mxConstants.ALIGN_LEFT)
755 if (align == mxConstants.ALIGN_CENTER)
781 …this.ctx.fillRect(startMostX, backgroundY, maxWidth, this.state.fontSize * mxConstants.LINE_HEIGHT…
787 …this.ctx.strokeRect(startMostX, backgroundY, maxWidth, this.state.fontSize * mxConstants.LINE_HEIG…
796 y += this.state.fontSize * mxConstants.LINE_HEIGHT;