Searched refs:shapes (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dmakefile.unx20 OBJECTS=studio.o cspalette.o csprint.o dialogs.o doc.o mainfrm.o project.o shapes.o symbols.o view.o
46 shapes.o: shapes.cpp
47 $(CXX) `$(WXCONFIG) --cxxflags` -I../../src $(WXINCLUDE) -c shapes.cpp
H A Dview.h78 // Apply point size to current shapes
87 // Do a cut operation for the given list of shapes
88 void DoCut(wxList& shapes);
91 void DoCmd(wxList& shapes, wxList& oldShapes, int cmd, const wxString& op);
H A Dmakefile.dmc59 $(OBJS)\studio_shapes.obj : .\shapes.cpp
60 $(CXX) -mn -c -cpp -o$@ $(STUDIO_CXXFLAGS) .\shapes.cpp
H A Dmakefile.dms233 $(OBJS)\studio_shapes.obj : .\shapes.cpp
234 $(CXX) -mn -c -cpp -o$@ $(STUDIO_CXXFLAGS) .\shapes.cpp
H A Dview.cpp241 // Copy the shapes to the clipboard
262 // Copy the shapes to the clipboard
318 void csDiagramView::DoCut(wxList& shapes) argument
322 if (shapes.GetCount() > 0)
326 wxObjectList::compatibility_iterator node = shapes.GetFirst();
350 void csDiagramView::DoCmd(wxList& shapes, wxList& oldShapes, int cmd, const wxString& op) argument
354 if (shapes.GetCount() > 0)
358 wxObjectList::compatibility_iterator node = shapes.GetFirst();
643 // Make a copy of the selections, keeping only those shapes
644 // that are top-level non-line shapes
[all...]
H A DMakefile.in228 studio_shapes.o: $(srcdir)/shapes.cpp
229 $(CXXC) -c -o $@ $(STUDIO_CXXFLAGS) $(srcdir)/shapes.cpp
H A Dmakefile.bcc280 $(OBJS)\studio_shapes.obj: .\shapes.cpp
281 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) .\shapes.cpp
H A Dmakefile.vc386 $(OBJS)\studio_shapes.obj: .\shapes.cpp
387 $(CXX) /c /nologo /TP /Fo$@ $(STUDIO_CXXFLAGS) .\shapes.cpp
H A Dmakefile.wat312 $(OBJS)\studio_shapes.obj : .AUTODEPEND .\shapes.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.c1167 struct callshapes *shapes = XMALLOC (struct callshapes); local
1168 shapes->nshapes = 1;
1169 shapes->shapes[0] = *shape;
1171 (const char *) hash_insert_entry (table, keyword, keyword_len, shapes);
1174 shapes->keyword = keyword;
1175 shapes->keyword_len = keyword_len;
1187 if (old_shapes->shapes[i].argnum1 == shape->argnum1
1188 && old_shapes->shapes[i].argnum2 == shape->argnum2
1189 && old_shapes->shapes[
1204 struct callshapes *shapes = local
2356 arglist_parser_alloc(message_list_ty *mlp, const struct callshapes *shapes) argument
[all...]
H A Dx-perl.c1504 /* TODO: Shouldn't we use the shapes of the keyword, instead
1506 const struct callshapes *shapes =
1509 struct callshapes shapes; local
1510 shapes.keyword = tp->string; /* XXX storage duration? */
1511 shapes.keyword_len = strlen (tp->string);
1512 shapes.nshapes = 1;
1513 shapes.shapes[0].argnum1 = 1;
1514 shapes.shapes[
3017 const struct callshapes *shapes = local
[all...]
H A Dxgettext.h72 struct callshape shapes[1]; /* actually nshapes elements */ member in struct:callshapes
283 You can pass shapes = NULL for a parser not recognizing any calls. */
285 const struct callshapes *shapes);
H A Dx-sh.c1200 const struct callshapes *shapes = NULL; local
1266 shapes = (const struct callshapes *) keyword_value;
1268 argparser = arglist_parser_alloc (mlp, shapes);
1297 shapes = NULL;
H A Dx-elisp.c646 const struct callshapes *shapes = NULL; local
695 shapes = (const struct callshapes *) keyword_value;
697 argparser = arglist_parser_alloc (mlp, shapes);
H A Dx-scheme.c732 const struct callshapes *shapes = NULL; local
780 shapes = (const struct callshapes *) keyword_value;
782 argparser = arglist_parser_alloc (mlp, shapes);
H A Dx-tcl.c855 const struct callshapes *shapes = NULL; local
913 shapes = (const struct callshapes *) keyword_value;
915 argparser = arglist_parser_alloc (mlp, shapes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtsamples.tex202 paste it or drag and drop (between one and the same or different shapes) from
204 other program supports this format and so shapes can also be rendered as
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...

Completed in 232 milliseconds