Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_negative.h976 const dng_urational & DefaultCropSizeH () const in DefaultCropSizeH() function
1186 return DefaultCropSizeH ().As_real64 (); in SquareWidth()
Ddng_mosaic_info.cpp1416 fCroppedSize.h = Round_int32 (negative.DefaultCropSizeH ().As_real64 ()); in PostParse()
Ddng_image_writer.cpp5716 negative.DefaultCropSizeH ()); in WriteDNG()
6242 defaultCropSizeData [0] = negative.DefaultCropSizeH (); in WriteDNG()
Ddng_negative.cpp3308 SetOriginalDefaultCropSize (DefaultCropSizeH (), in SetDefaultOriginalSizes()
/external/skia/src/codec/
DSkRawCodec.cpp600 return this->init(static_cast<int>(fNegative->DefaultCropSizeH().As_real64()), in readDng()