Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_resample.cpp496 dng_resample_coords fRowCoords; member in dng_resample_task
548 , fRowCoords () in dng_resample_task()
601 srcArea.t = SafeInt32Add (fRowCoords.Pixel (dstArea.t), offsetV); in SrcArea()
605 fRowCoords.Pixel (SafeInt32Sub (dstArea.b, 1)), in SrcArea()
637 fRowCoords.Initialize (fSrcBounds.t, in Start()
714 const int32 *rowCoords = fRowCoords.Coords (0 ); in ProcessArea()