Home
last modified time | relevance | path

Searched refs:scaledWidth (Results 1 – 12 of 12) sorted by relevance

/external/skia/tools/skpdiff/
Ddiff_viewer.js138 var scaledWidth = MAGNIFIER_WIDTH * scope.imgScaleFactor;
141 x: event.offsetX - (scaledWidth * 0.5),
143 width: scaledWidth,
/external/libvncserver/test/
Dtjunittest.c278 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/
DSkImageDecoder_ktx.cpp107 const int w = sampler.scaledWidth(); in onDecode()
111 const int w = sampler.scaledWidth(); in onDecode()
DSkScaledBitmapSampler.h21 int scaledWidth() const { return fScaledWidth; } in scaledWidth() function
DSkImageDecoder_pkm.cpp54 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode()
DSkImageDecoder_libbmp.cpp135 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode()
DSkImageDecoder_astc.cpp132 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), alphaType)); in onDecode()
DSkImageDecoder_libwebp.cpp351 const int width = sampler.scaledWidth(); in onDecodeSubset()
418 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(), in onDecode()
DSkImageDecoder_libjpeg.cpp637 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()
DSkImageDecoder_libgif.cpp326 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
DSkImageDecoder_libpng.cpp340 decodedBitmap->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode()
801 decodedBitmap.setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecodeSubset()
/external/webp/
DREADME549 config.options.scaled_width = scaledWidth();