Searched refs:destinationComponent (Results 1 – 1 of 1) sorted by relevance
185 unsigned char* destinationComponent = m_unmultipliedImageResult->data(); in copyUnmultipliedImage() local190 destinationComponent[0] = static_cast<int>(sourceComponent[0]) * 255 / alpha; in copyUnmultipliedImage()191 destinationComponent[1] = static_cast<int>(sourceComponent[1]) * 255 / alpha; in copyUnmultipliedImage()192 destinationComponent[2] = static_cast<int>(sourceComponent[2]) * 255 / alpha; in copyUnmultipliedImage()194 destinationComponent[0] = 0; in copyUnmultipliedImage()195 destinationComponent[1] = 0; in copyUnmultipliedImage()196 destinationComponent[2] = 0; in copyUnmultipliedImage()198 destinationComponent[3] = alpha; in copyUnmultipliedImage()200 destinationComponent += 4; in copyUnmultipliedImage()219 unsigned char* destinationComponent = m_premultipliedImageResult->data(); in copyPremultipliedImage() local[all …]