Lines Matching refs:mapPoints
344 dng_point mapPoints; in GetStream() local
346 mapPoints.v = stream.Get_uint32 (); in GetStream()
347 mapPoints.h = stream.Get_uint32 (); in GetStream()
367 (int) mapPoints.v, in GetStream()
368 (int) mapPoints.h); in GetStream()
385 if (mapPoints.v == 1) in GetStream()
391 if (mapPoints.h == 1) in GetStream()
397 if (mapPoints.v < 1 || in GetStream()
398 mapPoints.h < 1 || in GetStream()
407 mapPoints, in GetStream()
419 for (int32 rowIndex = 0; rowIndex < mapPoints.v; rowIndex++) in GetStream()
422 for (int32 colIndex = 0; colIndex < mapPoints.h; colIndex++) in GetStream()