Searched refs:ARROW_COLOR_PRIMARY (Results 1 – 3 of 3) sorted by relevance
138 …theme->arrowColorPrimary_ = swiperPattern->GetAttr<Color>(ARROW_COLOR_PRIMARY, Color::TRANSPARENT); in ParsePattern2()151 … theme->smallArrowColor_ = swiperPattern->GetAttr<Color>(ARROW_COLOR_PRIMARY, Color::TRANSPARENT); in ParsePattern2()156 … theme->bigArrowColor_ = swiperPattern->GetAttr<Color>(ARROW_COLOR_PRIMARY, Color::TRANSPARENT); in ParsePattern2()
212 const char ARROW_COLOR_PRIMARY[] = "arrow_color_primary"; variable
214 extern const char ARROW_COLOR_PRIMARY[];