Searched refs:decodedWidth (Results 1 – 1 of 1) sorted by relevance
30 int decodedWidth; in LoadRGBAFromPng() local34 stbi_load(filename.c_str(), &decodedWidth, &decodedHeight, &decodedChannels, in LoadRGBAFromPng()40 const std::size_t decodedSize = decodedWidth * decodedHeight; in LoadRGBAFromPng()43 *outWidth = static_cast<uint32_t>(decodedWidth); in LoadRGBAFromPng()