Searched refs:scaledWidth (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkScaledBitmapSampler.h21 int scaledWidth() const { return fScaledWidth; } function in class:SkScaledBitmapSampler
H A DSkImageDecoder_pkm.cpp61 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(),
H A DSkImageDecoder_libbmp.cpp135 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
H A DSkImageDecoder_ktx.cpp114 const int w = sampler.scaledWidth();
118 const int w = sampler.scaledWidth();
H A DSkImageDecoder_astc.cpp139 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), alphaType));
H A DSkImageDecoder_libwebp.cpp351 const int width = sampler.scaledWidth();
426 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(),
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 DSkScaledBitmapSampler.h21 int scaledWidth() const { return fScaledWidth; } function in class:SkScaledBitmapSampler
H A DSkImageDecoder_libbmp.cpp135 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
H A DSkImageDecoder_pkm.cpp60 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(),
H A DSkImageDecoder_ktx.cpp95 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), alphaType));
H A DSkImageDecoder_libwebp.cpp362 const int width = sampler.scaledWidth();
437 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(),
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.js138 var scaledWidth = MAGNIFIER_WIDTH * scope.imgScaleFactor;
141 x: event.offsetX - (scaledWidth * 0.5),
143 width: scaledWidth,
/external/skia/tools/skpdiff/
H A Ddiff_viewer.js138 var scaledWidth = MAGNIFIER_WIDTH * scope.imgScaleFactor;
141 x: event.offsetX - (scaledWidth * 0.5),
143 width: scaledWidth,
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjunittest.c399 int scaledWidth=TJSCALED(w, sf); local
422 else dstSize=scaledWidth*scaledHeight*tjPixelSize[pf];
434 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0,
446 if(checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplaced.cpp102 int scaledWidth = static_cast<int>(defaultWidth * style()->effectiveZoom()); local
104 m_intrinsicSize = IntSize(scaledWidth, scaledHeight);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java473 int scaledWidth = Math.round(width * scale);
483 if (scaledWidth + startMargin > mContainerViewAtCreation.getWidth()) {
484 scaledWidth = mContainerViewAtCreation.getWidth() - startMargin;
487 scaledWidth, Math.round(height * scale));
502 scaledWidth, (int) (height * scale), leftMargin, topMargin);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp592 TInt scaledWidth = (w * (scaleValue-1))/scaleValue; local
593 if (scaledWidth > Private->EPOC_ScreenSize.iWidth)
/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 588 milliseconds