/external/proguard/src/proguard/gui/splash/ |
D | ShadowedSprite.java | 32 private final VariableInt xOffset; field in ShadowedSprite 51 public ShadowedSprite(VariableInt xOffset, in ShadowedSprite() argument 57 this.xOffset = xOffset; in ShadowedSprite() 87 int xo = xOffset.getInt(time) - b/2; in paint()
|
/external/webkit/WebCore/rendering/ |
D | RenderListItem.cpp | 259 int xOffset = 0; in positionListMarker() local 262 xOffset += o->x(); in positionListMarker() 274 … markerXPos = leftLineOffset - xOffset - paddingLeft() - borderLeft() + m_marker->marginLeft(); in positionListMarker() 285 … markerXPos = rightLineOffset - xOffset + paddingRight() + borderRight() + m_marker->marginLeft(); in positionListMarker() 297 … IntRect markerRect(markerXPos + xOffset, yOffset, m_marker->width(), m_marker->height()); in positionListMarker()
|
D | RenderSVGText.cpp | 77 int xOffset = (int)(text->x()->getFirst().value(text)); in layout() local 79 setLocation(xOffset, yOffset); in layout()
|
D | RenderLayer.cpp | 1278 int xOffset = 0, yOffset = 0; in scrollRectToVisible() local 1304 xOffset = r.x() - absPos.x(); in scrollRectToVisible() 1307 xOffset = max(0, min(scrollWidth() - layerBounds.width(), xOffset)); in scrollRectToVisible() 1310 if (xOffset != scrollXOffset() || yOffset != scrollYOffset()) { in scrollRectToVisible() 1313 scrollToOffset(xOffset, yOffset); in scrollRectToVisible() 1325 xOffset = r.x(); in scrollRectToVisible() 1328 xOffset = max(0, min(frameView->contentsWidth(), xOffset)); in scrollRectToVisible() 1331 frameView->setScrollPosition(IntPoint(xOffset, yOffset)); in scrollRectToVisible()
|
/external/quake/quake/src/QW/scitech/include/ |
D | mgraph.h | 1226 void MGLAPI MGL_fillPolygon(m_int count,point_t *vArray,m_int xOffset,m_int yOffset); 1227 void MGLAPI MGL_fillPolygonFast(m_int count,point_t *vArray,m_int xOffset,m_int yOffset); 1228 void ASMAPI MGL_fillPolygonFX(m_int count,fxpoint_t *vArray,m_int vinc,fix32_t xOffset,fix32_t y… 1229 void ASMAPI MGL_fillPolygonFastFX(m_int count,fxpoint_t *vArray,m_int vinc,fix32_t xOffset,fix32… 1245 void ASMAPI MGL_triFast(fxpoint_t *v1,fxpoint_t *v2,fxpoint_t *v3,fix32_t xOffset,fix32_t yOffset); 1246 void ASMAPI MGL_cTriFast(fxpointc_t *v1,fxpointc_t *v2,fxpointc_t *v3,fix32_t xOffset,fix32_t yOffs… 1247 void ASMAPI MGL_rgbTriFast(fxpointrgb_t *v1,fxpointrgb_t *v2,fxpointrgb_t *v3,fix32_t xOffset,fix32… 1248 void ASMAPI MGL_zTriFast(fxpointz_t *v1,fxpointz_t *v2,fxpointz_t *v3,fix32_t xOffset,fix32_t yOffs… 1249 void ASMAPI MGL_czTriFast(fxpointcz_t *v1,fxpointcz_t *v2,fxpointcz_t *v3,fix32_t xOffset,fix32_t y… 1250 void ASMAPI MGL_rgbzTriFast(fxpointrgbz_t *v1,fxpointrgbz_t *v2,fxpointrgbz_t *v3,fix32_t xOffset,f… [all …]
|
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
D | MGRAPH.H | 1226 void MGLAPI MGL_fillPolygon(m_int count,point_t *vArray,m_int xOffset,m_int yOffset); 1227 void MGLAPI MGL_fillPolygonFast(m_int count,point_t *vArray,m_int xOffset,m_int yOffset); 1228 void ASMAPI MGL_fillPolygonFX(m_int count,fxpoint_t *vArray,m_int vinc,fix32_t xOffset,fix32_t y… 1229 void ASMAPI MGL_fillPolygonFastFX(m_int count,fxpoint_t *vArray,m_int vinc,fix32_t xOffset,fix32… 1245 void ASMAPI MGL_triFast(fxpoint_t *v1,fxpoint_t *v2,fxpoint_t *v3,fix32_t xOffset,fix32_t yOffset); 1246 void ASMAPI MGL_cTriFast(fxpointc_t *v1,fxpointc_t *v2,fxpointc_t *v3,fix32_t xOffset,fix32_t yOffs… 1247 void ASMAPI MGL_rgbTriFast(fxpointrgb_t *v1,fxpointrgb_t *v2,fxpointrgb_t *v3,fix32_t xOffset,fix32… 1248 void ASMAPI MGL_zTriFast(fxpointz_t *v1,fxpointz_t *v2,fxpointz_t *v3,fix32_t xOffset,fix32_t yOffs… 1249 void ASMAPI MGL_czTriFast(fxpointcz_t *v1,fxpointcz_t *v2,fxpointcz_t *v3,fix32_t xOffset,fix32_t y… 1250 void ASMAPI MGL_rgbzTriFast(fxpointrgbz_t *v1,fxpointrgbz_t *v2,fxpointrgbz_t *v3,fix32_t xOffset,f… [all …]
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 771 CGFloat xOffset = offset.width(); in setPlatformShadow() local 791 xOffset = offsetInBaseSpace.width; in setPlatformShadow() 798 if (xOffset > 0) in setPlatformShadow() 799 xOffset += extraShadowOffset; in setPlatformShadow() 800 else if (xOffset < 0) in setPlatformShadow() 801 xOffset -= extraShadowOffset; in setPlatformShadow() 811 CGContextSetShadow(context, CGSizeMake(xOffset, yOffset), blurRadius); in setPlatformShadow() 815 CGSizeMake(xOffset, yOffset), in setPlatformShadow()
|
/external/freetype/include/freetype/ |
D | ftoutln.h | 253 FT_Pos xOffset,
|
/external/icu4c/samples/layout/ |
D | GDIFontInstance.cpp | 87 float xOffset = ps[dyStart * 2]; in drawGlyphs() local 93 …ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED |… in drawGlyphs()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | HarfbuzzSkia.cpp | 175 metrics->xOffset = SkiaScalarToHarfbuzzFixed(width); in getGlyphMetrics()
|
/external/freetype/src/base/ |
D | ftoutln.c | 511 FT_Pos xOffset, in FT_Outline_Translate() argument 525 vec->x += xOffset; in FT_Outline_Translate()
|
/external/skia/src/core/ |
D | SkPaint.cpp | 1720 SkScalar xOffset = 0; in SkTextToPathIter() local 1727 xOffset = -width; in SkTextToPathIter() 1729 fXPos = xOffset; in SkTextToPathIter()
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | FrameLoaderClientAndroid.cpp | 1040 int xOffset = (width() - imageRect.width()) >> 1; in paint() local 1043 imageRect.move(xOffset, yOffset); in paint()
|
/external/webkit/WebCore/plugins/ |
D | PluginView.cpp | 1323 int xOffset = (frameRect().width() - imageRect.width()) / 2; in paintMissingPluginIcon() local 1326 imageRect.move(xOffset, yOffset); in paintMissingPluginIcon()
|
/external/webkit/WebKit/android/nav/ |
D | CacheBuilder.cpp | 777 int xOffset = column.width() + columnGap; in adjustForColumns() local 778 x += track.mDirection == LTR ? xOffset : -xOffset; in adjustForColumns()
|
/external/webkit/WebCore/ |
D | ChangeLog-2010-01-29 | 11491 width -> xOffset
|