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

/frameworks/base/libs/hwui/
H A DOpenGLReadback.cpp120 int destHeight = bitmap->height(); local
121 if (destWidth > caches.maxTextureSize || destHeight > caches.maxTextureSize) {
123 destHeight, caches.maxTextureSize);
188 glTexImage2D(GL_TEXTURE_2D, 0, internalFormat, destWidth, destHeight, 0, format, type, nullptr);
194 renderState.setViewport(destWidth, destHeight);
211 srcRect.getHeight() != (float)destHeight;
214 sourceTexture.height() != (uint32_t)destHeight;
222 .setModelViewMapUnitToRect(Rect(destWidth, destHeight))
225 ortho.loadOrtho(destWidth, destHeight);
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java208 int destHeight = Math.max(1, (int) (yScale * sourceHeight));
215 new BufferedImage(destWidth, destHeight, imageType);
219 g2.fillRect(0, 0, destWidth, destHeight);
224 g2.drawImage(source, 0, 0, destWidth, destHeight, 0, 0, sourceWidth, sourceHeight,
257 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.java1318 final float destHeight = destFrame.height();
1320 final float scaleV = enter ? sourceHeight / destHeight : destHeight / sourceHeight;
1329 final float scaleVCenter = ((enter ? destHeight : sourceHeight) + surfaceInsetsV) / 2;

Completed in 110 milliseconds