Home | History | Annotate | Download | only in themes

Lines Matching refs:tints_

627     delete [] tints_;
735 pack->tints_ = reinterpret_cast<TintEntry*>(const_cast<char*>(
785 reinterpret_cast<const char*>(tints_),
817 if (tints_) {
819 if (tints_[i].id == id) {
820 hsl->h = tints_[i].h;
821 hsl->s = tints_[i].s;
822 hsl->l = tints_[i].l;
925 tints_(NULL),
959 tints_ = new TintEntry[kTintTableLength];
961 tints_[i].id = -1;
962 tints_[i].h = -1;
963 tints_[i].s = -1;
964 tints_[i].l = -1;
996 tints_[count].id = it->first;
997 tints_[count].h = it->second.h;
998 tints_[count].s = it->second.s;
999 tints_[count].l = it->second.l;
1505 if (tints_) {
1507 if (tints_[i].id == id) {
1509 hsl.h = tints_[i].h;
1510 hsl.s = tints_[i].s;
1511 hsl.l = tints_[i].l;