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

  /external/opencv/cvaux/include/
cvaux.hpp 67 CvRect get_window() const // bounding rectangle for the object function in class:CvCamShiftTracker
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msimcntl.h 275 virtual HRESULT WINAPI get_Window(__LONG32 *pVal) = 0;
335 HRESULT (WINAPI *get_Window)(IMSIMContactView *This,__LONG32 *pVal);
397 #define IMSIMContactView_get_Window(This,pVal) (This)->lpVtbl->get_Window(This,pVal)
    [all...]
msimcsdk.h 342 virtual HRESULT WINAPI get_Window(__LONG32 *pVal) = 0;
367 HRESULT (WINAPI *get_Window)(IMSIMWindow *This,__LONG32 *pVal);
394 #define IMSIMWindow_get_Window(This,pVal) (This)->lpVtbl->get_Window(This,pVal)
    [all...]

Completed in 204 milliseconds