Home
last modified time | relevance | path

Searched refs:bResetTextureName (Results 1 – 18 of 18) sorted by relevance

/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A DDMap.cpp162 … int bResetTextureName, int bResetScale[2], int bResetShift[2], int bResetRotation) in ResetTextures() argument
168bResetTextureName, bResetScale, bResetShift, bResetRotation, TRUE); in ResetTextures()
172bResetTextureName, bResetScale, bResetShift, bResetRotation, FALSE)) in ResetTextures()
H A DDMap.h36 …float fShift[2], int rotation, const char* newTextureName, int bResetTextureName, int bReset…
H A DDEntity.h51 …[2], float fShift[2], int rotation, const char* newTextureName, int bResetTextureName, int bResetS…
H A DDBrush.h48 …[2], float fShift[2], int rotation, const char* newTextureName, int bResetTextureName, int bResetS…
H A DDEntity.cpp566 …int bResetTextureName, int bResetScale[2], int bResetShift[2], int bResetRotation, bool rebuild) in ResetTextures() argument
573bResetTextureName, bResetScale, bResetShift, bResetRotation); in ResetTextures()
581 if(bResetTextureName) in ResetTextures()
H A Dfunchandlers-GTK.cpp216 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 DDBrush.cpp726 … 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 DDMap.cpp148 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 DDMap.h40 …float fShift[2], int rotation, const char* newTextureName, int bResetTextureName, int bReset…
H A DDEntity.h67 …[2], float fShift[2], int rotation, const char* newTextureName, int bResetTextureName, int bResetS…
H A DDBrush.h64 …[2], float fShift[2], int rotation, const char* newTextureName, int bResetTextureName, int bResetS…
H A DDEntity.cpp570 …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 Dfunchandlers-GTK.cpp223 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 DDBrush.cpp737 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 Ddialogs-gtk.h30 int bResetTextureName; member
H A Ddialogs-gtk.cpp1634 …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 Ddialogs-gtk.h35 int bResetTextureName; member
H A Ddialogs-gtk.cpp1625 …rs->bResetTextureName = gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( dlgTexReset.cbTexChange … in DoResetTextureBox()
1626 if ( rs->bResetTextureName ) { in DoResetTextureBox()