Home
last modified time | relevance | path

Searched refs:SHAPE_OCTAGON (Results 1 – 4 of 4) sorted by last modified time

/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/graphic/
H A DRtfShape.java80 public static final int SHAPE_OCTAGON = 10; field in RtfShape
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dshapes.h50 SHAPE_OCTAGON, enumerator
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dshape.c187 case SHAPE_OCTAGON: return CreatePolygonShape(9, FALSE);
622 case SHAPE_OCTAGON: CalcOctagonShapeVs(); break;
H A Dconst.h918 #define SHAPE_OCTAGON 5 macro