Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSampleAAGeometry.cpp491 static const int kMaxStateCount = 3; member
493 SkPaint fStates[kMaxStateCount];
523 SkASSERT(stateCount <= ButtonPaints::kMaxStateCount); in Button()