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

  /frameworks/av/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 142 int srcHeight = bitmap.getHeight();
144 (float) maxLength / srcWidth, (float) maxLength / 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++) {
330 final int srcHeight = source.getHeight();
331 if (srcWidth * 1.0 / srcHeight > dstRect.width * 1.0 / dstRect.height) {
333 final int scaledHeight = Math.max(1, dstRect.width * srcHeight / srcWidth);
346 final int scaledWidth = Math.max(1, dstRect.height * srcWidth / srcHeight);
373 final int srcHeight = source.getHeight();
374 if (srcWidth * 1.0 / srcHeight > dstRect.width * 1.0 / dstRect.height) {
375 final int scaledWidth = dstRect.height * srcWidth / srcHeight;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 725 int srcXOrigin, srcYOrigin, srcWidth, srcHeight;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 725 int srcXOrigin, srcYOrigin, srcWidth, srcHeight;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 725 int srcXOrigin, srcYOrigin, srcWidth, srcHeight;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 462 milliseconds