Searched refs:fImageWidth (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_ifd.cpp | 63 , fImageWidth (0) in dng_ifd() 312 fImageWidth = stream.TagValue_uint32 (tagType); in ParseTag() 318 printf ("ImageWidth: %u\n", (unsigned) fImageWidth); in ParseTag() 2483 fTileWidth = fImageWidth; in PostParse() 2493 dng_rect imageArea (0, 0, fImageLength, fImageWidth); in PostParse() 2728 dng_rect imageArea (0, 0, fImageLength, fImageWidth); in IsValidDNG() 2775 if (fImageWidth < 1) in IsValidDNG() 2803 if (fImageWidth > kMaxImageSide || in IsValidDNG() 3439 uint32 tilesWide = SafeUint32DivideUp(fImageWidth, fTileWidth); in IsValidDNG() 3804 if (Round_int32 (fDefaultCropSizeH.As_real64 ()) != (int32) fImageWidth || in IsValidDNG() [all …]
|
D | dng_preview.cpp | 210 fIFD.fImageWidth = fImage->Width (); in AddTagSet() 363 ifd.fImageWidth = fPreviewSize.h; in AddTagSet() 545 fIFD.fImageWidth = fImage->Width (); in AddTagSet() 635 fIFD.fImageWidth = fImage->Width (); in AddTagSet()
|
D | dng_ifd.h | 81 uint32 fImageWidth; variable 259 fImageWidth); in Bounds()
|
D | dng_jpeg_image.cpp | 181 ifd.fImageWidth = fImageSize.h; in Encode() 205 bool useHigherQuality = (uint64) ifd.fImageWidth * in Encode()
|
D | dng_image_writer.cpp | 721 , fImageWidth (tcImageWidth , info.fImageWidth ) in dng_basic_tag_set() 789 directory.Add (&fImageWidth); in dng_basic_tag_set() 5394 ifd.fImageWidth = image.Bounds ().W (); in WriteTIFFWithProfile() 5939 info.fImageWidth = rawImage.Width (); in WriteDNG() 6124 DNG_ASSERT (info.fImageWidth == (uint32) rawJPEGImage->fImageSize.h && in WriteDNG() 6660 maskInfo->fImageWidth = negative.RawTransparencyMask ()->Bounds ().W (); in WriteDNG()
|
D | dng_image_writer.h | 677 tag_uint32 fImageWidth; variable
|
D | dng_read_image.cpp | 2615 if (ifd.fImageWidth < 1 || in CanRead() 3153 jpegImage->fImageSize.h = ifd.fImageWidth; in Read()
|