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

  /external/chromium_org/third_party/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;
SkSVGParser.h 40 SkString& getPaintLast(SkSVGPaint::Field field);
53 bool isStrokeAndFill(SkSVGPaint** stroke, SkSVGPaint** fill);
57 SkSVGPaint* fHead;
58 SkSVGPaint fEmptyPaint;
59 SkSVGPaint fLastFlush;
70 friend class SkSVGPaint;
  /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;
SkSVGParser.h 40 SkString& getPaintLast(SkSVGPaint::Field field);
53 bool isStrokeAndFill(SkSVGPaint** stroke, SkSVGPaint** fill);
57 SkSVGPaint* fHead;
58 SkSVGPaint fEmptyPaint;
59 SkSVGPaint fLastFlush;
70 friend class SkSVGPaint;
  /external/chromium_org/third_party/skia/src/svg/
SkSVGStop.cpp 22 parser._addAttribute("color", parser.getPaintLast(SkSVGPaint::kStopColor));
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...]
SkSVGPath.cpp 31 SkString& fillRule = parser.getPaintLast(SkSVGPaint::kFillRule);
SkSVGParser.cpp 49 for (int index = SkSVGPaint::kInitial + 1; index < SkSVGPaint::kTerminal; index++) {
112 SkString& SkSVGParser::getPaintLast(SkSVGPaint::Field field) {
113 SkSVGPaint* state = fHead;
126 bool SkSVGParser::isStrokeAndFill( SkSVGPaint** strokeState, SkSVGPaint** fillState) {
127 SkSVGPaint* walking = fHead;
233 SkSVGPaint::Push(&fHead, &element->fPaintState);
240 SkSVGPaint* strokeState = NULL, * fillState = NULL;
267 SkSVGPaint::Pop(&fHead)
    [all...]
SkSVGElements.h 64 SkSVGPaint fPaintState;
SkSVGGradient.cpp 82 SkSVGPaint* saveHead = parser.fHead;
  /external/skia/src/svg/
SkSVGStop.cpp 22 parser._addAttribute("color", parser.getPaintLast(SkSVGPaint::kStopColor));
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...]
SkSVGPath.cpp 31 SkString& fillRule = parser.getPaintLast(SkSVGPaint::kFillRule);
SkSVGParser.cpp 49 for (int index = SkSVGPaint::kInitial + 1; index < SkSVGPaint::kTerminal; index++) {
112 SkString& SkSVGParser::getPaintLast(SkSVGPaint::Field field) {
113 SkSVGPaint* state = fHead;
126 bool SkSVGParser::isStrokeAndFill( SkSVGPaint** strokeState, SkSVGPaint** fillState) {
127 SkSVGPaint* walking = fHead;
233 SkSVGPaint::Push(&fHead, &element->fPaintState);
240 SkSVGPaint* strokeState = NULL, * fillState = NULL;
267 SkSVGPaint::Pop(&fHead)
    [all...]
SkSVGElements.h 64 SkSVGPaint fPaintState;
SkSVGGradient.cpp 82 SkSVGPaint* saveHead = parser.fHead;

Completed in 58 milliseconds