Searched refs:system_colors_ (Results 1 – 2 of 2) sorted by relevance
400 system_colors_[kSystemColors[i]] = in UpdateSystemColors()504 return system_colors_[COLOR_WINDOW]; in GetSystemColor()522 return system_colors_[COLOR_BTNTEXT]; in GetSystemColor()524 return system_colors_[COLOR_GRAYTEXT]; in GetSystemColor()546 return system_colors_[COLOR_BTNTEXT]; in GetSystemColor()548 return system_colors_[COLOR_GRAYTEXT]; in GetSystemColor()550 return system_colors_[COLOR_WINDOW]; in GetSystemColor()554 return system_colors_[COLOR_WINDOWTEXT]; in GetSystemColor()556 return system_colors_[COLOR_WINDOW]; in GetSystemColor()558 return system_colors_[COLOR_GRAYTEXT]; in GetSystemColor()[all …]
360 mutable std::map<int, SkColor> system_colors_; variable