Searched defs:imageWidth (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DDragImage.cpp246 int imageWidth = scaleX * m_bitmap.width(); local
249 m_bitmap, skia::ImageOperations::RESIZE_LANCZOS3, imageWidth, imageHeight);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrintGraph.java85 int imageWidth; field in class:FingerPrintGraph
174 this.imageWidth = width;
351 int titleStart = (int) (RATIO * this.imageWidth);
532 this.gc.fillRectangle(0, MARGIN + i * LINE_HEIGHT, this.imageWidth, LINE_HEIGHT);
556 this.image = new Image(DEFAULT_DISPLAY, this.imageWidth, this.imageHeight);
561 this.gc.fillRectangle(0, 0, this.imageWidth, this.imageHeight);
564 int width= (int) (RATIO * this.imageWidth); // width for results bar
/external/opencv/cv/src/
H A Dcvoptflowhs.cpp107 int imageWidth = imgSize.width; local
167 VelBufX[k] = (float *) cvAlloc( imageWidth * sizeof( float ));
171 VelBufY[k] = (float *) cvAlloc( imageWidth * sizeof( float ));
177 BufferSize = imageHeight * imageWidth;
209 for( j = 1; j < imageWidth - 1; j++ )
222 MemY[0][imageWidth - 1] =
223 MemY[1][imageWidth - 1] = CONV( imgA[imageWidth - 2],
224 imgA[imageWidth - 1], imgA[imageWidth
[all...]
H A Dcvoptflowlk.cpp110 int imageWidth = imgSize.width; local
158 if( imageWidth < winWidth )
172 BufferWidth = imageWidth;
246 for( j = 1; j < imageWidth - 1; j++ )
259 MemY[0][imageWidth - 1] =
260 MemY[1][imageWidth - 1] = CONV( imgA[imageWidth - 2],
261 imgA[imageWidth - 1], imgA[imageWidth - 1] );
323 for( j = 1; j < imageWidth
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86dga.h68 int imageWidth; /* linear accessible portion (pixels) */ member in struct:__anon24499
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexobj.c1448 int imageWidth; local
1465 imageWidth = 1;
1473 imageWidth = image->Width;
1481 imageWidth = image->Width;
1492 imageWidth = image->Width;
1501 imageWidth = image->Width;
1509 imageWidth = image->Width;
1518 imageWidth = 0;
1529 if (xoffset + width > imageWidth + xBorder) {
/external/mesa3d/src/mesa/main/
H A Dtexobj.c1448 int imageWidth; local
1465 imageWidth = 1;
1473 imageWidth = image->Width;
1481 imageWidth = image->Width;
1492 imageWidth = image->Width;
1501 imageWidth = image->Width;
1509 imageWidth = image->Width;
1518 imageWidth = 0;
1529 if (xoffset + width > imageWidth + xBorder) {
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext3D.h745 unsigned imageWidth() { return m_imageWidth; } function in class:WebCore::GraphicsContext3D::ImageExtractor
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp1117 int imageWidth = imageSize.width(); local
1123 int rightSlice = min<int>(imageWidth, valueForLength(ninePieceImage.imageSlices().right(), imageWidth, renderView)) * imageScaleFactor;
1125 int leftSlice = min<int>(imageWidth, valueForLength(ninePieceImage.imageSlices().left(), imageWidth, renderView)) * imageScaleFactor;
1153 bool drawMiddle = ninePieceImage.fill() && (imageWidth - leftSlice - rightSlice) > 0 && (borderImageRect.width() - leftWidth - rightWidth) > 0
1161 float sourceWidth = imageWidth - leftSlice - rightSlice;
1195 // The rect to use from within the image is obtained from our slice, and is (imageWidth - rightSlice, 0, rightSlice, topSlice)
1198 LayoutRect(imageWidth - rightSlice, 0, rightSlice, topSlice), op);
1201 // The rect to use from within the image is (imageWidth
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 241 milliseconds