Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_misc_opcodes.h78 uint32 fRowPitch; variable
94 , fRowPitch (rowPitch) in fArea()
125 return fRowPitch; in RowPitch()
Ddng_misc_opcodes.cpp129 fRowPitch = stream.Get_uint32 (); in GetData()
137 if (fRowPitch < 1 || fColPitch < 1) in GetData()
144 if (fRowPitch != 1 || fColPitch != 1) in GetData()
156 fRowPitch > static_cast<uint32>(height) || in GetData()
175 (unsigned) fRowPitch, in GetData()
197 stream.Put_uint32 (fRowPitch); in PutData()
222 fRowPitch)); in Overlap()
230 overlap.b = overlap.t + ((overlap.H () - 1) / fRowPitch) * fRowPitch + 1; in Overlap()