Lines Matching refs:parse

241 bool SkSVGAttributeParser::parse(SkSVGColorType* color) {
263 bool SkSVGAttributeParser::parse(SkSVGColor* color) {
267 if (this->parse(&c)) {
280 bool SkSVGAttributeParser::parse(SkSVGIRI* iri) {
306 if (this->parse(&iri)) {
315 bool SkSVGAttributeParser::parse(SkSVGStringType* result) {
326 bool SkSVGAttributeParser::parse(SkSVGNumberType* number) {
362 bool SkSVGAttributeParser::parse(SkSVGLength* length) {
509 bool SkSVGAttributeParser::parse(SkSVGTransformType* t) {
542 bool SkSVGAttributeParser::parse(SkSVGPaint* paint) {
546 if (this->parse(&c)) {
554 this->parse(&c);
565 bool SkSVGAttributeParser::parse(SkSVGFuncIRI* firi) {
581 bool SkSVGAttributeParser::parse(SkSVGLineCap* cap) {
605 bool SkSVGAttributeParser::parse(SkSVGLineJoin* join) {
630 bool SkSVGAttributeParser::parse(SkSVGObjectBoundingBoxUnits* objectBoundingBoxUnits) {
646 bool SkSVGAttributeParser::parse(SkSVGPointsType* points) {
695 bool SkSVGAttributeParser::parse(SkSVGFillRule* fillRule) {
719 bool SkSVGAttributeParser::parse(SkSVGVisibility* visibility) {
744 bool SkSVGAttributeParser::parse(SkSVGDashArray* dashArray) {
757 if (!this->parse(&dash)) {
775 bool SkSVGAttributeParser::parse(SkSVGFontFamily* family) {
796 bool SkSVGAttributeParser::parse(SkSVGFontSize* size) {
803 if (this->parse(&length)) {
814 bool SkSVGAttributeParser::parse(SkSVGFontStyle* style) {
835 bool SkSVGAttributeParser::parse(SkSVGFontWeight* weight) {
866 bool SkSVGAttributeParser::parse(SkSVGTextAnchor* anchor) {
923 bool SkSVGAttributeParser::parse(SkSVGPreserveAspectRatio* par) {
934 if (!this->parse(&v)) {
947 bool SkSVGAttributeParser::parse(std::vector<SkSVGLength>* lengths) {
952 bool SkSVGAttributeParser::parse(std::vector<SkSVGNumberType>* numbers) {
957 bool SkSVGAttributeParser::parse(SkSVGColorspace* colorspace) {
969 bool SkSVGAttributeParser::parse(SkSVGDisplay* display) {