Home
last modified time | relevance | path

Searched refs:alloc_data (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcximage.cpp215 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/
Dcxcore.hpp221 CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data=true );
/external/pixman/pixman/
Dpixman-region.c206 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()