Searched refs:SKJSONCANVAS_ATTRIBUTE_PAINT (Results 1 - 3 of 3) sorted by relevance

/external/skia/tools/json/
H A DSkJSONRenderer.cpp662 if (command.isMember(SKJSONCANVAS_ATTRIBUTE_PAINT)) {
663 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint);
677 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint);
685 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint);
693 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint);
701 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint);
709 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint);
716 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint);
724 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint);
749 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT],
[all...]
H A DSkJSONCanvas.cpp578 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
586 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
594 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
602 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
611 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
625 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
650 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint);
663 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(*paint);
681 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(*paint);
707 command[SKJSONCANVAS_ATTRIBUTE_PAINT]
[all...]
H A DSkJSONCanvas.h55 #define SKJSONCANVAS_ATTRIBUTE_PAINT "paint" macro

Completed in 33 milliseconds