Home | History | Annotate | Download | only in src

Lines Matching defs:code

19 //   * Redistribution's of source code must retain the above copyright notice,
2500 char code;
2501 CV_READ_SEQ_ELEM( code, reader );
2503 assert( (code & ~7) == 0 );
2505 if( code != prev_code )
2507 prev_code = code;
2519 pt.x += icvCodeDeltas[(int)code].x;
2520 pt.y += icvCodeDeltas[(int)code].y;