/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/ |
H A D | DMap.cpp | 162 … int bResetTextureName, int bResetScale[2], int bResetShift[2], int bResetRotation) in ResetTextures() argument 168 … bResetTextureName, bResetScale, bResetShift, bResetRotation, TRUE); in ResetTextures() 172 … bResetTextureName, bResetScale, bResetShift, bResetRotation, FALSE)) in ResetTextures()
|
H A D | DMap.h | 36 …float fShift[2], int rotation, const char* newTextureName, int bResetTextureName, int bReset…
|
H A D | DEntity.h | 51 …[2], float fShift[2], int rotation, const char* newTextureName, int bResetTextureName, int bResetS…
|
H A D | DBrush.h | 48 …[2], float fShift[2], int rotation, const char* newTextureName, int bResetTextureName, int bResetS…
|
H A D | DEntity.cpp | 566 …int bResetTextureName, int bResetScale[2], int bResetShift[2], int bResetRotation, bool rebuild) in ResetTextures() argument 573 … bResetTextureName, bResetScale, bResetShift, bResetRotation); in ResetTextures() 581 if(bResetTextureName) in ResetTextures()
|
H A D | funchandlers-GTK.cpp | 216 if(rs.bResetTextureName) in DoResetTextures() 224 … rs.bResetTextureName, rs.bResetScale, rs.bResetShift, rs.bResetRotation, TRUE); in DoResetTextures() 231 rs.bResetTextureName, rs.bResetScale, rs.bResetShift, rs.bResetRotation); in DoResetTextures()
|
H A D | DBrush.cpp | 726 … int bResetTextureName, int bResetScale[2], int bResetShift[2], int bResetRotation) in ResetTextures() argument 735 if(bResetTextureName) in ResetTextures() 760 if(bResetTextureName) in ResetTextures()
|
/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/ |
H A D | DMap.cpp | 148 int bResetTextureName, int bResetScale[2], int bResetShift[2], int bResetRotation ){ in ResetTextures() argument 153 bResetTextureName, bResetScale, bResetShift, bResetRotation, true ); in ResetTextures() 158 bResetTextureName, bResetScale, bResetShift, bResetRotation, false ) ) { in ResetTextures()
|
H A D | DMap.h | 40 …float fShift[2], int rotation, const char* newTextureName, int bResetTextureName, int bReset…
|
H A D | DEntity.h | 67 …[2], float fShift[2], int rotation, const char* newTextureName, int bResetTextureName, int bResetS…
|
H A D | DBrush.h | 64 …[2], float fShift[2], int rotation, const char* newTextureName, int bResetTextureName, int bResetS…
|
H A D | DEntity.cpp | 570 …int bResetTextureName, int bResetScale[2], int bResetShift[2], int bResetRotation, bool rebuild… in ResetTextures() argument 576 bResetTextureName, bResetScale, bResetShift, bResetRotation ); in ResetTextures() 587 if ( bResetTextureName ) { in ResetTextures()
|
H A D | funchandlers-GTK.cpp | 223 if ( rs.bResetTextureName ) { in DoResetTextures() 231 rs.bResetTextureName, rs.bResetScale, rs.bResetShift, rs.bResetRotation, true ); in DoResetTextures() 238 rs.bResetTextureName, rs.bResetScale, rs.bResetShift, rs.bResetRotation ); in DoResetTextures()
|
H A D | DBrush.cpp | 737 int bResetTextureName, int bResetScale[2], int bResetShift[2], int bResetRotation ){ in ResetTextures() argument 743 if ( bResetTextureName ) { in ResetTextures() 774 if ( bResetTextureName ) { in ResetTextures()
|
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/dialogs/ |
H A D | dialogs-gtk.h | 30 int bResetTextureName; member
|
H A D | dialogs-gtk.cpp | 1634 …rs->bResetTextureName = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON( dlgTexReset.cbTexChange )… in DoResetTextureBox() 1635 if(rs->bResetTextureName) in DoResetTextureBox()
|
/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/dialogs/ |
H A D | dialogs-gtk.h | 35 int bResetTextureName; member
|
H A D | dialogs-gtk.cpp | 1625 …rs->bResetTextureName = gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( dlgTexReset.cbTexChange … in DoResetTextureBox() 1626 if ( rs->bResetTextureName ) { in DoResetTextureBox()
|