Searched refs:ATTR_SOLIDCOLOR (Results 1 – 2 of 2) sorted by relevance
450 ATTR_SOLIDCOLOR = 16, enumerator584 bool isSolidColor() { return !!(mAttributes & ATTR_SOLIDCOLOR); } in isSolidColor()
113 mAttributes = (attr & ATTR_ALL_MASK) | ATTR_SOLIDCOLOR; in setImageBuffer()