Home
last modified time | relevance | path

Searched refs:IsPushed (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/gui/
H A Dgui_button.cpp75 IsPushed = false; in GUIButton()
155 IsPushed = true; in OnMouseDown()
160 int new_image = (IsPushed && PushedImage > 0) ? PushedImage : in OnMouseEnter()
162 if ((CurrentImage != new_image) || (IsPushed && !IsImageButton())) { in OnMouseEnter()
170 if ((CurrentImage != Image) || (IsPushed && !IsImageButton())) { in OnMouseLeave()
191 IsPushed = false; in OnMouseUp()
221 IsPushed = in->ReadInt32() != 0; in ReadFromFile()
268 IsPushed = false; in ReadFromSavegame()
336 if (IsPushed && IsMouseOver) { in DrawText()
356 if (!draw_disabled && IsMouseOver && IsPushed) in DrawTextButton()
[all …]
H A Dgui_button.h101 bool IsPushed; variable
/dports/textproc/tidyp/tidyp-1.04/src/
H A Distack.c74 if ( !nodeIsFONT(node) && TY_(IsPushed)(doc, node) ) in TY_()
156 Bool TY_(IsPushed)( TidyDocImpl* doc, Node *node ) in TY_() argument
294 && TY_(IsPushed)( doc, element ) in TY_()
295 && TY_(IsPushed)( doc, node ) in TY_()
H A Dlexer.h557 Bool TY_(IsPushed)( TidyDocImpl* doc, Node* node );
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Distack.c80 if ( !nodeIsFONT(node) && TY_(IsPushed)(doc, node) ) in TY_()
163 Bool TY_(IsPushed)( TidyDocImpl* doc, Node *node ) in TY_() argument
309 && TY_(IsPushed)( doc, element ) in TY_()
310 && TY_(IsPushed)( doc, node ) in TY_()
/dports/www/tidy-lib/tidy/src/
H A Distack.c80 if ( !nodeIsFONT(node) && TY_(IsPushed)(doc, node) ) in TY_()
162 Bool TY_(IsPushed)( TidyDocImpl* doc, Node *node ) in TY_() argument
305 && TY_(IsPushed)( doc, element ) in TY_()
306 && TY_(IsPushed)( doc, node ) in TY_()
H A Dlexer.h579 Bool TY_(IsPushed)( TidyDocImpl* doc, Node* node );
/dports/www/tidy-devel/tidy/src/
H A Distack.c80 if ( !nodeIsFONT(node) && TY_(IsPushed)(doc, node) ) in TY_()
162 Bool TY_(IsPushed)( TidyDocImpl* doc, Node *node ) in TY_() argument
305 && TY_(IsPushed)( doc, element ) in TY_()
306 && TY_(IsPushed)( doc, node ) in TY_()
H A Dlexer.h579 Bool TY_(IsPushed)( TidyDocImpl* doc, Node* node );
/dports/editors/lazarus/lazarus/lcl/interfaces/cocoa/
H A Dcocoathemes.pas206 if IsPushed(Details) then
318 if IsPushed(Details) then
477 if IsPushed(Details) then
1006 btn.setHighlighted( IsPushed(Details));
1008 if ((Details.Element = teToolBar) and (not IsPushed(Details)) and (not IsChecked(Details)))
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoathemes.pas115 if IsPushed(Details) then
227 if IsPushed(Details) then
391 if IsPushed(Details) then
921 btn.setHighlighted( IsPushed(Details));
923 if ((Details.Element = teToolBar) and (not IsPushed(Details)) and (not IsChecked(Details)))
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/cocoa/
H A Dcocoathemes.pas206 if IsPushed(Details) then
318 if IsPushed(Details) then
477 if IsPushed(Details) then
1006 btn.setHighlighted( IsPushed(Details));
1008 if ((Details.Element = teToolBar) and (not IsPushed(Details)) and (not IsChecked(Details)))
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoathemes.pas115 if IsPushed(Details) then
227 if IsPushed(Details) then
391 if IsPushed(Details) then
921 btn.setHighlighted( IsPushed(Details));
923 if ((Details.Element = teToolBar) and (not IsPushed(Details)) and (not IsChecked(Details)))
/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Distack.c80 if ( !nodeIsFONT(node) && IsPushed(doc, node) ) in PushInline()
162 Bool IsPushed( TidyDocImpl* doc, Node *node ) in IsPushed() function
H A Dlexer.h598 Bool IsPushed( TidyDocImpl* doc, Node* node );
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dbutton.cpp139 if ((guil->IsMouseOver != 0) && (guil->IsPushed == 0)) in Button_SetMouseOverGraphic()
154 if (((guil->IsMouseOver == 0) || (guil->MouseOverImage < 1)) && (guil->IsPushed == 0)) in Button_SetNormalGraphic()
177 if (guil->IsPushed) in Button_SetPushedGraphic()
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnthemes.pas278 if IsPushed(Details) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnthemes.pas278 if IsPushed(Details) then
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnthemes.pas278 if IsPushed(Details) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnthemes.pas278 if IsPushed(Details) then
/dports/editors/lazarus/lazarus/lcl/
H A Dthemes.pas448 function IsPushed(Details: TThemedElementDetails): Boolean;
2111 if IsPushed(Details) then
2129 if IsPushed(Details) then
2144 if IsPushed(Details) or IsChecked(Details) then
2162 if IsPushed(Details) or IsChecked(Details) then
2203 if IsPushed(Details) then
2279 if IsPushed(Details) then
2325 function TThemeServices.IsPushed(Details: TThemedElementDetails): Boolean; in IsPushed() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dthemes.pas450 function IsPushed(Details: TThemedElementDetails): Boolean;
2113 if IsPushed(Details) then
2131 if IsPushed(Details) then
2146 if IsPushed(Details) or IsChecked(Details) then
2164 if IsPushed(Details) or IsChecked(Details) then
2205 if IsPushed(Details) then
2281 if IsPushed(Details) then
2327 function TThemeServices.IsPushed(Details: TThemedElementDetails): Boolean; in IsPushed() function
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dthemes.pas448 function IsPushed(Details: TThemedElementDetails): Boolean;
2111 if IsPushed(Details) then
2129 if IsPushed(Details) then
2144 if IsPushed(Details) or IsChecked(Details) then
2162 if IsPushed(Details) or IsChecked(Details) then
2203 if IsPushed(Details) then
2279 if IsPushed(Details) then
2325 function TThemeServices.IsPushed(Details: TThemedElementDetails): Boolean; in IsPushed() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dthemes.pas450 function IsPushed(Details: TThemedElementDetails): Boolean;
2113 if IsPushed(Details) then
2131 if IsPushed(Details) then
2146 if IsPushed(Details) or IsChecked(Details) then
2164 if IsPushed(Details) or IsChecked(Details) then
2205 if IsPushed(Details) then
2281 if IsPushed(Details) then
2327 function TThemeServices.IsPushed(Details: TThemedElementDetails): Boolean; in IsPushed() function
/dports/games/brikx/brikx/src/
H A Dmain.cpp328 bool IsPushed(level l,int x,int y) in IsPushed() function
338 if (IsPushed(l,i,n)) p=true; in IsPushedLine()
825 … if (i && !IsPushed(direction,j,i) && levity[j][i] && IsEmpty(table[j][i-1])) direction[j][i]=UP; in Play()
1024 if (IsPushed(direction,j,i)) l=1; in Play()
1039 if (j && IsTile(table[j-1][i]) && !IsPushed(direction,j-1,i)) table[j-1][i]=TILE_DEAD; in Play()
1040 if (j<7 && IsTile(table[j+1][i]) && !IsPushed(direction,j+1,i)) table[j+1][i]=TILE_DEAD; in Play()
1041 if (i && IsTile(table[j][i-1]) && !IsPushed(direction,j,i-1)) table[j][i-1]=TILE_DEAD; in Play()
1042 if (i<7 && IsTile(table[j][i+1]) && !IsPushed(direction,j,i+1)) table[j][i+1]=TILE_DEAD; in Play()

12