Files
haiku-beta6/src/apps
Stephan Aßmus 0199e126e2 implemented a cool vertex transformation pipeline:
* VertexSource virtualizes the AGG "VertexSource" interface
* Transformer is an interface for building pipelines of
  VertexSource objects, each taking the output of the previous
  object and transforming it in some way
* StrokeTransformer is currently the only implementation and
  converts a path into an outline stroke
* PathSource implements the VertexSource interface on top of
  a VectorPath which it converts into an agg::path_storage
  and into an agg::conv_curve<agg::path_storage> to get smooth
  bezier curves
* added VertexSource() to Shape class, which returns the last
  object of the transformation pipeline, it uses a PathSource
  for the root object
* changed IconRenderer to use the new polymorphic VertexSource
  pipeline


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17896 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-06-21 14:38:13 +00:00
..
2006-04-18 20:07:03 +00:00
2006-02-01 17:42:31 +00:00
2006-06-08 00:34:02 +00:00
2006-05-19 15:52:21 +00:00
2006-02-01 16:14:47 +00:00
2006-04-18 20:07:03 +00:00
2006-05-19 15:52:21 +00:00
2006-04-09 11:50:15 +00:00
2006-06-13 21:37:07 +00:00
2006-06-13 13:43:13 +00:00