Home | History | Annotate | Download | only in themes

Lines Matching refs:colors_

628     delete [] colors_;
740 pack->colors_ =
788 reinterpret_cast<const char*>(colors_),
832 if (colors_) {
834 if (colors_[i].id == id) {
835 *color = colors_[i].color;
926 colors_(NULL),
1005 colors_ = new ColorPair[kColorTableLength];
1007 colors_[i].id = -1;
1008 colors_[i].color = SkColorSetRGB(0, 0, 0);
1020 colors_[count].id = it->first;
1021 colors_[count].color = it->second;