/external/skia/tools/skpdiff/ |
D | diff_viewer.js | 138 var scaledWidth = MAGNIFIER_WIDTH * scope.imgScaleFactor; 141 x: event.offsetX - (scaledWidth * 0.5), 143 width: scaledWidth,
|
/external/chromium_org/third_party/skia/src/images/ |
D | SkScaledBitmapSampler.h | 21 int scaledWidth() const { return fScaledWidth; } in scaledWidth() function
|
D | SkImageDecoder_libbmp.cpp | 136 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight(), 0, in onDecode()
|
D | SkImageDecoder_libjpeg.cpp | 609 return bm->setConfig(config, smpl.scaledWidth(), smpl.scaledHeight(), in onDecode() 628 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight(), 0, in onDecode() 836 bitmap.setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecodeSubset() 841 bitmap.setConfig(config, sampler.scaledWidth(), sampler.scaledHeight(), 0, in onDecodeSubset()
|
D | SkImageDecoder_libwebp.cpp | 341 const int width = sampler.scaledWidth(); in onDecodeSubset() 414 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(), in onDecode()
|
D | SkImageDecoder_libgif.cpp | 276 bm->setConfig(SkBitmap::kIndex8_Config, sampler.scaledWidth(),
|
D | SkImageDecoder_libpng.cpp | 334 decodedBitmap->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecode() 806 decodedBitmap.setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecodeSubset()
|
/external/skia/src/images/ |
D | SkScaledBitmapSampler.h | 21 int scaledWidth() const { return fScaledWidth; } in scaledWidth() function
|
D | SkImageDecoder_libbmp.cpp | 136 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight(), 0, in onDecode()
|
D | SkImageDecoder_libjpeg.cpp | 609 return bm->setConfig(config, smpl.scaledWidth(), smpl.scaledHeight(), in onDecode() 628 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight(), 0, in onDecode() 836 bitmap.setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecodeSubset() 841 bitmap.setConfig(config, sampler.scaledWidth(), sampler.scaledHeight(), 0, in onDecodeSubset()
|
D | SkImageDecoder_libwebp.cpp | 341 const int width = sampler.scaledWidth(); in onDecodeSubset() 414 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(), in onDecode()
|
D | SkImageDecoder_libgif.cpp | 276 bm->setConfig(SkBitmap::kIndex8_Config, sampler.scaledWidth(),
|
D | SkImageDecoder_libpng.cpp | 334 decodedBitmap->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecode() 805 decodedBitmap.setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecodeSubset()
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | WebTestProxy.cpp | 583 int scaledWidth = static_cast<int>(ceil(static_cast<float>(rect.width) * deviceScaleFactor)); in paintRect() local 585 WebRect deviceRect(scaledX, scaledY, scaledWidth, scaledHeight); in paintRect() 654 …int scaledWidth = static_cast<int>(ceil(static_cast<float>(widgetSize.width) * deviceScaleFactor)); in canvas() local 656 m_canvas.reset(skia::CreateBitmapCanvas(scaledWidth, scaledHeight, true)); in canvas()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderReplaced.cpp | 103 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom()); in intrinsicSizeChanged() local 105 m_intrinsicSize = IntSize(scaledWidth, scaledHeight); in intrinsicSizeChanged()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | ContentViewCore.java | 577 int scaledWidth = Math.round(width * scale); in getViewAndroidDelegate() local 580 if (scaledWidth + leftMargin > mContainerView.getWidth()) { in getViewAndroidDelegate() 581 scaledWidth = mContainerView.getWidth() - leftMargin; in getViewAndroidDelegate() 584 scaledWidth, Math.round(height * scale)); in getViewAndroidDelegate() 599 scaledWidth, (int) (height * scale), leftMargin, topMargin); in getViewAndroidDelegate()
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
D | SDL_epocvideo.cpp | 592 TInt scaledWidth = (w * (scaleValue-1))/scaleValue; in EPOC_SetVideoMode() local 593 if (scaledWidth > Private->EPOC_ScreenSize.iWidth) in EPOC_SetVideoMode()
|
/external/webp/ |
D | README | 496 config.options.scaled_width = scaledWidth();
|