Home | History | Annotate | Download | only in ops

Lines Matching refs:hasColors

17                                           bool hasColors,
22 if (hasColors) {
128 this->hasColors(),
167 if (this->hasColors() != that->hasColors()) {
171 if (!this->hasColors() && this->color() != that->color()) {
187 if (this->hasColors()) {
233 bool hasColors) {
237 if (hasColors) {
250 bool hasColors = random->nextBool();
252 randomize_params(spriteCount, random, &xforms, &texRects, &colors, hasColors);
262 hasColors ? colors.begin() : nullptr);