~jammy-zhou/+junk/skia

« back to all changes in this revision

Viewing changes to docs/html/.svn/text-base/class_sk_s_v_g_paint__coll__graph.dot.svn-base

  • Committer: Jammy Zhou
  • Date: 2010-11-05 22:47:35 UTC
  • Revision ID: jammy.zhou@linaro.org-20101105224735-i1miyqbyxwslg7t2
initial version (upstream r622)

http://code.google.com/p/skia/source/list

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
digraph G
 
2
{
 
3
  edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
 
4
  node [fontname="FreeSans",fontsize="10",shape=record];
 
5
  Node1 [label="SkSVGPaint",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
 
6
  Node2 -> Node1 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
 
7
  Node2 [label="SkSVGBase",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$class_sk_s_v_g_base.html"];
 
8
  Node3 -> Node1 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="gAttributes",fontname="FreeSans"];
 
9
  Node3 [label="SkSVGAttribute",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$struct_sk_s_v_g_attribute.html"];
 
10
  Node1 -> Node1 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="fNext",fontname="FreeSans"];
 
11
  Node4 -> Node1 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="f_strokeWidth\nf_strokeLinecap\nf_clipPath\nf_enableBackground\nf_filter\nf_stopColor\nf_fillRule\nf_style\nf_strokeLinejoin\nf_letterSpacing\n...",fontname="FreeSans"];
 
12
  Node4 [label="SkString",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$class_sk_string.html"];
 
13
  Node5 -> Node4 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="fRec\ngEmptyRec",fontname="FreeSans"];
 
14
  Node5 [label="SkString::Rec",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];
 
15
}