~ubuntu-branches/ubuntu/trusty/libmspub/trusty-proposed

« back to all changes in this revision

Viewing changes to src/lib/PolygonUtils.cpp

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-01-29 20:49:51 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130129204951-7m097qdd9lnyydcd
Tags: 0.0.4-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
5989
5989
      case ELLIPTICALQUADRANTX:
5990
5990
      case ELLIPTICALQUADRANTY:
5991
5991
      {
 
5992
#ifdef DEBUG
5992
5993
        if (cmd.m_command == ELLIPTICALQUADRANTX)
5993
5994
        {
5994
5995
          MSPUB_DEBUG_MSG(("ELLIPTICALQUADRANTX %d\n", cmd.m_count));
5997
5998
        {
5998
5999
          MSPUB_DEBUG_MSG(("ELLIPTICALQUADRANTY %d\n", cmd.m_count));
5999
6000
        }
 
6001
#endif
6000
6002
        bool firstDirection = true;
6001
6003
        for (unsigned j = 0; (j < cmd.m_count) && (vertexIndex < shape->m_numVertices); ++j, ++vertexIndex)
6002
6004
        {