Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_ktx.cpp108 const int h = sampler.scaledHeight(); in onDecode()
112 const int h = sampler.scaledHeight(); in onDecode()
147 const int dstHeight = sampler.scaledHeight(); in onDecode()
176 const int dstHeight = sampler.scaledHeight(); in onDecode()
195 const int dstHeight = sampler.scaledHeight(); in onDecode()
225 const int dstHeight = sampler.scaledHeight(); in onDecode()
DSkImageDecoder_pkm.cpp54 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode()
87 const int dstHeight = sampler.scaledHeight(); in onDecode()
DSkImageDecoder_libbmp.cpp135 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode()
153 const int dstHeight = sampler.scaledHeight(); in onDecode()
DSkImageDecoder_astc.cpp132 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), alphaType)); in onDecode()
162 const int dstHeight = sampler.scaledHeight(); in onDecode()
DSkScaledBitmapSampler.h22 int scaledHeight() const { return fScaledHeight; } in scaledHeight() function
DSkImageDecoder_libwebp.cpp352 const int height = sampler.scaledHeight(); in onDecodeSubset()
419 sampler.scaledHeight())) { 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/skia/tools/skpdiff/
Ddiff_viewer.js139 var scaledHeight = MAGNIFIER_HEIGHT * scope.imgScaleFactor;
142 y: event.offsetY - (scaledHeight * 0.5),
144 height: scaledHeight
/external/libvncserver/test/
Dtjunittest.c279 int scaledHeight=TJSCALED(h, sf); in _decompTest() local
293 dstSize=scaledWidth*scaledHeight*tjPixelSize[pf]; in _decompTest()
300 scaledHeight, pf, flags)); in _decompTest()
303 if(checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags)) in _decompTest()
/external/webp/
DREADME550 config.options.scaled_height = scaledHeight();