Searched defs:scaledHeight (Results 1 - 16 of 16) sorted by relevance

/external/pdfium/fxbarcode/
H A DBC_TwoDimWriter.cpp71 pdfium::base::CheckedNumeric<int32_t> scaledHeight = tempHeight; local
73 scaledHeight *= moduleHSize;
76 int32_t outputHeight = scaledHeight.ValueOrDie();
/external/libvncserver/test/
H A Dtjunittest.c279 int scaledHeight=TJSCALED(h, sf); local
293 dstSize=scaledWidth*scaledHeight*tjPixelSize[pf];
300 scaledHeight, pf, flags));
303 if(checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags))
/external/skia/src/codec/
H A DSkGifCodec.cpp335 const int scaledHeight = get_scaled_dimension(dstInfo.height(), fSwizzler->sampleY()); local
359 auto fillInfo = dstInfo.makeWH(0, scaledHeight);
373 fRowsDecoded = scaledHeight;
387 if (fatalError || !frameDecoded || fRowsDecoded != scaledHeight) {
464 const int scaledHeight = get_scaled_dimension(this->dstInfo().height(), sampleY); local
465 if (dstRow >= scaledHeight) {
475 if (dstRow + repeatCount > scaledHeight) {
476 repeatCount = scaledHeight - dstRow;
H A DSkWebpCodec.cpp492 int scaledHeight = subsetHeight; local
506 scaledHeight = scaleY * scaledHeight;
507 if (0 == scaledWidth || 0 == scaledHeight) {
512 scaledHeight = dstInfo.height();
516 config.options.scaled_height = scaledHeight;
602 rowsDecoded = scaledHeight;
/external/skia/src/core/
H A DSkBitmapCache.cpp59 SkBitmapCacheDesc SkBitmapCacheDesc::Make(const SkBitmap& bm, int scaledWidth, int scaledHeight) { argument
61 SkASSERT(scaledWidth > 0 && scaledHeight > 0);
62 SkASSERT(scaledWidth != bm.width() || scaledHeight != bm.height());
64 return { bm.getGenerationID(), scaledWidth, scaledHeight, get_bounds_from_bitmap(bm) };
74 SkBitmapCacheDesc SkBitmapCacheDesc::Make(const SkImage* image, int scaledWidth, int scaledHeight) { argument
76 SkASSERT(scaledWidth > 0 && scaledHeight > 0);
79 //SkASSERT(scaledWidth != image->width() || scaledHeight != image->height());
81 return { image->uniqueID(), scaledWidth, scaledHeight, get_bounds_from_image(image) };
/external/skqp/src/codec/
H A DSkGifCodec.cpp357 const int scaledHeight = get_scaled_dimension(dstInfo.height(), local
359 auto fillInfo = dstInfo.makeWH(0, scaledHeight);
464 const int scaledHeight = get_scaled_dimension(this->dstInfo().height(), sampleY); local
465 if (dstRow >= scaledHeight) {
475 if (dstRow + repeatCount > scaledHeight) {
476 repeatCount = scaledHeight - dstRow;
H A DSkWebpCodec.cpp492 int scaledHeight = subsetHeight; local
506 scaledHeight = scaleY * scaledHeight;
507 if (0 == scaledWidth || 0 == scaledHeight) {
512 scaledHeight = dstInfo.height();
516 config.options.scaled_height = scaledHeight;
602 rowsDecoded = scaledHeight;
/external/skqp/src/core/
H A DSkBitmapCache.cpp59 SkBitmapCacheDesc SkBitmapCacheDesc::Make(const SkBitmap& bm, int scaledWidth, int scaledHeight) { argument
61 SkASSERT(scaledWidth > 0 && scaledHeight > 0);
62 SkASSERT(scaledWidth != bm.width() || scaledHeight != bm.height());
64 return { bm.getGenerationID(), scaledWidth, scaledHeight, get_bounds_from_bitmap(bm) };
74 SkBitmapCacheDesc SkBitmapCacheDesc::Make(const SkImage* image, int scaledWidth, int scaledHeight) { argument
76 SkASSERT(scaledWidth > 0 && scaledHeight > 0);
79 //SkASSERT(scaledWidth != image->width() || scaledHeight != image->height());
81 return { image->uniqueID(), scaledWidth, scaledHeight, get_bounds_from_image(image) };
/external/libjpeg-turbo/
H A Dtjunittest.c461 int scaledHeight=TJSCALED(h, sf); local
469 dstSize=scaledWidth*scaledHeight*tjPixelSize[pf];
476 unsigned long yuvSize=tjBufSizeYUV2(scaledWidth, pad, scaledHeight,
490 pad, scaledHeight, flags));
491 if(checkBufYUV(yuvBuf, scaledWidth, scaledHeight, subsamp, sf))
498 scaledHeight, pf, flags));
509 scaledHeight, pf, flags));
512 if(checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags))
H A Dturbojpeg-jni.c731 int nc=0, i, width, height, scaledWidth, scaledHeight, nsf=0; local
757 scaledHeight=TJSCALED(jpegHeight, sf[i]);
758 if(scaledWidth<=width && scaledHeight<=height)
768 int planeSize=tjPlaneSizeYUV(i, scaledWidth, dstStrides[i], scaledHeight,
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 468 milliseconds