Searched refs:fImageWidth (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_icon.cpp | 54 float fImageWidth = image_size.width; in GetScale() local 61 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f); in GetScale() 65 if (fPlateWidth < fImageWidth) in GetScale() 66 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f); in GetScale() 71 if (fPlateWidth > fImageWidth) in GetScale() 72 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f); in GetScale() 95 float fImageWidth = image_size.width; in GetImageOffset() local 101 float fImageFactWidth = fImageWidth * fHScale; in GetImageOffset()
|
/external/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()
|
/external/skqp/src/codec/ |
D | SkWuffsCodec.cpp | 138 : INHERITED(), fFillWidth(0), fImageWidth(imageWidth), fSampleX(1) {} in SkWuffsSpySampler() 150 const int fImageWidth; member in SkWuffsSpySampler 299 return get_scaled_dimension(fImageWidth, sampleX); in onSetSampleX()
|