Searched refs:scaledHeight (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_pkm.cpp61 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(),
94 const int dstHeight = sampler.scaledHeight();
H A DSkImageDecoder_ktx.cpp115 const int h = sampler.scaledHeight();
119 const int h = sampler.scaledHeight();
154 const int dstHeight = sampler.scaledHeight();
183 const int dstHeight = sampler.scaledHeight();
202 const int dstHeight = sampler.scaledHeight();
232 const int dstHeight = sampler.scaledHeight();
H A DSkImageDecoder_libbmp.cpp135 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
153 const int dstHeight = sampler.scaledHeight();
H A DSkScaledBitmapSampler.h22 int scaledHeight() const { return fScaledHeight; } function in class:SkScaledBitmapSampler
55 // call with row of src pixels, for y = 0...scaledHeight-1.
H A DSkImageDecoder_astc.cpp139 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), alphaType));
168 const int dstHeight = sampler.scaledHeight();
H A DSkImageDecoder_libwebp.cpp352 const int height = sampler.scaledHeight();
427 sampler.scaledHeight())) {
H A DSkImageDecoder_libjpeg.cpp608 return bm->setInfo(SkImageInfo::Make(smpl.scaledWidth(), smpl.scaledHeight(),
628 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
836 bitmap.setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), colorType,
H A DSkImageDecoder_libgif.cpp321 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
H A DSkImageDecoder_libpng.cpp332 decodedBitmap->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
796 decodedBitmap.setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp135 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
153 const int dstHeight = sampler.scaledHeight();
H A DSkImageDecoder_pkm.cpp60 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(),
92 const int dstHeight = sampler.scaledHeight();
H A DSkImageDecoder_ktx.cpp95 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), alphaType));
126 const int dstHeight = sampler.scaledHeight();
145 const int dstHeight = sampler.scaledHeight();
175 const int dstHeight = sampler.scaledHeight();
H A DSkScaledBitmapSampler.h22 int scaledHeight() const { return fScaledHeight; } function in class:SkScaledBitmapSampler
55 // call with row of src pixels, for y = 0...scaledHeight-1.
H A DSkImageDecoder_libwebp.cpp363 const int height = sampler.scaledHeight();
438 sampler.scaledHeight())) {
H A DSkImageDecoder_libjpeg.cpp623 bool success = bm->setInfo(SkImageInfo::Make(smpl.scaledWidth(), smpl.scaledHeight(),
644 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
854 bitmap.setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), colorType,
H A DSkImageDecoder_libgif.cpp322 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
H A DSkImageDecoder_libpng.cpp332 decodedBitmap->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
796 decodedBitmap.setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Ddiff_viewer.js139 var scaledHeight = MAGNIFIER_HEIGHT * scope.imgScaleFactor;
142 y: event.offsetY - (scaledHeight * 0.5),
144 height: scaledHeight
/external/skia/tools/skpdiff/
H A Ddiff_viewer.js139 var scaledHeight = MAGNIFIER_HEIGHT * scope.imgScaleFactor;
142 y: event.offsetY - (scaledHeight * 0.5),
144 height: scaledHeight
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjunittest.c400 int scaledHeight=TJSCALED(h, sf); local
422 else dstSize=scaledWidth*scaledHeight*tjPixelSize[pf];
435 scaledHeight, pf, flags));
446 if(checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplaced.cpp103 int scaledHeight = static_cast<int>(defaultHeight * style()->effectiveZoom()); local
104 m_intrinsicSize = IntSize(scaledWidth, scaledHeight);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp602 TInt scaledHeight = (h * (scaleValue-1))/scaleValue; local
603 if (scaledHeight > Private->EPOC_ScreenSize.iHeight)
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2873 milliseconds