Home
last modified time | relevance | path

Searched refs:DRAW_NORMAL (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/
H A DnsMathMLChar.h91 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 DnsMathMLChar.h91 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 DnsMathMLChar.h91 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 DnsMathMLChar.h96 mDraw = DRAW_NORMAL; in nsMathMLChar()
222 DRAW_NORMAL, DRAW_VARIANT, DRAW_PARTS enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/
H A DnsMathMLChar.h88 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 DnsMathMLChar.h91 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 Dbase_button.cpp371 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 Dbase_button.h73 DRAW_NORMAL, enumerator
H A Dlink_button.cpp74 case DRAW_NORMAL: { in _notification()
H A Dbutton.cpp70 case DRAW_NORMAL: { in _notification()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dbase_button.cpp371 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 Dbase_button.h73 DRAW_NORMAL, enumerator
H A Dlink_button.cpp74 case DRAW_NORMAL: { in _notification()
H A Dbutton.cpp70 case DRAW_NORMAL: { in _notification()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/skin/
H A DSWTSkinObjectImage.java47 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 DSWTSkinObjectImage2.java47 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 Dbase_button.cpp277 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 Dlink_button.cpp73 case DRAW_NORMAL: { in _notification()
H A Dbase_button.h86 DRAW_NORMAL, enumerator
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dbase_button.cpp277 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 Dbase_button.h86 DRAW_NORMAL, enumerator
H A Dlink_button.cpp73 case DRAW_NORMAL: { in _notification()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dtoolbar.h27 DRAW_NORMAL = 0, enumerator
H A Dtoolbar.cpp161 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 Dbase.py27 DRAW_NORMAL = 1 # draw normally. variable
155 def _DrawTree(self, mode=DRAW_NORMAL, pickerHelper=None):
183 elif mode==DRAW_NORMAL:

12