Home
last modified time | relevance | path

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

/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_filter_task.cpp27 static int32 RoundUpForPixelSize (uint32 x, uint32 pixelSize) in RoundUpForPixelSize() function
94 RoundUpForPixelSize (srcTileSize.h, srcPixelSize) * in Start()
101 RoundUpForPixelSize (tileSize.h, dstPixelSize) * in Start()
147 srcBuffer.fPlaneStep = RoundUpForPixelSize (srcArea.W (), in Process()
206 dstBuffer.fPlaneStep = RoundUpForPixelSize (area.W (), in Process()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_utils.h275 inline bool RoundUpForPixelSize (uint32 x, in RoundUpForPixelSize() function
314 inline uint32 RoundUpForPixelSize (uint32 x, in RoundUpForPixelSize() function
320 if (!RoundUpForPixelSize (x, pixelSize, &result)) in RoundUpForPixelSize()
337 if (!RoundUpForPixelSize (x, pixelSize, &result)) in RoundUpForPixelSizeAsInt32()
H A Ddng_utils.cpp182 if (!RoundUpForPixelSize (paddedWidth, in ComputeBufferSize()
H A Ddng_pixel_buffer.cpp440 if (!RoundUpForPixelSize (fArea.W (), in dng_pixel_buffer()