Searched refs:symbolRenderStrategy (Results 1 – 1 of 1) sorted by relevance
1436 uint32_t symbolRenderStrategy; in ParseJsSymbolSpanStyle() local1437 …ngStrategy->IsNull() && JSContainerBase::ParseJsInteger(renderingStrategy, symbolRenderStrategy)) { in ParseJsSymbolSpanStyle()1438 if (symbolRenderStrategy < 0 || in ParseJsSymbolSpanStyle()1439 symbolRenderStrategy > static_cast<uint32_t>(RenderingStrategy::MULTIPLE_OPACITY)) { in ParseJsSymbolSpanStyle()1440 symbolRenderStrategy = static_cast<uint32_t>(RenderingStrategy::SINGLE); in ParseJsSymbolSpanStyle()1442 updateSpanStyle.updateSymbolRenderingStrategy = symbolRenderStrategy; in ParseJsSymbolSpanStyle()1443 style.SetRenderStrategy(symbolRenderStrategy); in ParseJsSymbolSpanStyle()