path_storage
get_path_storage(agg::path_storage& path, const control_point* points,
agg::path_storage path;
agg::conv_curve<agg::path_storage> curve(path);
VectorPath::GetAGGPathStorage(agg::path_storage& path) const
bool GetAGGPathStorage(agg::path_storage& path) const;
typedef agg::path_storage AGGPath;
agg::path_storage p;
agg::conv_stroke<agg::path_storage> ps(p);
agg::path_storage path;
agg::conv_stroke<agg::path_storage> pathStorage(path);
agg::path_storage fPath;
agg::conv_curve<agg::path_storage> fCurve;
agg::path_storage& path = aggInterface.fPath;
agg::conv_transform<agg::path_storage> transformedPath(path,
agg::path_storage path;
agg::path_storage path;
agg::path_storage path;
agg::path_storage path;
agg::conv_transform<agg::path_storage> tr(path, srcMatrix);
agg::path_storage path;
agg::path_storage curve;
agg::conv_curve<agg::path_storage> path(curve);
agg::path_storage curve;
agg::conv_curve<agg::path_storage> path(curve);
agg::path_storage path;
agg::path_storage path;
agg::path_storage path;
ShapeConverter::ShapeConverter(agg::path_storage* path)
ShapeConverter::SetPath(agg::path_storage* path)
ShapeConverter(agg::path_storage* path);
void SetPath(agg::path_storage* path);
agg::path_storage* fPath;