Home | History | Annotate | Download | only in src

Lines Matching refs:cvWriteInt

111 typedef void (*CvWriteInt)( struct CvFileStorage* fs, const char* key, int value );
147 CvWriteInt write_int;
2885 cvWriteInt( CvFileStorage* fs, const char* key, int value )
2887 CV_FUNCNAME( "cvWriteInt" );
3541 cvWriteInt( fs, "rows", mat->rows );
3542 cvWriteInt( fs, "cols", mat->cols );
3927 cvWriteInt( fs, "width", image->width );
3928 cvWriteInt( fs, "height", image->height );
3936 cvWriteInt( fs, "x", image->roi->xOffset );
3937 cvWriteInt( fs, "y", image->roi->yOffset );
3938 cvWriteInt( fs, "width", image->roi->width );
3939 cvWriteInt( fs, "height", image->roi->height );
3940 cvWriteInt( fs, "coi", image->roi->coi );
4103 cvWriteInt( fs, "x", point_seq->rect.x );
4104 cvWriteInt( fs, "y", point_seq->rect.y );
4105 cvWriteInt( fs, "width", point_seq->rect.width );
4106 cvWriteInt( fs, "height", point_seq->rect.height );
4108 cvWriteInt( fs, "color", point_seq->color );
4116 cvWriteInt( fs, "x", chain->origin.x );
4117 cvWriteInt( fs, "y", chain->origin.y );
4209 cvWriteInt( fs, "level", level );
4213 cvWriteInt( fs, "count", seq->total );
4526 cvWriteInt( fs, "vertex_count", vtx_count );
4532 cvWriteInt( fs, "edge_count", edge_count );