Lines Matching refs:cvWriteString
113 typedef void (*CvWriteString)( struct CvFileStorage* fs, const char* key,
149 CvWriteString write_string;
2913 cvWriteString( CvFileStorage* fs, const char* key, const char* value, int quote )
2915 CV_FUNCNAME( "cvWriteString" );
3543 cvWriteString( fs, "dt", icvEncodeFormat( CV_MAT_TYPE(mat->type), dt ), 0 );
3641 cvWriteString( fs, "dt", icvEncodeFormat( cvGetElemType(mat), dt ), 0 );
3764 cvWriteString( fs, "dt", icvEncodeFormat( CV_MAT_TYPE(mat->type), dt ), 0 );
3929 cvWriteString( fs, "origin", image->origin == IPL_ORIGIN_TL
3931 cvWriteString( fs, "layout", image->dataOrder == IPL_DATA_ORDER_PLANE
3947 cvWriteString( fs, "dt", dt, 0 );
4134 cvWriteString( fs, "header_dt", header_dt, 0 );
4212 cvWriteString( fs, "flags", buf, 1 );
4215 cvWriteString( fs, "dt", dt, 0 );
4524 cvWriteString( fs, "flags", buf, 1 );
4530 cvWriteString( fs, "vertex_dt", vtx_dt, 0 );
4537 cvWriteString( fs, "edge_dt", edge_dt, 0 );