Home
last modified time | relevance | path

Searched defs:setBackgroundColor (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieView.java217 public void setBackgroundColor(int colorRGB) { in setBackgroundColor() method in SkottieView
/third_party/skia/modules/skparagraph/include/
DTextStyle.h236 void setBackgroundColor(SkPaint paint) { setBackgroundPaint(paint); } in setBackgroundColor() function