Searched refs:StyleIndex (Results 1 – 2 of 2) sorted by relevance
1013 if (index == static_cast<uint32_t>(StyleIndex::STYLE_FONT)) { in CreateSpan()1017 if (index == static_cast<uint32_t>(StyleIndex::STYLE_DECORATION)) { in CreateSpan()1021 if (index == static_cast<uint32_t>(StyleIndex::STYLE_BASELINE)) { in CreateSpan()1025 if (index == static_cast<uint32_t>(StyleIndex::STYLE_LETTERSPACE)) { in CreateSpan()1029 if (index == static_cast<uint32_t>(StyleIndex::STYLE_LINEHEIGHT)) { in CreateSpan()1033 if (index == static_cast<uint32_t>(StyleIndex::STYLE_SHADOWS)) { in CreateSpan()1037 if (index == static_cast<uint32_t>(StyleIndex::STYLE_PARAGRAPH)) { in CreateSpan()1082 if (index >= 0 && index < static_cast<size_t>(StyleIndex::STYLE_MAX)) { in AddSpans()
76 enum class StyleIndex { enum