Searched defs:textShadow (Results 1 – 9 of 9) sorted by relevance
37 TextShadow textShadow(Rosen::Drawing::Color::COLOR_BLACK, offset, 0.0); variable52 TextShadow textShadow(Rosen::Drawing::Color::COLOR_BLACK, offset, 0.0); variable
283 TextShadow textShadow(Rosen::Drawing::Color::COLOR_BLACK, offset, 0.0); variable
152 const auto& textShadow = textStyle.GetTextShadows()[0]; variable
229 auto textShadow = json.GetValue(TEXT_SHADOW)->GetString(); in CreateFromJson() local
296 Shadow textShadow; in ParseTextShadow() local
300 Shadow textShadow; in SetContentModifier() local318 Shadow textShadow; in SetPaintMethodModifier() local332 Shadow textShadow; in UpdateTextLayoutProperty() local1852 Shadow textShadow; variable2419 Shadow textShadow; variable2578 Shadow textShadow; variable
120 …auto textShadow = textStyle.GetTextShadows().empty() ? Shadow() : textStyle.GetTextShadows().at(0); in SetDefaultTextShadow() local
621 auto textShadow = layoutProperty->GetTextShadow(); in SetPropertyToModifier() local
171 const auto& textShadow = textStyle.GetTextShadows()[0]; variable