Searched refs:scaledWidth (Results 1 – 12 of 12) sorted by relevance
/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/libvncserver/test/ |
D | tjunittest.c | 278 int scaledWidth=TJSCALED(w, sf); in _decompTest() local 293 dstSize=scaledWidth*scaledHeight*tjPixelSize[pf]; in _decompTest() 299 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0, in _decompTest() 303 if(checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags)) in _decompTest()
|
/external/skia/src/images/ |
D | SkImageDecoder_ktx.cpp | 107 const int w = sampler.scaledWidth(); in onDecode() 111 const int w = sampler.scaledWidth(); in onDecode()
|
D | SkScaledBitmapSampler.h | 21 int scaledWidth() const { return fScaledWidth; } in scaledWidth() function
|
D | SkImageDecoder_pkm.cpp | 54 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode()
|
D | SkImageDecoder_libbmp.cpp | 135 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode()
|
D | SkImageDecoder_astc.cpp | 132 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), alphaType)); in onDecode()
|
D | SkImageDecoder_libwebp.cpp | 351 const int width = sampler.scaledWidth(); in onDecodeSubset() 418 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(), in onDecode()
|
D | SkImageDecoder_libjpeg.cpp | 637 bool success = bm->setInfo(SkImageInfo::Make(smpl.scaledWidth(), smpl.scaledHeight(), in onDecode() 651 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode() 1071 bitmap.setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), colorType, in onDecodeSubset()
|
D | SkImageDecoder_libgif.cpp | 326 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
|
D | SkImageDecoder_libpng.cpp | 340 decodedBitmap->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode() 801 decodedBitmap.setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecodeSubset()
|
/external/webp/ |
D | README | 549 config.options.scaled_width = scaledWidth();
|