Searched refs:gStyleStrings (Results 1 – 1 of 1) sorted by relevance
2271 static const char* gStyleStrings[SkPaint::kStyleCount] = { "Fill", "Stroke", "StrokeAndFill" }; in toString() local2272 str->append(gStyleStrings[this->getStyle()]); in toString()