Lines Matching refs:uchar
367 static double get( const uchar* ptr, int type, int coi = 0 );
368 static void set( uchar* ptr, int type, int coi, double d );
369 static void set( uchar* ptr, int type, int coi, int i );
370 static void set( uchar* ptr, int type, double d );
371 static void set( uchar* ptr, int type, int i );
567 explicit _CvMATConstElem_( const uchar* ptr, int type );
571 uchar* ptr;
579 explicit _CvMATElemCn_( uchar* ptr, int type, int coi );
589 uchar* ptr;
597 explicit _CvMATElem_( uchar* ptr, int type );
868 inline _CvMATConstElem_::_CvMATConstElem_(const uchar* p, int t) : ptr((uchar*)p), type(t)
885 inline _CvMATElemCn_::_CvMATElemCn_( uchar* p, int t, int coi ) :
952 inline _CvMATElem_::_CvMATElem_( uchar* p, int t ) : _CvMATConstElem_( (const uchar*)p, t )
1049 data.ptr = (uchar*)(((size_t)(refcount + 1) + 7) & -8);