Searched refs:icvGetBitmapData (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/highgui/src/
H A Dwindow_w32.cpp1021 static bool icvGetBitmapData( CvWindow* window, SIZE* size, int* channels, void** data ) function
1061 icvGetBitmapData( window, &size, 0, 0 );
1129 if (icvGetBitmapData( window, &size, &channels, &dst_ptr ))
1427 icvGetBitmapData( window, &size, 0, 0 );
1514 icvGetBitmapData( window, &size, &nchannels, 0 );
1619 icvGetBitmapData( window, &size, 0, 0 );
1638 icvGetBitmapData( window, &size, &nchannels, 0 );
1861 if (icvGetBitmapData(window, &sz, &channels, &data))

Completed in 46 milliseconds