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 );428 inline size_t GetOutputBlockSize( s16 lineWidth, OutputFormat format ) in GetOutputBlockSize() argument430 return detail::GetOutputBlockSize(lineWidth, format); in GetOutputBlockSize()440 inline size_t GetOutputImageSize( s16 lineWidth, s16 height, OutputFormat format ) in GetOutputImageSize() argument442 return detail::GetOutputImageSize(lineWidth, height, format); in GetOutputImageSize()