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