/external/chromium_org/third_party/skia/src/images/ |
D | SkImageDecoder_ktx.cpp | 115 const int h = sampler.scaledHeight(); in onDecode() 119 const int h = sampler.scaledHeight(); in onDecode() 154 const int dstHeight = sampler.scaledHeight(); in onDecode() 183 const int dstHeight = sampler.scaledHeight(); in onDecode() 202 const int dstHeight = sampler.scaledHeight(); in onDecode() 232 const int dstHeight = sampler.scaledHeight(); in onDecode()
|
D | SkImageDecoder_pkm.cpp | 61 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode() 94 const int dstHeight = sampler.scaledHeight(); in onDecode()
|
D | SkImageDecoder_libbmp.cpp | 135 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode() 153 const int dstHeight = sampler.scaledHeight(); in onDecode()
|
D | SkImageDecoder_astc.cpp | 139 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), alphaType)); in onDecode() 168 const int dstHeight = sampler.scaledHeight(); in onDecode()
|
D | SkScaledBitmapSampler.h | 22 int scaledHeight() const { return fScaledHeight; } in scaledHeight() function
|
D | SkImageDecoder_libjpeg.cpp | 608 return bm->setInfo(SkImageInfo::Make(smpl.scaledWidth(), smpl.scaledHeight(), in onDecode() 628 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode() 836 bitmap.setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), colorType, in onDecodeSubset()
|
D | SkImageDecoder_libwebp.cpp | 352 const int height = sampler.scaledHeight(); in onDecodeSubset() 427 sampler.scaledHeight())) { in onDecode()
|
D | SkImageDecoder_libgif.cpp | 321 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
|
D | SkImageDecoder_libpng.cpp | 332 decodedBitmap->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode() 796 decodedBitmap.setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecodeSubset()
|
/external/skia/src/images/ |
D | SkImageDecoder_ktx.cpp | 95 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), alphaType)); in onDecode() 126 const int dstHeight = sampler.scaledHeight(); in onDecode() 145 const int dstHeight = sampler.scaledHeight(); in onDecode() 175 const int dstHeight = sampler.scaledHeight(); in onDecode()
|
D | SkImageDecoder_pkm.cpp | 60 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode() 92 const int dstHeight = sampler.scaledHeight(); in onDecode()
|
D | SkImageDecoder_libbmp.cpp | 135 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode() 153 const int dstHeight = sampler.scaledHeight(); in onDecode()
|
D | SkScaledBitmapSampler.h | 22 int scaledHeight() const { return fScaledHeight; } in scaledHeight() function
|
D | SkImageDecoder_libwebp.cpp | 363 const int height = sampler.scaledHeight(); in onDecodeSubset() 438 sampler.scaledHeight())) { in onDecode()
|
D | SkImageDecoder_libjpeg.cpp | 623 bool success = bm->setInfo(SkImageInfo::Make(smpl.scaledWidth(), smpl.scaledHeight(), in onDecode() 644 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode() 854 bitmap.setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), colorType, in onDecodeSubset()
|
D | SkImageDecoder_libgif.cpp | 322 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
|
D | SkImageDecoder_libpng.cpp | 332 decodedBitmap->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode() 796 decodedBitmap.setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecodeSubset()
|
/external/skia/tools/skpdiff/ |
D | diff_viewer.js | 139 var scaledHeight = MAGNIFIER_HEIGHT * scope.imgScaleFactor; 142 y: event.offsetY - (scaledHeight * 0.5), 144 height: scaledHeight
|
/external/chromium_org/third_party/skia/tools/skpdiff/ |
D | diff_viewer.js | 139 var scaledHeight = MAGNIFIER_HEIGHT * scope.imgScaleFactor; 142 y: event.offsetY - (scaledHeight * 0.5), 144 height: scaledHeight
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | tjunittest.c | 400 int scaledHeight=TJSCALED(h, sf); in _decompTest() local 422 else dstSize=scaledWidth*scaledHeight*tjPixelSize[pf]; in _decompTest() 435 scaledHeight, pf, flags)); in _decompTest() 446 if(checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags)) in _decompTest()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderReplaced.cpp | 103 int scaledHeight = static_cast<int>(defaultHeight * style()->effectiveZoom()); in intrinsicSizeChanged() local 104 m_intrinsicSize = IntSize(scaledWidth, scaledHeight); in intrinsicSizeChanged()
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
D | SDL_epocvideo.cpp | 602 TInt scaledHeight = (h * (scaleValue-1))/scaleValue; in EPOC_SetVideoMode() local 603 if (scaledHeight > Private->EPOC_ScreenSize.iHeight) in EPOC_SetVideoMode()
|
/external/webp/ |
D | README | 550 config.options.scaled_height = scaledHeight();
|