Searched refs:SKJSONCANVAS_ATTRIBUTE_PAINT (Results 1 – 3 of 3) sorted by relevance
662 if (command.isMember(SKJSONCANVAS_ATTRIBUTE_PAINT)) { in processSaveLayer()663 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processSaveLayer()677 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processPaint()685 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processRect()693 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processRRect()701 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processOval()709 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processPath()716 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processText()724 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processPosText()749 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processTextOnPath()[all …]
578 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint); in onDrawPaint()586 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint); in onDrawRect()594 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint); in onDrawOval()602 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint); in onDrawRRect()611 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint); in onDrawDRRect()625 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint); in onDrawPoints()650 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(paint); in onDrawPath()663 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(*paint); in onDrawImage()681 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(*paint); in onDrawImageRect()707 command[SKJSONCANVAS_ATTRIBUTE_PAINT] = this->makePaint(*paint); in onDrawBitmap()[all …]
55 #define SKJSONCANVAS_ATTRIBUTE_PAINT "paint" macro