Searched refs:pTraySize (Results 1 – 1 of 1) sorted by relevance
1178 IN const SIZE *pTraySize, in MakeTrayRectWithSize() argument1184 pRect->right = pRect->left + pTraySize->cx; in MakeTrayRectWithSize()1188 pRect->bottom = pRect->top + pTraySize->cy; in MakeTrayRectWithSize()1192 pRect->left = pRect->right - pTraySize->cx; in MakeTrayRectWithSize()1197 pRect->top = pRect->bottom - pTraySize->cy; in MakeTrayRectWithSize()1204 IN const SIZE *pTraySize OPTIONAL, in GetTrayRectFromScreenRect()1207 if (pTraySize == NULL) in GetTrayRectFromScreenRect()1208 pTraySize = &m_TraySize; in GetTrayRectFromScreenRect()1220 MakeTrayRectWithSize(Position, pTraySize, pRect); in GetTrayRectFromScreenRect()