Home | History | Annotate | Download | only in svg

Lines Matching full:short

30         const unsigned short SVG_PAINTTYPE_UNKNOWN               = 0;
31 const unsigned short SVG_PAINTTYPE_RGBCOLOR = 1;
32 const unsigned short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2;
33 const unsigned short SVG_PAINTTYPE_NONE = 101;
34 const unsigned short SVG_PAINTTYPE_CURRENTCOLOR = 102;
35 const unsigned short SVG_PAINTTYPE_URI_NONE = 103;
36 const unsigned short SVG_PAINTTYPE_URI_CURRENTCOLOR = 104;
37 const unsigned short SVG_PAINTTYPE_URI_RGBCOLOR = 105;
38 const unsigned short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106;
39 const unsigned short SVG_PAINTTYPE_URI = 107;