Searched refs:platformConstants (Results 1 – 1 of 1) sorted by relevance
414 const auto platformConstants = ThemeConstants::GetPlatformConstants(key); in GetValue() local415 if (platformConstants == nullptr) { in GetValue()418 if (platformConstants->type != ThemeConstantsType::REFERENCE) { in GetValue()419 return *platformConstants; in GetValue()422 auto uintPtr = std::get_if<uint32_t>(&(platformConstants->value)); in GetValue()428 refValue.isPublic = platformConstants->isPublic; in GetValue()429 auto blendAlpha = GetBlendAlpha(platformConstants->blendAlpha); in GetValue()