Lines Matching refs:SKJSONCANVAS_ATTRIBUTE_PAINT
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()
794 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processTextBlob()
821 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processPoints()
855 if (command.isMember(SKJSONCANVAS_ATTRIBUTE_PAINT)) { in processImage()
856 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processImage()
875 if (command.isMember(SKJSONCANVAS_ATTRIBUTE_PAINT)) { in processImageRect()
876 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processImageRect()
909 if (command.isMember(SKJSONCANVAS_ATTRIBUTE_PAINT)) { in processBitmap()
910 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processBitmap()
929 if (command.isMember(SKJSONCANVAS_ATTRIBUTE_PAINT)) { in processBitmapRect()
930 this->getPaint(command[SKJSONCANVAS_ATTRIBUTE_PAINT], &paint); in processBitmapRect()