Searched refs:system_colors_ (Results 1 – 2 of 2) sorted by relevance
377 system_colors_[kSystemColors[i]] = in UpdateSystemColors()479 return system_colors_[COLOR_WINDOW]; in GetSystemColor()497 return system_colors_[COLOR_BTNTEXT]; in GetSystemColor()499 return system_colors_[COLOR_GRAYTEXT]; in GetSystemColor()540 return system_colors_[COLOR_BTNTEXT]; in GetSystemColor()542 return system_colors_[COLOR_GRAYTEXT]; in GetSystemColor()544 return system_colors_[COLOR_WINDOW]; in GetSystemColor()548 return system_colors_[COLOR_WINDOWTEXT]; in GetSystemColor()550 return system_colors_[COLOR_WINDOW]; in GetSystemColor()552 return system_colors_[COLOR_GRAYTEXT]; in GetSystemColor()[all …]
360 mutable std::map<int, SkColor> system_colors_; variable