Searched defs:xOffset (Results 1 - 20 of 20) sorted by relevance

/external/proguard/src/proguard/gui/splash/
H A DShadowedSprite.java32 private final VariableInt xOffset; field in class:ShadowedSprite
44 * @param xOffset the variable x-offset of the shadow, relative to the sprite itself.
51 public ShadowedSprite(VariableInt xOffset, argument
57 this.xOffset = xOffset;
87 int xo = xOffset.getInt(time) - b/2;
/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 DTimeLineGraph.java222 private void setCoordinates(int width, int xOffset, int height, int yOffset, int yValueRange){ argument
239 thisItem.setX(xOffset + (i * xIncrement));
251 thisItem.setX(xOffset + (i * (width/n)));
/external/webkit/Source/WebCore/rendering/
H A DRenderMediaControls.cpp185 static const int xOffset = -4; local
193 return IntPoint(xOffset * zoomLevel, y);
H A DRenderLayer.cpp1462 int xOffset = 0, yOffset = 0; local
1488 xOffset = r.x() - absPos.x();
1491 xOffset = max(0, min(scrollWidth() - layerBounds.width(), xOffset));
1494 if (xOffset != scrollXOffset() || yOffset != scrollYOffset()) {
1497 scrollToOffset(xOffset, yOffset);
1509 xOffset = r.x();
1512 xOffset = max(0, min(frameView->contentsWidth(), xOffset));
1515 frameView->setScrollPosition(IntPoint(xOffset, yOffse
[all...]
H A DRenderBlock.cpp4038 int xOffset = xPositionForFloatIncludingMargin(floatingObject) - floatingObject->m_renderer->x(); local
4040 IntPoint childPoint = flipFloatForWritingMode(floatingObject, IntPoint(tx + xOffset, ty + yOffset));
/external/icu4c/samples/layout/
H A DGDIFontInstance.cpp87 float xOffset = ps[dyStart * 2]; local
93 ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java49 private int xOffset; field in class:BitmapCharacter
105 return xOffset;
109 xOffset = offset;
163 oc.write(xOffset, "xOffset", 0);
188 xOffset = ic.readInt("xOffset", 0);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPageClientQt.cpp457 int xOffset = graphicsView->horizontalScrollBar()->value(); local
459 return view->mapRectFromScene(QRectF(QPointF(xOffset, yOffset), graphicsView->viewport()->size()));
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.cpp398 int xOffset = graphicsView->horizontalScrollBar()->value(); local
400 return mapRectFromScene(QRectF(QPointF(xOffset, yOffset), graphicsView->viewport()->size()));
/external/freetype/src/base/
H A Dftoutln.c511 FT_Pos xOffset,
525 vec->x += xOffset;
510 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) argument
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h234 HB_Fixed xOffset, yOffset; member in struct:__anon6291
/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...]
/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp1329 int xOffset = (frameRect().width() - imageRect.width()) / 2; local
1332 imageRect.move(xOffset, yOffset);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp1106 int xOffset = (width() - imageRect.width()) >> 1; local
1109 imageRect.move(xOffset, yOffset);
/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/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/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 ...

Completed in 3099 milliseconds