Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkStrokeRec.h33 kStyleCount = kStrokeAndFill_Style + 1 enumerator
DSkPaint.h311 kStyleCount = kStrokeAndFill_Style + 1 enumerator
/external/skia/src/gpu/
DGrStrokeInfo.cpp55 static_assert(SkStrokeRec::kStyleCount <= (1 << kStyleBits), "style_shift_will_be_wrong"); in asUniqueKeyFragment()
/external/skia/src/core/
DSkPaint.cpp299 if ((unsigned)style < kStyleCount) { in setStyle()
2271 static const char* gStyleStrings[SkPaint::kStyleCount] = { "Fill", "Stroke", "StrokeAndFill" }; in toString()