Searched defs:shadows (Results 1 – 9 of 9) sorted by relevance
150 Class<?>[] shadows() default {}; // DEFAULT_SHADOWS in shadows() method179 private final Class<?>[] shadows; field in Config.Implementation280 Class<?>[] shadows, in Implementation()346 public Class<?>[] shadows() { in shadows() method in Config.Implementation375 protected Class<?>[] shadows = new Class[0]; field in Config.Builder438 public Builder setShadows(Class<?>[] shadows) { in setShadows()503 List<Class<?>> shadows = new ArrayList<>(Arrays.asList(this.shadows)); in overlay() local
154 Class<?>[] shadows() default {}; // DEFAULT_SHADOWS in shadows() method183 private final Class<?>[] shadows; field in Config.Implementation301 Class<?>[] shadows, in Implementation()373 public Class<?>[] shadows() { in shadows() method in Config.Implementation439 protected Class<?>[] shadows = new Class[0]; field in Config.Builder507 public Builder setShadows(Class<?>... shadows) { in setShadows()576 List<Class<?>> shadows = new ArrayList<>(Arrays.asList(this.shadows)); in overlay() local
23 Class<?>[] shadows() default {}; // DEFAULT_SHADOWS in shadows() method
206 void SetShadows (real64 shadows) in SetShadows()
531 Class<?>[] shadows, in assertConfig()
253 shadows: [{color: CanvasKit.BLACK, blurRadius: 15}, property
3136 shadow_range shadows() const { in shadows() function
2973 shadows?: TextShadow[]; property