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 23 SkSVGAttribute SkSVGPaint::gAttributes[] = {
47 const int SkSVGPaint::kAttributesSize = SK_ARRAY_COUNT(SkSVGPaint::gAttributes);
49 SkSVGPaint::SkSVGPaint() : fNext(NULL) {
52 SkString* SkSVGPaint::operator[](int index) {
60 void SkSVGPaint::addAttribute(SkSVGParser& parser, int attrIndex,
109 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) {
110 SkSVGPaint current;
111 SkSVGPaint* walking = parser.fHead
    [all...]
  /external/skia/include/svg/
SkSVGPaintState.h 23 class SkSVGPaint : public SkSVGBase {
51 SkSVGPaint();
56 static void Push(SkSVGPaint** head, SkSVGPaint* add);
57 static void Pop(SkSVGPaint** head);
89 bool writeChangedAttributes(SkSVGParser& , SkSVGPaint& , bool* changed);
90 bool writeChangedElements(SkSVGParser& , SkSVGPaint& , bool* changed);
91 SkSVGPaint* fNext;
93 typedef SkSVGPaint BASE_CLASS;

Completed in 159 milliseconds