Searched refs:xOffset (Results 1 - 25 of 42) sorted by relevance

12

/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/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);
H A DLetterQuad.java283 float xOffset = bitmapChar.getXOffset() * sizeScale;
303 xAdvance -= xOffset * incrScale;
306 x0 = previous.getNextX() + xOffset * incrScale;
315 xAdvance -= xOffset * incrScale;
/external/replicaisland/tools/
H A DExtractPoints.js122 tile.xOffset = column * tileSizeX;
125 tile.centerX -= tile.xOffset;
146 edge.startX -= tile.xOffset;
148 edge.endX -= tile.xOffset;
150 edge.centerX -= tile.xOffset;
/external/harfbuzz/contrib/
H A Dharfbuzz-freetype.c102 metrics->xOffset = metrics->yOffset = 0;
111 metrics->xOffset = ftmetrics->horiBearingX;
/external/freetype/include/freetype/
H A Dftoutln.h250 /* xOffset :: The horizontal offset. */
256 FT_Pos xOffset,
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_controller.h389 - (NSRect)frameForBookmarkButtonFromCell:(NSCell*)cell xOffset:(int*)xOffset;
/external/webkit/Source/WebCore/rendering/
H A DRenderMediaControls.cpp185 static const int xOffset = -4; local
193 return IntPoint(xOffset * zoomLevel, y);
/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/opencv/cxcore/include/
H A Dcxcore.hpp144 cvRect(image->roi->xOffset,image->roi->yOffset,
173 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels);
187 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels);
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h1226 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 yOffset);
1229 void ASMAPI MGL_fillPolygonFastFX(m_int count,fxpoint_t *vArray,m_int vinc,fix32_t xOffset,fix32_t yOffset);
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 yOffset);
1247 void ASMAPI MGL_rgbTriFast(fxpointrgb_t *v1,fxpointrgb_t *v2,fxpointrgb_t *v3,fix32_t xOffset,fix32_t yOffset);
1248 void ASMAPI MGL_zTriFast(fxpointz_t *v1,fxpointz_t *v2,fxpointz_t *v3,fix32_t xOffset,fix32_t yOffset,zfix32_t zOffset);
1249 void ASMAPI MGL_czTriFast(fxpointcz_t *v1,fxpointcz_t *v2,fxpointcz_t *v3,fix32_t xOffset,fix32_t yOffset,zfix32_t zOffset);
1250 void ASMAPI MGL_rgbzTriFast(fxpointrgbz_t *v1,fxpointrgbz_t *v2,fxpointrgbz_t *v3,fix32_t xOffset,fix32_
[all...]
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H1226 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 yOffset);
1229 void ASMAPI MGL_fillPolygonFastFX(m_int count,fxpoint_t *vArray,m_int vinc,fix32_t xOffset,fix32_t yOffset);
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 yOffset);
1247 void ASMAPI MGL_rgbTriFast(fxpointrgb_t *v1,fxpointrgb_t *v2,fxpointrgb_t *v3,fix32_t xOffset,fix32_t yOffset);
1248 void ASMAPI MGL_zTriFast(fxpointz_t *v1,fxpointz_t *v2,fxpointz_t *v3,fix32_t xOffset,fix32_t yOffset,zfix32_t zOffset);
1249 void ASMAPI MGL_czTriFast(fxpointcz_t *v1,fxpointcz_t *v2,fxpointcz_t *v3,fix32_t xOffset,fix32_t yOffset,zfix32_t zOffset);
1250 void ASMAPI MGL_rgbzTriFast(fxpointrgbz_t *v1,fxpointrgbz_t *v2,fxpointrgbz_t *v3,fix32_t xOffset,fix32_
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h234 HB_Fixed xOffset, yOffset; member in struct:__anon5698
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp922 CGFloat xOffset = offset.width();
941 xOffset = offsetInBaseSpace.width;
951 if (xOffset > 0)
952 xOffset += extraShadowOffset;
953 else if (xOffset < 0)
954 xOffset -= extraShadowOffset;
964 CGContextSetShadow(context, CGSizeMake(xOffset, yOffset), blurRadius);
966 CGContextSetShadowWithColor(context, CGSizeMake(xOffset, yOffset), blurRadius, cachedCGColor(color, colorSpace));
/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/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/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/opencv/otherlibs/highgui/
H A Dhighgui.h314 roi.xOffset = r.left;
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java196 final float xOffset = x * mTileWidth;
199 final float tileSpaceLeft = left - xOffset;
200 final float tileSpaceRight = right - xOffset;
204 worldTileOffset.set(xOffset, yOffset);
/external/skia/src/ports/
H A DSkHarfBuzzFont.cpp128 metrics->xOffset = SkScalarToHarfbuzzFixed(width);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DHarfbuzzSkia.cpp168 metrics->xOffset = SkiaScalarToHarfbuzzFixed(width);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DHarfbuzzSkia.cpp185 metrics->xOffset = SkiaScalarToHarfbuzzFixed(width);
/external/opencv/cvaux/src/
H A Dcv3dtracker.cpp111 ((samples[c]->roi->xOffset | samples[c]->roi->yOffset
113 samples[c]->roi->xOffset + samples[c]->roi->width > samples[c]->width ||
H A Dcvfacedetection.cpp383 lpFaceTemplate1 = new BoostingFaceTemplate(3,cvRect(FaceImage->roi->xOffset,FaceImage->roi->yOffset,
/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...]

Completed in 639 milliseconds

12