Searched refs:FillAlphaChannel (Results 1 – 1 of 1) sorted by relevance
966 static bool FillAlphaChannel(std::shared_ptr<HeifImage> &masterImage, uint8_t *alphaMemory, in FillAlphaChannel() function1030 return FillAlphaChannel(masterImage, reinterpret_cast<uint8_t *>(hwBuffer->GetVirAddr()), in HwApplyAlphaImage()1062 return FillAlphaChannel(masterImage, alphaMemory.get(), alphaStride, dstMemory, dstRowStride); in SwApplyAlphaImage()