HomeSort by relevance Sort by last modified time
    Searched defs:SkSVGPaint (Results 1 - 2 of 2) sorted by null

  /external/skia/src/svg/
SkSVGPaintState.cpp 15 SkSVGAttribute SkSVGPaint::gAttributes[] = {
39 const int SkSVGPaint::kAttributesSize = SK_ARRAY_COUNT(SkSVGPaint::gAttributes);
41 SkSVGPaint::SkSVGPaint() : fNext(NULL) {
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* walking = parser.fHead
    [all...]
  /external/skia/include/svg/
SkSVGPaintState.h 16 class SkSVGPaint : public 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 2714 milliseconds