Searched refs:destHeight (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | OpenGLReadback.cpp | 127 int destHeight = bitmap->height(); in copyTextureInto() local 129 || destHeight > caches.maxTextureSize) { in copyTextureInto() 131 destWidth, destHeight, caches.maxTextureSize); in copyTextureInto() 188 glTexImage2D(GL_TEXTURE_2D, 0, format, destWidth, destHeight, in copyTextureInto() 196 renderState.setViewport(destWidth, destHeight); in copyTextureInto() 213 || srcRect.getHeight() != (float) destHeight; in copyTextureInto() 216 || sourceTexture.height() != (uint32_t) destHeight; in copyTextureInto() 224 .setModelViewMapUnitToRect(Rect(destWidth, destHeight)) in copyTextureInto() 227 ortho.loadOrtho(destWidth, destHeight); in copyTextureInto()
|
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
D | ImageUtils.java | 211 int destHeight = Math.max(1, (int) (yScale * sourceHeight)); in scale() local 218 new BufferedImage(destWidth, destHeight, imageType); in scale() 222 g2.fillRect(0, 0, destWidth, destHeight); in scale() 227 g2.drawImage(source, 0, 0, destWidth, destHeight, 0, 0, sourceWidth, sourceHeight, in scale() 260 int nearestHeight = destHeight; in scale()
|
/frameworks/av/cmds/stagefright/ |
D | mediafilter.cpp | 197 int32_t destWidth, destHeight, destStride, destSliceHeight; in tryCopyDecodedBuffer() local 206 && destFormat->findInt32("height", & destHeight) in tryCopyDecodedBuffer()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransition.java | 1268 final float destHeight = destFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked() local 1270 final float scaleV = enter ? sourceHeight / destHeight : destHeight / sourceHeight; in createAspectScaledThumbnailFreeformAnimationLocked() 1279 final float scaleVCenter = ((enter ? destHeight : sourceHeight) + surfaceInsetsV) / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
|