Home
last modified time | relevance | path

Searched refs:RoundUpForPixelSize (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_utils.cpp189 if (!RoundUpForPixelSize(paddedWidth, pixelSize, &paddedWidth)) in ComputeBufferSize()
Ddng_utils.h214 inline bool RoundUpForPixelSize (uint32 x, uint32 pixelSize, uint32 *result) in RoundUpForPixelSize() function
Ddng_pixel_buffer.cpp420 if (!RoundUpForPixelSize (fArea.W(), fPixelSize, in dng_pixel_buffer()