Searched refs:premul (Results 1 – 1 of 1) sorted by relevance
179 int premul = Math.round(alpha * comp / 255.f); in computePrePostMul() local180 int unpre = Math.round(255.0f * premul / alpha); in computePrePostMul()