Searched refs:alloc_data (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/src/ |
D | cximage.cpp | 215 CvMatrix::CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data ) in CvMatrix() argument 220 cvInitMatHeader( matrix, rows, cols, type, alloc_data ? in CvMatrix()
|
/external/opencv/cxcore/include/ |
D | cxcore.hpp | 221 CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data=true );
|
/external/pixman/pixman/ |
D | pixman-region.c | 206 alloc_data (size_t n) in alloc_data() function 455 region->data = alloc_data (n); in pixman_rect_alloc() 465 region->data = alloc_data (n); in pixman_rect_alloc() 529 dst->data = alloc_data (src->data->numRects); in PREFIX()
|