HomeSort by relevance Sort by last modified time
    Searched defs:srcHeight (Results 1 - 5 of 5) sorted by null

  /frameworks/base/opengl/libagl2/src/
texture.cpp 255 const unsigned srcHeight = ctx->rasterizer.frameSurface.height;
260 assert(y + height <= srcHeight);
  /frameworks/base/media/libstagefright/colorconversion/
ColorConverter.cpp 81 size_t srcWidth, size_t srcHeight,
94 srcWidth, srcHeight,
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 151 int srcHeight = bitmap.getHeight();
153 (float) maxLength / srcWidth, (float) maxLength / srcHeight);
162 int srcHeight = bitmap.getHeight();
164 (float) targetSize / srcWidth, (float) targetSize / srcHeight);
  /sdk/assetstudio/src/com/android/assetstudiolib/
Util.java 210 final int srcHeight = source.getHeight();
212 int l = srcWidth, t = srcHeight, r = 0, b = 0;
216 for (y = 0; y < srcHeight; y++) {
326 final int srcHeight = source.getHeight();
327 if (srcWidth * 1.0 / srcHeight > dstRect.width * 1.0 / dstRect.height) {
329 final int scaledHeight = Math.max(1, dstRect.width * srcHeight / srcWidth);
342 final int scaledWidth = Math.max(1, dstRect.height * srcWidth / srcHeight);
369 final int srcHeight = source.getHeight();
370 if (srcWidth * 1.0 / srcHeight > dstRect.width * 1.0 / dstRect.height) {
371 final int scaledWidth = dstRect.height * srcWidth / srcHeight;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 725 int srcXOrigin, srcYOrigin, srcWidth, srcHeight;

Completed in 4150 milliseconds