Searched refs:sourcePixels (Results 1 – 2 of 2) sorted by relevance
104 std::vector<uint32_t> sourcePixels(sourceWidth * sourceHeight, sourceColor); in createImageWithColor() local105 if (!source->write(sourcePixels)) { in createImageWithColor()115 std::vector<uint32_t> sourcePixels; in createSourceImageFromPng() local116 if (!LoadRGBAFromPng(filename, &sourceWidth, &sourceHeight, &sourcePixels)) { in createSourceImageFromPng()127 if (!source->write(sourcePixels)) { in createSourceImageFromPng()
636 std::vector<uint32_t> sourcePixels; in LoadImage() local