Searched defs:SkSVGPaint (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGPaintState.cpp15 SkSVGAttribute SkSVGPaint::gAttributes[] = {
39 const int SkSVGPaint::kAttributesSize = SK_ARRAY_COUNT(SkSVGPaint::gAttributes);
41 SkSVGPaint::SkSVGPaint() : fNext(NULL) { function in class:SkSVGPaint
44 SkString* SkSVGPaint::operator[](int index) {
52 void SkSVGPaint::addAttribute(SkSVGParser& parser, int attrIndex,
101 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) {
102 SkSVGPaint current;
103 SkSVGPaint* walkin
[all...]
/external/skia/src/svg/
H A DSkSVGPaintState.cpp15 SkSVGAttribute SkSVGPaint::gAttributes[] = {
39 const int SkSVGPaint::kAttributesSize = SK_ARRAY_COUNT(SkSVGPaint::gAttributes);
41 SkSVGPaint::SkSVGPaint() : fNext(NULL) { function in class:SkSVGPaint
44 SkString* SkSVGPaint::operator[](int index) {
52 void SkSVGPaint::addAttribute(SkSVGParser& parser, int attrIndex,
101 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) {
102 SkSVGPaint current;
103 SkSVGPaint* walkin
[all...]
/external/chromium_org/third_party/skia/include/svg/
H A DSkSVGPaintState.h16 class SkSVGPaint : public SkSVGBase { class in inherits:SkSVGBase
44 SkSVGPaint();
49 static void Push(SkSVGPaint** head, SkSVGPaint* add);
50 static void Pop(SkSVGPaint** head);
82 bool writeChangedAttributes(SkSVGParser& , SkSVGPaint& , bool* changed);
83 bool writeChangedElements(SkSVGParser& , SkSVGPaint& , bool* changed);
84 SkSVGPaint* fNext;
86 typedef SkSVGPaint BASE_CLASS;
/external/skia/include/svg/
H A DSkSVGPaintState.h16 class SkSVGPaint : public SkSVGBase { class in inherits:SkSVGBase
44 SkSVGPaint();
49 static void Push(SkSVGPaint** head, SkSVGPaint* add);
50 static void Pop(SkSVGPaint** head);
82 bool writeChangedAttributes(SkSVGParser& , SkSVGPaint& , bool* changed);
83 bool writeChangedElements(SkSVGParser& , SkSVGPaint& , bool* changed);
84 SkSVGPaint* fNext;
86 typedef SkSVGPaint BASE_CLASS;

Completed in 1626 milliseconds