Searched defs:alphaMemory (Results 1 – 1 of 1) sorted by relevance
966 static bool FillAlphaChannel(std::shared_ptr<HeifImage> &masterImage, uint8_t *alphaMemory, in FillAlphaChannel()1051 std::unique_ptr<uint8_t[]> alphaMemory = std::make_unique<uint8_t[]>(alphaMemorySize); in SwApplyAlphaImage() local