Searched refs:kPaintColors (Results 1 – 1 of 1) sorted by relevance
73 static const SkColor kPaintColors[] = { in onDraw() local90 for (size_t paintType = 0; paintType < SK_ARRAY_COUNT(kPaintColors) + 1; ++paintType) { in onDraw()103 if (paintType >= SK_ARRAY_COUNT(kPaintColors)) { in onDraw()106 skPaint.setColor(kPaintColors[paintType]); in onDraw()131 if (paintType >= SK_ARRAY_COUNT(kPaintColors)) { in onDraw()134 inputLabel.appendf("0x%08x", kPaintColors[paintType]); in onDraw()