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

  /external/webkit/Source/WebKit2/Platform/cg/
CGUtilities.cpp 40 size_t imageHeight = CGImageGetHeight(image);
44 CGFloat destY = -static_cast<CGFloat>(imageHeight) - destination.y + source.origin.y;
46 CGContextDrawImage(context, CGRectMake(destX, destY, imageWidth, imageHeight), image);
  /external/webkit/Source/WebCore/platform/chromium/
DragImageChromiumSkia.cpp 63 int imageHeight = scale.height() * image->height();
66 imageWidth, imageHeight));
  /external/opencv/cv/src/
cvoptflowhs.cpp 108 int imageHeight = imgSize.height;
177 BufferSize = imageHeight * imageWidth;
215 for( i = 1; i < imageHeight - 1; i++ )
226 MemX[0][imageHeight - 1] =
227 MemX[1][imageHeight - 1] = CONV( imgA[pixNumber - imgStep],
238 LastLine = imgStep * (imageHeight - 1);
239 while( ConvLine < imageHeight )
326 for( i = 0; i < imageHeight; i++ )
340 LastLine = velStep * (imageHeight - 1);
351 for( i = 0; i < imageHeight; i++
    [all...]
cvoptflowlk.cpp 111 int imageHeight = imgSize.height;
156 if( imageHeight < winHeight )
252 for( i = 1; i < imageHeight - 1; i++ )
263 MemX[0][imageHeight - 1] =
264 MemX[1][imageHeight - 1] = CONV( imgA[pixNumber - imgStep],
276 while( PixelLine < imageHeight )
278 if( ConvLine < imageHeight )
292 if( L3 >= imageHeight )
293 L3 = imageHeight - 1;
464 if( PixelLine >= imageHeight - VerRadius
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageControl.java 154 int imageHeight = imageRect.height;
157 int destHeight = imageHeight;
168 gc.drawImage(mImage, 0, 0, imageWidth, imageHeight, rect.x + mLeftMargin, rect.y
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dga.h 69 int imageHeight;
  /sdk/assetstudio/tests/src/com/android/assetstudiolib/
GeneratorTest.java 109 int imageHeight = Math.min(goldenImage.getHeight(), image.getHeight());
118 int height = imageHeight;
124 for (int y = 0; y < imageHeight; y++) {
159 long total = imageHeight * imageWidth * 3L * 256L;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java 678 final int imageHeight = MediaProperties.HEIGHT_480;
719 imageHeight, mediaItem2.getHeight());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 111 int imageHeight = data.image.getHeight();
114 if (imageWidth > imageHeight) {
115 iconWidth = (int) (((float) iconHeight / imageHeight) * imageWidth);
117 iconHeight = (int) (((float) iconWidth / imageWidth) * imageHeight);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 621 int imageWidth, int widthPadding, int imageHeight,
628 int yPos = (row * (imageHeight + heightPadding)) - offsetY;
644 int imageHeight = height;
650 imageHeight = (imageHeight - padding) / 2; // per row and column
705 imageHeight, true, Util.RECYCLE_INPUT);
708 Bitmap thumb = Bitmap.createBitmap(imageWidth, imageHeight,
714 mCellOutline.setBounds(0, 0, imageWidth, imageHeight);
717 placeImage(thumb, c, pdpaint, imageWidth, padding, imageHeight,
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
  /prebuilt/common/ninepatch/
ninepatch-prebuilt.jar 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 787 int imageHeight;
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 758 milliseconds