Searched defs:yOffset (Results 1 - 24 of 24) sorted by relevance

/external/proguard/src/proguard/gui/splash/
H A DShadowedSprite.java33 private final VariableInt yOffset; field in class:ShadowedSprite
45 * @param yOffset the variable y-offset of the shadow, relative to the sprite itself.
52 VariableInt yOffset,
58 this.yOffset = yOffset;
88 int yo = yOffset.getInt(time) - b/2;
51 ShadowedSprite(VariableInt xOffset, VariableInt yOffset, VariableDouble alpha, VariableInt blur, Sprite sprite) argument
/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
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.h62 , yOffset(0)
67 int yOffset; // y offset of this item, relative to the top of the popup. member in struct:WebCore::PopupItem
/external/webkit/Source/WebCore/rendering/
H A DRenderMediaControls.cpp186 static const int yOffset = 5; local
189 int y = yOffset * zoomLevel + muteButtonBox->offsetHeight() - size.height();
H A DRenderLayer.cpp1462 int xOffset = 0, yOffset = 0; local
1489 yOffset = r.y() - absPos.y();
1492 yOffset = max(0, min(scrollHeight() - layerBounds.height(), yOffset));
1494 if (xOffset != scrollXOffset() || yOffset != scrollYOffset()) {
1497 scrollToOffset(xOffset, yOffset);
1510 yOffset = r.y();
1513 yOffset = max(0, min(frameView->contentsHeight(), yOffset));
1515 frameView->setScrollPosition(IntPoint(xOffset, yOffset));
[all...]
H A DRenderBlock.cpp4039 int yOffset = yPositionForFloatIncludingMargin(floatingObject) - floatingObject->m_renderer->y(); local
4040 IntPoint childPoint = flipFloatForWritingMode(floatingObject, IntPoint(tx + xOffset, ty + yOffset));
/external/icu4c/samples/layout/
H A DGDIFontInstance.cpp86 float yOffset = ps[dyStart * 2 + 1]; local
89 while (dyEnd < out && yOffset == ps[dyEnd * 2 + 1]) {
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.java50 private int yOffset; field in class:BitmapCharacter
113 return yOffset;
117 yOffset = offset;
164 oc.write(yOffset, "yOffset", 0);
189 yOffset = ic.readInt("yOffset", 0);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPageClientQt.cpp458 int yOffset = graphicsView->verticalScrollBar()->value(); local
459 return view->mapRectFromScene(QRectF(QPointF(xOffset, yOffset), graphicsView->viewport()->size()));
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.cpp399 int yOffset = graphicsView->verticalScrollBar()->value(); local
400 return mapRectFromScene(QRectF(QPointF(xOffset, yOffset), graphicsView->viewport()->size()));
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h234 HB_Fixed xOffset, yOffset; member in struct:__anon5698
/external/webkit/Source/WebCore/page/
H A DDragController.cpp640 const int yOffset = dragImageOffset.y(); local
642 const int yOffset = -dragImageOffset.y();
646 return IntPoint(mouseDraggedPoint.x() - dragImageOffset.x(), mouseDraggedPoint.y() + yOffset);
648 return IntPoint(dragOrigin.x() - dragImageOffset.x(), dragOrigin.y() + yOffset);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.cpp30 const FloatPoint& point, int yOffset, float width)
37 r->fTop = point.y() + yOffset;
29 setrectForUnderline(SkRect* r, float lineThickness, const FloatPoint& point, int yOffset, float width) argument
/external/opencv/cxcore/src/
H A Dcxarray.cpp2047 ptr += img->roi->yOffset*img->widthStep +
2817 img->roi->yOffset*img->widthStep +
2832 img->roi->yOffset*img->widthStep +
3230 static IplROI* icvCreateROI( int coi, int xOffset, int yOffset, int width, int height ) argument
3244 roi->yOffset = yOffset;
3250 roi = CvIPL.createROI( coi, xOffset, yOffset, width, height );
3384 image->roi->xOffset = image->roi->yOffset = 0;
3494 image->roi->yOffset = rect.y;
3547 rect = cvRect( img->roi->xOffset, img->roi->yOffset,
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp222 float yOffset = SkFloatToScalar(font->fontMetrics().floatAscent(IdeographicBaseline) - font->fontMetrics().floatAscent()); local
223 gc->platformContext()->setTextOffset(FloatSize(0.0f, -yOffset)); // compensate for offset in bounds calculation
224 y += yOffset;
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp923 CGFloat yOffset = offset.height(); local
942 yOffset = offsetInBaseSpace.height;
956 if (yOffset > 0)
957 yOffset += extraShadowOffset;
958 else if (yOffset < 0)
959 yOffset -= extraShadowOffset;
964 CGContextSetShadow(context, CGSizeMake(xOffset, yOffset), blurRadius);
966 CGContextSetShadowWithColor(context, CGSizeMake(xOffset, yOffset), blurRadius, cachedCGColor(color, colorSpace));
/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp1330 int yOffset = (frameRect().height() - imageRect.height()) / 2; local
1332 imageRect.move(xOffset, yOffset);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp1107 int yOffset = (height() - imageRect.height()) >> 1; local
1109 imageRect.move(xOffset, yOffset);
/external/opencv/cxcore/include/
H A Dcxtypes.h406 int yOffset; member in struct:_IplROI
865 roi.yOffset = rect.y;
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 1278 milliseconds