Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dtext_shadow.cc23 TextShadow::TextShadow(SkColor color, SkPoint offset, double blur_radius) in TextShadow() argument
24 : color(color), offset(offset), blur_radius(blur_radius) {} in TextShadow()
31 if (blur_radius != other.blur_radius) in operator ==()
44 if (blur_radius != 0.0) in hasShadow()
Dtext_shadow.h29 double blur_radius = 0.0; variable
33 TextShadow(SkColor color, SkPoint offset, double blur_radius);
Dparagraph_txt.cc1528 if (text_shadow.blur_radius != 0.0) { in PaintShadow()
1530 kNormal_SkBlurStyle, text_shadow.blur_radius, false)); in PaintShadow()
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.cc118 shadow.fBlurRadius = txt_shadow.blur_radius; in TxtToSkia()