Searched refs:SizePtr (Results 1 – 1 of 1) sorted by relevance
6153 typedef long Size::* SizePtr; typedef6158 SizePtr pWidth = &Size::nA;6159 SizePtr pHeight = &Size::nB;6174 const SizePtr pDirSz = pDirPt == pX ? pWidth : pHeight; in lcl_RefreshLine()6175 const SizePtr pOthSz = pDirSz == pWidth ? pHeight : pWidth; in lcl_RefreshLine()
Completed in 41 milliseconds