Home
last modified time | relevance | path

Searched defs:scaledHeight (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp39 FX_SAFE_INT32 scaledHeight = tempHeight; in RenderResult() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DLottieCompositionParser.java92 int scaledHeight = (int) (height * scale); in parse() local
DLottieCompositionMoshiParser.java107 int scaledHeight = (int) (height * scale); in parse() local
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp329 const int scaledHeight = get_scaled_dimension(dstInfo.height(), fSwizzler->sampleY()); in decodeFrame() local
449 const int scaledHeight = get_scaled_dimension(this->dstInfo().height(), sampleY); in haveDecodedRow() local
/external/skqp/src/codec/
DSkGifCodec.cpp324 const int scaledHeight = get_scaled_dimension(dstInfo.height(), fSwizzler->sampleY()); in decodeFrame() local
444 const int scaledHeight = get_scaled_dimension(this->dstInfo().height(), sampleY); in haveDecodedRow() local
DSkWebpCodec.cpp438 int scaledHeight = subsetHeight; in onGetPixels() local
DSkWuffsCodec.cpp438 int scaledHeight = dstInfo().height(); in onIncrementalDecode() local
/external/setupdesign/main/src/com/google/android/setupdesign/
DGlifPatternDrawable.java155 int scaledHeight = (int) (VIEWBOX_HEIGHT * scale); in createBitmapCache() local
/external/webrtc/sdk/android/api/org/webrtc/
DTextureBufferImpl.java180 int unscaledHeight, int scaledWidth, int scaledHeight) { in applyTransformMatrix()
DEglRenderer.java719 final int scaledHeight = (int) (listenerAndParams.scale * frame.getRotatedHeight()); in notifyCallbacks() local
/external/skia/src/codec/
DSkWebpCodec.cpp418 int scaledHeight = subsetHeight; in onGetPixels() local
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DCameraVideoCapturerTestFixtures.java673 final int scaledHeight = startHeight / 2; in scaleCameraOutput() local
/external/libjpeg-turbo/
Dtjunittest.c440 int scaledHeight = TJSCALED(h, sf); in _decompTest() local
Dturbojpeg-jni.c786 int nc = 0, i, width, height, scaledWidth, scaledHeight, nsf = 0; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local