Searched refs:LightAnchorType (Results 1 – 8 of 8) sorted by relevance
26 struct LightAnchor : LightProperty<LightAnchorType> {27 static LightAnchorType defaultValue() { in defaultValue()28 return LightAnchorType::Viewport; in defaultValue()
105 MBGL_DEFINE_ENUM(LightAnchorType, {106 { LightAnchorType::Map, "map" },107 { LightAnchorType::Viewport, "viewport" }
27 LightAnchorType Light::getDefaultAnchor() { in getDefaultAnchor()31 PropertyValue<LightAnchorType> Light::getAnchor() const { in getAnchor()35 void Light::setAnchor(PropertyValue<LightAnchorType> property) { in setAnchor()
20 static LightAnchorType getDefaultAnchor();21 PropertyValue<LightAnchorType> getAnchor() const;22 void setAnchor(PropertyValue<LightAnchorType>);
109 enum class LightAnchorType: bool { enum
20 optional<PropertyValue<LightAnchorType>> convertedAnchor = in operator ()()21 convert<PropertyValue<LightAnchorType>>(*anchor, error, false); in operator ()()
23 if (light.get<LightAnchor>() == LightAnchorType::Viewport) { in lightPosition()
319 template type::Type valueTypeToExpressionType<LightAnchorType>();320 template struct ValueConverter<LightAnchorType>;