Searched refs:scaledHeight (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/libgifcodec/ |
H A D | SkLibGifCodec.cpp | 329 const int scaledHeight = get_scaled_dimension(dstInfo.height(), fSwizzler->sampleY()); in decodeFrame() local 351 auto fillInfo = dstInfo.makeWH(fSwizzler->fillWidth(), scaledHeight); in decodeFrame() 364 fRowsDecoded = scaledHeight; in decodeFrame() 378 if (fatalError || !frameDecoded || fRowsDecoded != scaledHeight) { in decodeFrame() 449 const int scaledHeight = get_scaled_dimension(this->dstInfo().height(), sampleY); in haveDecodedRow() local 450 if (dstRow >= scaledHeight) { in haveDecodedRow() 460 if (dstRow + repeatCount > scaledHeight) { in haveDecodedRow() 461 repeatCount = scaledHeight - dstRow; in haveDecodedRow()
|
/third_party/skia/src/codec/ |
H A D | SkWebpCodec.cpp | 418 int scaledHeight = subsetHeight; in onGetPixels() local 432 scaledHeight = scaleY * scaledHeight; in onGetPixels() 433 if (0 == scaledWidth || 0 == scaledHeight) { in onGetPixels() 438 scaledHeight = dstInfo.height(); in onGetPixels() 442 config.options.scaled_height = scaledHeight; in onGetPixels() 492 rowsDecoded = scaledHeight; in onGetPixels()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjunittest.c | 440 int scaledHeight = TJSCALED(h, sf); in _decompTest() local 448 dstSize = scaledWidth * scaledHeight * tjPixelSize[pf]; in _decompTest() 454 unsigned long yuvSize = tjBufSizeYUV2(scaledWidth, pad, scaledHeight, in _decompTest() 469 pad, scaledHeight, flags)); in _decompTest() 470 if (checkBufYUV(yuvBuf, scaledWidth, scaledHeight, subsamp, sf)) in _decompTest() 478 scaledHeight, pf, flags)); in _decompTest() 487 scaledHeight, pf, flags)); in _decompTest() 490 if (checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags)) in _decompTest()
|
H A D | turbojpeg-jni.c | 786 int nc = 0, i, width, height, scaledWidth, scaledHeight, nsf = 0; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local 811 scaledHeight = TJSCALED(jpegHeight, sf[i]); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() 812 if (scaledWidth <= width && scaledHeight <= height) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() 829 int planeSize = tjPlaneSizeYUV(i, scaledWidth, dstStrides[i], scaledHeight, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
|
Completed in 7 milliseconds