Home
last modified time | relevance | path

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

/third_party/flutter/skia/samplecode/
DSampleAAGeometry.cpp489 static const int kMaxStateCount = 3; member
491 SkPaint fStates[kMaxStateCount];
521 SkASSERT(stateCount <= ButtonPaints::kMaxStateCount); in Button()