Lines Matching refs:style
3 * Description: Implementation for Css style parser.
37 if (!strcmp(elem, "style")) {
83 // add attributes in style classes.
104 if (!strcmp(elem, "style")) {
122 std::string style = RemoveEmptyChar(text, len);
123 this->startCommon(style.c_str(), style.size(), SkDOM::kText_Type);
124 this->SkSVGDOMParser::onEndElement(style.c_str());
125 if (fProcessingStyle && !style.empty() && style.front() == '.') {
126 fStyleParser.parseCssStyle(style);
149 // for parse css style svg files.