HomeSort by relevance Sort by last modified time
    Searched defs:ptNew (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 472 CPDF_Point ptNew = ptScroll;
475 ptNew.y += 30;
477 ptNew.y -= 30;
479 if (ptNew.y > rcScroll.top)
480 ptNew.y = rcScroll.top;
481 if (ptNew.y < rcScroll.bottom + rcContents.Height())
482 ptNew.y = rcScroll.bottom + rcContents.Height();
483 if (ptNew.y < rcScroll.bottom)
484 ptNew.y = rcScroll.bottom;
486 if (ptNew.y != ptScroll.y)
    [all...]
PWL_Note.cpp     [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 793 CvPoint ptNew[NUM_FACE_ELEMENTS];
797 ptNew[i] = ppNew[i]->ptCenter;
802 double e_templ = CalculateTransformationLMS3(ptTempl, ptNew, &scale, &rotate, &dx, &dy);
803 double e_prev = CalculateTransformationLMS3_0(ptPrev, ptNew);
    [all...]

Completed in 350 milliseconds