Searched refs:rotWidth (Results 1 – 1 of 1) sorted by relevance
70 const float rotWidth = width * cosa - height * sina; in size() local73 return IntSize((int)(fabsf(rotWidth) + 0.5f), (int)(fabsf(rotHeight) + 0.5f)); in size()