Searched refs:lineWidth (Results 1 – 1 of 1) sorted by relevance
67 size_t GetOutputBlockSize( s16 lineWidth, OutputFormat format );68 size_t GetOutputImageSize( s16 lineWidth, s16 height, OutputFormat format );425 inline size_t GetOutputBlockSize( s16 lineWidth, OutputFormat format ) in GetOutputBlockSize() argument427 return detail::GetOutputBlockSize(lineWidth, format); in GetOutputBlockSize()437 inline size_t GetOutputImageSize( s16 lineWidth, s16 height, OutputFormat format ) in GetOutputImageSize() argument439 return detail::GetOutputImageSize(lineWidth, height, format); in GetOutputImageSize()