Searched defs:scaledWidth (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/
H A DBC_TwoDimWriter.cpp104 pdfium::base::CheckedNumeric<int32_t> scaledWidth = tempWidth; local
106 scaledWidth *= moduleHSize;
109 int32_t outputWidth = scaledWidth.ValueOrDie();
/external/skia/src/images/
H A DSkScaledBitmapSampler.h21 int scaledWidth() const { return fScaledWidth; } function in class:SkScaledBitmapSampler
/external/libvncserver/test/
H A Dtjunittest.c278 int scaledWidth=TJSCALED(w, sf); local
293 dstSize=scaledWidth*scaledHeight*tjPixelSize[pf];
299 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0,
303 if(checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags))
/external/libjpeg-turbo/
H A Dtjunittest.c460 int scaledWidth=TJSCALED(w, sf); local
469 dstSize=scaledWidth*scaledHeight*tjPixelSize[pf];
476 unsigned long yuvSize=tjBufSizeYUV2(scaledWidth, pad, scaledHeight,
489 _tj(tjDecompressToYUV2(handle, jpegBuf, jpegSize, yuvBuf, scaledWidth,
491 if(checkBufYUV(yuvBuf, scaledWidth, scaledHeight, subsamp, sf))
497 _tj(tjDecodeYUV(handle2, yuvBuf, pad, subsamp, dstBuf, scaledWidth, 0,
508 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0,
512 if(checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags))
H A Dturbojpeg-jni.c726 int nc=0, i, width, height, scaledWidth, scaledHeight, nsf=0; local
751 scaledWidth=TJSCALED(jpegWidth, sf[i]);
753 if(scaledWidth<=width && scaledHeight<=height)
761 int planeSize=tjPlaneSizeYUV(i, scaledWidth, dstStrides[i], scaledHeight,
763 int pw=tjPlaneWidth(i, scaledWidth, jpegSubsamp);
/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 885 milliseconds