Lines Matching refs:CV_MAT_ELEM_PTR
1320 { return _CvMATElem_( CV_MAT_ELEM_PTR( *this, row, 0 ), type ); }
1324 { return _CvMATConstElem_( CV_MAT_ELEM_PTR( *this, row, 0 ), type ); }
1328 { return _CvMATElem_( CV_MAT_ELEM_PTR( *this, row, col ), type ); }
1332 { return _CvMATConstElem_( CV_MAT_ELEM_PTR( *this, row, col ), type ); }
1336 { return _CvMATElemCn_( CV_MAT_ELEM_PTR( *this, row, col ), type, coi ); }
1340 { return _CvMATElemCn_( CV_MAT_ELEM_PTR( *this, pt.y, pt.x ), type, coi ); }
1344 { return get( CV_MAT_ELEM_PTR( *this, row, col ), type, coi ); }
1348 { return _CvMATElem_( CV_MAT_ELEM_PTR( *this, pt.y, pt.x ), type ); }
1352 { return _CvMATConstElem_( CV_MAT_ELEM_PTR( *this, pt.y, pt.x ), type ); }
1356 { return get( CV_MAT_ELEM_PTR( *this, pt.y, pt.x ), type, coi ); }
1360 { return CV_MAT_ELEM_PTR( *this, row, 0 ); }
1364 { return (const void*)CV_MAT_ELEM_PTR( *this, row, 0 ); }
1368 { return CV_MAT_ELEM_PTR( *this, row, col ); }
1372 { return (const void*)CV_MAT_ELEM_PTR( *this, row, col ); }
1376 { return CV_MAT_ELEM_PTR( *this, pt.y, pt.x ); }
1380 { return (const void*)CV_MAT_ELEM_PTR( *this, pt.y, pt.x ); }