Searched refs:CLST_Size (Results 1 – 1 of 1) sorted by relevance
15 class CLST_Size {17 CLST_Size() : x(0.0f), y(0.0f) {} in CLST_Size() function19 CLST_Size(FX_FLOAT other_x, FX_FLOAT other_y) { in CLST_Size() function29 FX_BOOL operator!=(const CLST_Size& size) const {30 return FXSYS_memcmp(this, &size, sizeof(CLST_Size)) != 0;