Searched defs:innerPaint (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp418 SkPaint* innerPaint = copyPaint(paint); local
419 simplifyPaint(darken ? SK_ColorBLACK : SK_ColorWHITE, innerPaint);
420 innerPaint->setStyle(SkPaint::kFill_Style);
422 x, y, positions, innerPaint, totalAdvance, bounds));

Completed in 7 milliseconds