Home
last modified time | relevance | path

Searched refs:check_dst_rect (Results 1 – 13 of 13) sorted by relevance

/dports/games/onscripter/onscripter-20200722/
H A DONScripter.cpp752 SDL_Rect check_dst_rect = {0, 0, 0, 0}; local
759 decodeExbtnControl( cbl->exbtn_ctl[0], &check_src_rect, &check_dst_rect );
777 … decodeExbtnControl( exbtn_d_button_link.exbtn_ctl[1], &check_src_rect, &check_dst_rect );
791 check_dst_rect = bl->image_rect;
798 decodeExbtnControl( bl->exbtn_ctl[1], &check_src_rect, &check_dst_rect );
1127 …pter::decodeExbtnControl( const char *ctl_str, SDL_Rect *check_src_rect, SDL_Rect *check_dst_rect ) argument
1152 refreshSprite( sprite_no, true, cell_no, check_src_rect, check_dst_rect );
H A DONScripter_event.cpp487 SDL_Rect check_dst_rect = {0, 0, 0, 0}; in mousePressEvent() local
488 decodeExbtnControl( cbl->exbtn_ctl[2], &check_src_rect, &check_dst_rect ); in mousePressEvent()
859 SDL_Rect check_dst_rect = {0, 0, 0, 0}; in keyPressEvent() local
860 decodeExbtnControl( cbl->exbtn_ctl[2], &check_src_rect, &check_dst_rect ); in keyPressEvent()
H A DONScripter.h425 …eExbtnControl( const char *ctl_str, SDL_Rect *check_src_rect=NULL, SDL_Rect *check_dst_rect=NULL );
599 …int sprite_no, bool active_flag, int cell_no, SDL_Rect *check_src_rect, SDL_Rect *check_dst_rect );
H A DONScripter_image.cpp641 SDL_Rect *check_src_rect, SDL_Rect *check_dst_rect ) in refreshSprite() argument
647 AnimationInfo::doClipping(check_dst_rect, &sprite_info[ sprite_no ].pos) == 0) ) in refreshSprite()
H A DONScripter_command.cpp3539 SDL_Rect check_dst_rect = {0, 0, 0, 0}; in btnwaitCommand() local
3540 decodeExbtnControl( bl->exbtn_ctl[0], &check_src_rect, &check_dst_rect ); in btnwaitCommand()
/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter.cpp752 SDL_Rect check_dst_rect = {0, 0, 0, 0}; local
759 decodeExbtnControl( cbl->exbtn_ctl[0], &check_src_rect, &check_dst_rect );
777 … decodeExbtnControl( exbtn_d_button_link.exbtn_ctl[1], &check_src_rect, &check_dst_rect );
791 check_dst_rect = bl->image_rect;
798 decodeExbtnControl( bl->exbtn_ctl[1], &check_src_rect, &check_dst_rect );
1127 …pter::decodeExbtnControl( const char *ctl_str, SDL_Rect *check_src_rect, SDL_Rect *check_dst_rect ) argument
1152 refreshSprite( sprite_no, true, cell_no, check_src_rect, check_dst_rect );
H A DONScripter_event.cpp487 SDL_Rect check_dst_rect = {0, 0, 0, 0}; in mousePressEvent() local
488 decodeExbtnControl( cbl->exbtn_ctl[2], &check_src_rect, &check_dst_rect ); in mousePressEvent()
859 SDL_Rect check_dst_rect = {0, 0, 0, 0}; in keyPressEvent() local
860 decodeExbtnControl( cbl->exbtn_ctl[2], &check_src_rect, &check_dst_rect ); in keyPressEvent()
H A DONScripter.h425 …eExbtnControl( const char *ctl_str, SDL_Rect *check_src_rect=NULL, SDL_Rect *check_dst_rect=NULL );
599 …int sprite_no, bool active_flag, int cell_no, SDL_Rect *check_src_rect, SDL_Rect *check_dst_rect );
H A DONScripter_image.cpp641 SDL_Rect *check_src_rect, SDL_Rect *check_dst_rect ) in refreshSprite() argument
647 AnimationInfo::doClipping(check_dst_rect, &sprite_info[ sprite_no ].pos) == 0) ) in refreshSprite()
H A DONScripter_command.cpp3539 SDL_Rect check_dst_rect = {0, 0, 0, 0}; in btnwaitCommand() local
3540 decodeExbtnControl( bl->exbtn_ctl[0], &check_src_rect, &check_dst_rect ); in btnwaitCommand()
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DPonscripterLabel.cpp1548 SDL_Rect check_dst_rect = { 0, 0, 0, 0 }; in mouseOverCheck() local
1571 &check_src_rect, &check_dst_rect); in mouseOverCheck()
1588 check_dst_rect = new_btn.image_rect; in mouseOverCheck()
1594 &check_src_rect, &check_dst_rect); in mouseOverCheck()
2125 SDL_Rect* check_dst_rect) in decodeExbtnControl() argument
2152 check_src_rect, check_dst_rect); in decodeExbtnControl()
H A DPonscripterLabel_image.cpp596 SDL_Rect* check_dst_rect) in refreshSprite() argument
604 AnimationInfo::doClipping(check_dst_rect,&sprite_info[sprite_no].pos) == 0)) in refreshSprite()
H A DPonscripterLabel.h606 SDL_Rect* check_src_rect, SDL_Rect* check_dst_rect);
610 SDL_Rect* check_dst_rect = 0);