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

/frameworks/base/libs/hwui/
H A DReadback.cpp42 int destHeight = bitmap->height(); local
44 || destHeight > caches.maxTextureSize) {
46 destWidth, destHeight, caches.maxTextureSize);
96 glTexImage2D(GL_TEXTURE_2D, 0, format, destWidth, destHeight,
160 renderState.setViewport(destWidth, destHeight);
165 Rect destRect(destWidth, destHeight);
175 ortho.loadOrtho(destWidth, destHeight);
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DImageUtils.java211 int destHeight = Math.max(1, (int) (yScale * sourceHeight));
218 new BufferedImage(destWidth, destHeight, imageType);
222 g2.fillRect(0, 0, destWidth, destHeight);
227 g2.drawImage(source, 0, 0, destWidth, destHeight, 0, 0, sourceWidth, sourceHeight,
260 int nearestHeight = destHeight;
/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp197 int32_t destWidth, destHeight, destStride, destSliceHeight; local
206 && destFormat->findInt32("height", & destHeight)
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java1193 final float destHeight = destFrame.height();
1195 final float scaleV = enter ? sourceHeight / destHeight : destHeight / sourceHeight;
1204 final float scaleVCenter = ((enter ? destHeight : sourceHeight) + surfaceInsetsV) / 2;

Completed in 3600 milliseconds