/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/ |
H A D | nsMathMLChar.h | 91 mDraw = DRAW_NORMAL; in nsMathMLChar() 186 enum DrawingMethod { DRAW_NORMAL, DRAW_VARIANT, DRAW_PARTS }; enumerator
|
/dports/www/firefox/firefox-99.0/layout/mathml/ |
H A D | nsMathMLChar.h | 91 mDraw = DRAW_NORMAL; in nsMathMLChar() 186 enum DrawingMethod { DRAW_NORMAL, DRAW_VARIANT, DRAW_PARTS }; enumerator
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/ |
H A D | nsMathMLChar.h | 91 mDraw = DRAW_NORMAL; in nsMathMLChar() 186 enum DrawingMethod { DRAW_NORMAL, DRAW_VARIANT, DRAW_PARTS }; enumerator
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/ |
H A D | nsMathMLChar.h | 96 mDraw = DRAW_NORMAL; in nsMathMLChar() 222 DRAW_NORMAL, DRAW_VARIANT, DRAW_PARTS enumerator
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/ |
H A D | nsMathMLChar.h | 88 mDraw = DRAW_NORMAL; in nsMathMLChar() 183 enum DrawingMethod { DRAW_NORMAL, DRAW_VARIANT, DRAW_PARTS }; enumerator
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/ |
H A D | nsMathMLChar.h | 91 mDraw = DRAW_NORMAL; in nsMathMLChar() 186 enum DrawingMethod { DRAW_NORMAL, DRAW_VARIANT, DRAW_PARTS }; enumerator
|
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/ |
H A D | base_button.cpp | 371 return DRAW_NORMAL; in get_draw_mode() 374 return DRAW_NORMAL; in get_draw_mode() 486 BIND_CONSTANT(DRAW_NORMAL); in _bind_methods()
|
H A D | base_button.h | 73 DRAW_NORMAL, enumerator
|
H A D | link_button.cpp | 74 case DRAW_NORMAL: { in _notification()
|
H A D | button.cpp | 70 case DRAW_NORMAL: { in _notification()
|
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/ |
H A D | base_button.cpp | 371 return DRAW_NORMAL; in get_draw_mode() 374 return DRAW_NORMAL; in get_draw_mode() 486 BIND_CONSTANT(DRAW_NORMAL); in _bind_methods()
|
H A D | base_button.h | 73 DRAW_NORMAL, enumerator
|
H A D | link_button.cpp | 74 case DRAW_NORMAL: { in _notification()
|
H A D | button.cpp | 70 case DRAW_NORMAL: { in _notification()
|
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/skin/ |
H A D | SWTSkinObjectImage.java | 47 protected static final Long DRAW_NORMAL = new Long(0); field in SWTSkinObjectImage 143 } else if (drawMode == DRAW_NORMAL || drawMode == DRAW_CENTER 388 drawMode = DRAW_NORMAL; in setCanvasImage() 441 if (drawMode == DRAW_TILE || drawMode == DRAW_NORMAL || drawMode == DRAW_LEFT in setCanvasImage()
|
H A D | SWTSkinObjectImage2.java | 47 protected static final Long DRAW_NORMAL = new Long(0); field in SWTSkinObjectImage2 146 } else if (drawMode == DRAW_NORMAL || drawMode == DRAW_CENTER 407 drawMode = DRAW_NORMAL; in setCanvasImage() 461 if (drawMode == DRAW_TILE || drawMode == DRAW_NORMAL || drawMode == DRAW_LEFT in setCanvasImage()
|
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/ |
H A D | base_button.cpp | 277 return DRAW_NORMAL; in get_draw_mode() 280 return DRAW_NORMAL; in get_draw_mode() 447 BIND_ENUM_CONSTANT(DRAW_NORMAL); in _bind_methods()
|
H A D | link_button.cpp | 73 case DRAW_NORMAL: { in _notification()
|
H A D | base_button.h | 86 DRAW_NORMAL, enumerator
|
/dports/devel/godot/godot-3.2.3-stable/scene/gui/ |
H A D | base_button.cpp | 277 return DRAW_NORMAL; in get_draw_mode() 280 return DRAW_NORMAL; in get_draw_mode() 447 BIND_ENUM_CONSTANT(DRAW_NORMAL); in _bind_methods()
|
H A D | base_button.h | 86 DRAW_NORMAL, enumerator
|
H A D | link_button.cpp | 73 case DRAW_NORMAL: { in _notification()
|
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ |
H A D | toolbar.h | 27 DRAW_NORMAL = 0, enumerator
|
H A D | toolbar.cpp | 161 if ( state != DRAW_NORMAL ) in DrawNode() 195 DrawNode( gc, p, _pressed == p ? DRAW_PRESSED : DRAW_NORMAL ); in Paint()
|
/dports/graphics/py-visvis/visvis-1.13.0/core/ |
H A D | base.py | 27 DRAW_NORMAL = 1 # draw normally. variable 155 def _DrawTree(self, mode=DRAW_NORMAL, pickerHelper=None): 183 elif mode==DRAW_NORMAL:
|