Searched refs:fImageWidth (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Icon.cpp157 FX_FLOAT fImageWidth, fImageHeight; local
164 GetImageSize(fImageWidth, fImageHeight);
171 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
175 if (fPlateWidth < fImageWidth)
176 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
181 if (fPlateWidth > fImageWidth)
182 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
206 FX_FLOAT fImageWidth, fImageHeight; local
207 GetImageSize(fImageWidth, fImageHeight);
212 FX_FLOAT fImageFactWidth = fImageWidth * fHScal
[all...]
/external/skia/src/gpu/batches/
H A DGrNinePatch.cpp50 fImageWidth = imageWidth;
115 SkNinePatchIter iter(fImageWidth, fImageHeight, geo.fCenter, geo.fDst);
156 SkASSERT(this->fImageWidth == that->fImageWidth &&
171 int fImageWidth; member in class:GrNonAANinePatchBatch
/external/dng_sdk/source/
H A Ddng_ifd.h81 uint32 fImageWidth; member in class:dng_ifd
259 fImageWidth);
H A Ddng_preview.cpp210 fIFD.fImageWidth = fImage->Width ();
363 ifd.fImageWidth = fPreviewSize.h;
545 fIFD.fImageWidth = fImage->Width ();
635 fIFD.fImageWidth = fImage->Width ();
H A Ddng_ifd.cpp63 , fImageWidth (0)
312 fImageWidth = stream.TagValue_uint32 (tagType);
318 printf ("ImageWidth: %u\n", (unsigned) fImageWidth);
2483 fTileWidth = fImageWidth;
2493 dng_rect imageArea (0, 0, fImageLength, fImageWidth);
2728 dng_rect imageArea (0, 0, fImageLength, fImageWidth);
2775 if (fImageWidth < 1)
2803 if (fImageWidth > kMaxImageSide ||
3439 uint32 tilesWide = SafeUint32DivideUp(fImageWidth, fTileWidth);
3804 if (Round_int32 (fDefaultCropSizeH.As_real64 ()) != (int32) fImageWidth ||
[all...]
H A Ddng_jpeg_image.cpp181 ifd.fImageWidth = fImageSize.h;
205 bool useHigherQuality = (uint64) ifd.fImageWidth *
H A Ddng_image_writer.cpp721 , fImageWidth (tcImageWidth , info.fImageWidth )
789 directory.Add (&fImageWidth);
5394 ifd.fImageWidth = image.Bounds ().W ();
5939 info.fImageWidth = rawImage.Width ();
6124 DNG_ASSERT (info.fImageWidth == (uint32) rawJPEGImage->fImageSize.h &&
6660 maskInfo->fImageWidth = negative.RawTransparencyMask ()->Bounds ().W ();
H A Ddng_image_writer.h677 tag_uint32 fImageWidth; member in class:dng_basic_tag_set
H A Ddng_read_image.cpp2615 if (ifd.fImageWidth < 1 ||
3153 jpegImage->fImageSize.h = ifd.fImageWidth;

Completed in 217 milliseconds