Searched refs:SizePtr (Results 1 – 1 of 1) sorted by relevance
6026 typedef long Size::* SizePtr; typedef6031 SizePtr pWidth = &Size::nA;6032 SizePtr pHeight = &Size::nB;6047 const SizePtr pDirSz = pDirPt == pX ? pWidth : pHeight; in lcl_RefreshLine()6048 const SizePtr pOthSz = pDirSz == pWidth ? pHeight : pWidth; in lcl_RefreshLine()
Completed in 34 milliseconds