Home
last modified time | relevance | path

Searched refs:string_parse_vector (Results 1 – 6 of 6) sorted by relevance

/dports/games/gtkradiant/GPL/GtkRadiant/plugins/entity/
H A Drotation.h79 if(!string_parse_vector(value, rotation, rotation + 9)) in read_rotation()
/dports/games/netradiant/netradiant-20150621-src/plugins/entity/
H A Drotation.h75 if ( !string_parse_vector( value, rotation, rotation + 9 ) ) { in read_rotation()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Dstringio.h220 inline bool string_parse_vector(const char* string, Float* first, Float* last) in string_parse_vector() function
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Dstringio.h187 inline bool string_parse_vector( const char* string, Float* first, Float* last ){ in string_parse_vector() function
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Declass_xml.cpp229 string_parse_vector(box, &m_eclass->mins.x(), &m_eclass->mins.x() + 6); in ClassImporter()
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Declass_xml.cpp294 string_parse_vector( box, &m_eclass->mins.x(), &m_eclass->mins.x() + 6 ); in ClassImporter()