Searched refs:BLEND_PREMULT (Results 1 – 2 of 2) sorted by relevance
63 BLEND_PREMULT = 1 << BLEND_SHIFT, enumerator133 inline bool isPremultiplied() const { return (mKey & BLEND_MASK) == BLEND_PREMULT; } in isPremultiplied()
136 Key::BLEND_PREMULT | Key::OUTPUT_TRANSFORM_MATRIX_ON | Key::INPUT_TF_SRGB | in primeCache()173 description.isPremultipliedAlpha ? Key::BLEND_PREMULT : Key::BLEND_NORMAL) in computeKey()