Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp300 auto bounds_color = sksg::Color::Make(0xff00ff00); in reshape() local
301 bounds_color->setStyle(SkPaint::kStroke_Style); in reshape()
302 bounds_color->setStrokeWidth(1); in reshape()
303 bounds_color->setAntiAlias(true); in reshape()
308 std::move(bounds_color))); in reshape()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp316 auto bounds_color = sksg::Color::Make(0xff00ff00); in reshape() local
317 bounds_color->setStyle(SkPaint::kStroke_Style); in reshape()
318 bounds_color->setStrokeWidth(1); in reshape()
319 bounds_color->setAntiAlias(true); in reshape()
324 std::move(bounds_color))); in reshape()