Searched refs:scaledHeight (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder_ktx.cpp | 108 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()
|
D | SkImageDecoder_pkm.cpp | 54 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), in onDecode() 87 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 | 132 bm->setInfo(SkImageInfo::MakeN32(sampler.scaledWidth(), sampler.scaledHeight(), alphaType)); in onDecode() 162 const int dstHeight = sampler.scaledHeight(); in onDecode()
|
D | SkScaledBitmapSampler.h | 22 int scaledHeight() const { return fScaledHeight; } in scaledHeight() function
|
D | SkImageDecoder_libwebp.cpp | 352 const int height = sampler.scaledHeight(); in onDecodeSubset() 419 sampler.scaledHeight())) { 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/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/libvncserver/test/ |
D | tjunittest.c | 279 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/ |
D | README | 550 config.options.scaled_height = scaledHeight();
|