Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DCanvas.cpp122 Paint outlinePaint(paint); in operator ()() local
123 simplifyPaint(darken ? SK_ColorWHITE : SK_ColorBLACK, &outlinePaint); in operator ()()
124 outlinePaint.setStyle(SkPaint::kStrokeAndFill_Style); in operator ()()
125 canvas->drawGlyphs(glyphFunc, glyphCount, outlinePaint, x, y, bounds.mLeft, bounds.mTop, in operator ()()