Searched refs:xOffset (Results 51 - 73 of 73) sorted by relevance

123

/external/opencv/cxcore/src/
H A Dcxarray.cpp2048 img->roi->xOffset*pix_size;
2818 img->roi->xOffset*CV_ELEM_SIZE(type),
2833 img->roi->xOffset*CV_ELEM_SIZE(type),
3230 static IplROI* icvCreateROI( int coi, int xOffset, int yOffset, int width, int height ) argument
3243 roi->xOffset = xOffset;
3250 roi = CvIPL.createROI( coi, xOffset, yOffset, width, height );
3384 image->roi->xOffset = image->roi->yOffset = 0;
3493 image->roi->xOffset = rect.x;
3547 rect = cvRect( img->roi->xOffset, im
[all...]
H A Dcxpersistence.cpp3936 cvWriteInt( fs, "x", image->roi->xOffset );
/external/opencv/cxcore/include/
H A Dcxtypes.h405 int xOffset; member in struct:_IplROI
864 roi.xOffset = rect.x;
876 return cvRect( roi.xOffset, roi.yOffset, roi.width, roi.height );
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c519 FT_Pos xOffset,
533 vec->x += xOffset;
518 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) argument
/external/freetype/src/base/
H A Dftoutln.c519 FT_Pos xOffset,
533 vec->x += xOffset;
518 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftoutln.c519 FT_Pos xOffset,
533 vec->x += xOffset;
518 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) argument
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp1306 int xOffset = 8; local
1314 GLU_CHECK_CALL(glTexSubImage2D(GL_TEXTURE_2D, 0, xOffset, yOffset, src.getWidth(), src.getHeight(), format, type, src.getLevel(0).getDataPtr()));
1318 if (x + xOffset >= reference.getWidth())
1326 reference.getLevel(0).setPixel(src.getLevel(0).getPixel(x, y), x+xOffset, y+yOffset);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java1205 int xOffset = m_plusImage.getBounds().width / 2;
1227 int x = getTitleX(propertyInfo) + xOffset;
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp2543 SkScalar xOffset = 0; local
2551 xOffset = -width;
2553 fXPos = xOffset;
/external/skia/src/core/
H A DSkPaint.cpp2613 SkScalar xOffset = 0; local
2621 xOffset = -width;
2623 fXPos = xOffset;
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp468 int xOffset = roundToInt(exposeRect.x()); local
471 xOffset = std::max(0, std::min(frameView->contentsWidth(), xOffset));
474 frameView->setScrollPosition(IntPoint(xOffset, yOffset));
H A DRenderBlockFlow.cpp2636 LayoutUnit xOffset = xPositionForFloatIncludingMargin(floatingObject) - floatingObject->renderer()->x(); local
2638 LayoutPoint childPoint = flipFloatForWritingModeForChild(floatingObject, adjustedLocation + LayoutSize(xOffset, yOffset));
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp744 int xOffset = fillLayer.backgroundXOrigin() == RightEdge ? availableWidth - computedXPosition : computedXPosition; local
745 geometry.setNoRepeatX(left + xOffset);
/external/opencv/cv/src/
H A Dcvhistogram.cpp2203 roi.xOffset = x;
/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 ...
/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.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 4167 milliseconds

123