Home
last modified time | relevance | path

Searched refs:progressArcPaint (Results 1 - 1 of 1) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_circle_drawing_manager.cpp211 SkPaint progressArcPaint; in DrawingProgressByOpenSource() local
212 progressArcPaint.setAntiAlias(true); in DrawingProgressByOpenSource()
213 progressArcPaint.setAlphaf(PROGRESS_BAR_BACKGROUND_ALPHA); in DrawingProgressByOpenSource()
215 progressArcPaint.setARGB(PROGRESS_BAR_BACKGROUND_ALPHA, progressArcColor[NUMBER_0], in DrawingProgressByOpenSource()
217 progressArcPaint.setStrokeWidth(PROGRESS_STROKE_WIDTH * dispalyDensity_); in DrawingProgressByOpenSource()
218 progressArcPaint.setStyle(SkPaint::kStroke_Style); in DrawingProgressByOpenSource()
224 canvas->drawArc(arcRect, startAngle_, angle, false, progressArcPaint); in DrawingProgressByOpenSource()

Completed in 1 milliseconds