Home | History | Annotate | Download | only in source

Lines Matching refs:rawSize

1008 		void SetDefaultCropCentered (const dng_point &rawSize)
1014 SetDefaultCropOrigin ((rawSize.h - sizeH) >> 1,
1015 (rawSize.v - sizeV) >> 1);