Home
last modified time | relevance | path

Searched refs:destHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DReadback.cpp42 int destHeight = bitmap->height(); in copySurfaceInto() local
44 || destHeight > caches.maxTextureSize) { in copySurfaceInto()
46 destWidth, destHeight, caches.maxTextureSize); in copySurfaceInto()
96 glTexImage2D(GL_TEXTURE_2D, 0, format, destWidth, destHeight, in copySurfaceInto()
160 renderState.setViewport(destWidth, destHeight); in copySurfaceInto()
165 Rect destRect(destWidth, destHeight); in copySurfaceInto()
175 ortho.loadOrtho(destWidth, destHeight); in copySurfaceInto()
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DImageUtils.java211 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/
Dmediafilter.cpp197 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/
DAppTransition.java1203 final float destHeight = destFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked() local
1205 final float scaleV = enter ? sourceHeight / destHeight : destHeight / sourceHeight; in createAspectScaledThumbnailFreeformAnimationLocked()
1214 final float scaleVCenter = ((enter ? destHeight : sourceHeight) + surfaceInsetsV) / 2; in createAspectScaledThumbnailFreeformAnimationLocked()