Lines Matching refs:py
372 int *px, *py; in TrackHandle() local
374 GetModifyPointers(nHandle, &px, &py, &xDiff, &yDiff); in TrackHandle()
412 if (py != NULL) in TrackHandle()
413 *py = (int)(short)HIWORD(msg.lParam) - yDiff; in TrackHandle()
496 int *px, *py; in AdjustRect() local
497 GetModifyPointers(nHandle, &px, &py, NULL, NULL); in AdjustRect()
514 if (py != NULL && nAbsHeight < m_sizeMin.cy) in AdjustRect()
518 &_afxRectInfo[(int*)py - (int*)&m_rect]; in AdjustRect()
519 *py = *(int*)((BYTE*)&m_rect + pRectInfo->nOffsetAcross) + in AdjustRect()
790 int nHandle, int** ppx, int** ppy, int* px, int* py) in GetModifyPointers() argument
818 if (py != NULL) in GetModifyPointers()
819 *py = **ppy; in GetModifyPointers()
824 if (py != NULL) in GetModifyPointers()
825 *py = m_rect.top + (m_rect.top-m_rect.bottom) / 2; in GetModifyPointers()