Searched refs:colorPaint (Results 1 – 3 of 3) sorted by relevance
124 final Paint colorPaint = new Paint(Paint.ANTI_ALIAS_FLAG); in fillCanvas() local125 colorPaint.setStyle(Paint.Style.STROKE); in fillCanvas()281 Paint colorPaint = new Paint(Paint.ANTI_ALIAS_FLAG);282 colorPaint.setStyle(Paint.Style.FILL);296 colorPaint.setColor(colorInter.getInterColor(298 canvas.drawRect(colorRect, colorPaint);310 Paint colorPaint = new Paint(Paint.ANTI_ALIAS_FLAG);311 colorPaint.setStyle(Paint.Style.STROKE);312 colorPaint.setStrokeWidth(1);319 colorPaint.setColor(colorInter.getInterColor(inter));[all …]
384 SkPaint colorPaint;386 colorPaint.setDither(dither);389 colorPaint.setColor(colors & mask);390 c16.drawRect({0, 0, 8, 4}, colorPaint);
410 SkPaint colorPaint;412 colorPaint.setDither(dither);415 colorPaint.setColor(colors & mask);416 c16.drawRect({0, 0, 8, 4}, colorPaint);