Home | History | Annotate | Download | only in ops

Lines Matching refs:hasColors

56     bool hasColors() const { return fHasColors; }
77 bool hasColors,
82 if (hasColors) {
188 this->hasColors(),
230 if (this->hasColors() != that->hasColors()) {
234 if (!this->hasColors() && this->color() != that->color()) {
251 if (this->hasColors()) {
313 bool hasColors) {
317 if (hasColors) {
330 bool hasColors = random->nextBool();
332 randomize_params(spriteCount, random, &xforms, &texRects, &colors, hasColors);
342 hasColors ? colors.begin() : nullptr);