Searched refs:GetRGBxRowBytes (Results 1 – 1 of 1) sorted by relevance
157 static int32_t GetRGBxRowBytes(const ImageInfo &imgInfo) in GetRGBxRowBytes() function164 return imgInfo.size.height * GetRGBxRowBytes(imgInfo); in GetRGBxSize()190 static_cast<uint32_t>(GetRGBxRowBytes(dstInfo)) : dstRowBytes; in WritePixelsConvert()197 srcRowBytes = static_cast<uint32_t>(GetRGBxRowBytes(srcInfo)); in WritePixelsConvert()