Searched refs:backPaintColor (Results 1 – 1 of 1) sorted by relevance
2242 public BaseTextRenderer(int forePaintColor, int backPaintColor) { in BaseTextRenderer() argument2244 mBackPaint[0] = backPaintColor; in BaseTextRenderer()2260 int forePaintColor, int backPaintColor) { in Bitmap4x8FontRenderer() argument2261 super(forePaintColor, backPaintColor); in Bitmap4x8FontRenderer()2328 public PaintRenderer(int fontSize, int forePaintColor, int backPaintColor) { in PaintRenderer() argument2329 super(forePaintColor, backPaintColor); in PaintRenderer()