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 563 CPDF_Point ptNew = ptScroll;
566 ptNew.y += 30;
568 ptNew.y -= 30;
570 if (ptNew.y > rcScroll.top)
571 ptNew.y = rcScroll.top;
572 if (ptNew.y < rcScroll.bottom + rcContents.Height())
573 ptNew.y = rcScroll.bottom + rcContents.Height();
574 if (ptNew.y < rcScroll.bottom)
575 ptNew.y = rcScroll.bottom;
577 if (ptNew.y != ptScroll.y
    [all...]
PWL_Note.cpp 1249 //CPDF_Point ptNew = m_pContents->GetScrollPos();
1250 //m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (FX_INTPTR)&ptNew.y);
    [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 251 milliseconds