Home
last modified time | relevance | path

Searched refs:gStyleStrings (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkPaint.cpp2271 static const char* gStyleStrings[SkPaint::kStyleCount] = { "Fill", "Stroke", "StrokeAndFill" }; in toString() local
2272 str->append(gStyleStrings[this->getStyle()]); in toString()