Searched refs:newLineShape (Results 1 - 2 of 2) 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 Dcsprint.cpp141 wxLineShape* newLineShape = (wxLineShape*) mapping.Get((long) lineShape); local
143 wxASSERT_MSG( (newLineShape != NULL), _T("Could not find new line shape"));
145 newLines.Append(newLineShape);
H A Dshapes.cpp423 wxLineShape* newLineShape = (wxLineShape*) lineShape->CreateNewCopy(); local
425 wxObjectList::compatibility_iterator node1 = newLineShape->GetLineControlPoints()->GetFirst();
433 cmd->AddState(new csCommandState(ID_CS_MOVE_LINE_POINT, newLineShape, lineShape));

Completed in 45 milliseconds