Lines Matching defs:ptNew
1307 CPDF_Point ptNew = ptScroll;
1310 ptNew.y += 30;
1312 ptNew.y -= 30;
1314 if (ptNew.y > rcScroll.top)
1315 ptNew.y = rcScroll.top;
1316 if (ptNew.y < rcScroll.bottom + rcContents.Height())
1317 ptNew.y = rcScroll.bottom + rcContents.Height();
1318 if (ptNew.y < rcScroll.bottom)
1319 ptNew.y = rcScroll.bottom;
1321 if (ptNew.y != ptScroll.y) {
1324 (intptr_t)&ptNew.y);
1326 (intptr_t)&ptNew.y);