Searched refs:CFX_STemplate (Results 1 – 1 of 1) sorted by relevance
62 class CFX_STemplate {64 CFX_STemplate() : width(0), height(0) {} in CFX_STemplate() function66 CFX_STemplate(BaseType new_width, BaseType new_height) in CFX_STemplate() function69 CFX_STemplate(const CFX_STemplate& other) in CFX_STemplate() function73 CFX_STemplate<OtherType> As() const { in As()74 return CFX_STemplate<OtherType>(static_cast<OtherType>(width), in As()82 CFX_STemplate operator=(const CFX_STemplate& other) {89 bool operator==(const CFX_STemplate& other) const {92 bool operator!=(const CFX_STemplate& other) const {95 CFX_STemplate& operator+=(const CFX_STemplate<BaseType>& obj) {[all …]