Searched refs:TextHaloColor (Results 1 – 4 of 4) sorted by relevance
231 struct TextHaloColor : DataDrivenPaintProperty<Color, attributes::a_halo_color, uniforms::u_halo_co… struct300 TextHaloColor,
924 return impl().paint.template get<TextHaloColor>().value; in getTextHaloColor()931 impl_->paint.template get<TextHaloColor>().value = value; in setTextHaloColor()938 impl_->paint.template get<TextHaloColor>().options = options; in setTextHaloColorTransition()943 return impl().paint.template get<TextHaloColor>().options; in getTextHaloColorTransition()
61 evaluated.get<style::TextHaloColor>().constantOr(Color::black()).a > 0; in evaluate()323 evaluated.get<style::TextHaloColor>(), in textPaintProperties()352 evaluated.get<style::TextHaloColor>().constantOr(Color::black()).a > 0 && in textPropertyValues()
29 TextHaloColor,