Home
last modified time | relevance | path

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

/external/skia/modules/skottie/utils/
DTextEditor.cpp262 static constexpr SkColor4f kSelectionColor{0, 0, 1, 0.4f}; in onDecorate() local
263 canvas->drawRect(ginfo.fBounds, SkPaint(kSelectionColor)); in onDecorate()