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

12

/external/skia/gm/
H A Darcofzorro.cpp40 int xOffset = 0, yOffset = 0; variable
49 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
55 xOffset += 10;
56 if (xOffset >= 700) {
61 xOffset -= 10;
63 if (xOffset < 50) {
68 xOffset += 10;
/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowToast.java58 public void setGravity(int gravity, int xOffset, int yOffset) { argument
H A DShadowPopupWindow.java30 private int xOffset; field in class:ShadowPopupWindow
153 xOffset = xoff;
167 return xOffset;
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
H A DGIFImageReader.cpp630 unsigned height, width, xOffset, yOffset; local
633 xOffset = GETINT16(currentComponent);
648 xOffset = 0;
676 currentFrame->setRect(xOffset, yOffset, width, height);
H A DGIFImageReader.h225 unsigned xOffset() const { return m_xOffset; } function in struct:GIFFrameContext
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/webp/
H A DWEBPImageDecoderTest.cpp164 int xOffset, yOffset, width, height; member in struct:AnimParam
179 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x());
204 int xOffset, yOffset, width, height; member in struct:AnimParam
220 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x());
/external/chromium_org/third_party/skia/src/core/
H A DSkOrderedReadBuffer.cpp210 const int32_t xOffset = fReader.readS32(); local
215 if (0 != xOffset || 0 != yOffset) {
220 fDecodedBitmapIndex, width, height, length, xOffset,
225 SkASSERT(0 == xOffset && 0 == yOffset);
235 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height);
H A DSkPaint.cpp2542 SkScalar xOffset = 0; local
2550 xOffset = -width;
2552 fXPos = xOffset;
/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/skia/src/core/
H A DSkOrderedReadBuffer.cpp210 const int32_t xOffset = fReader.readS32(); local
215 if (0 != xOffset || 0 != yOffset) {
220 fDecodedBitmapIndex, width, height, length, xOffset,
225 SkASSERT(0 == xOffset && 0 == yOffset);
235 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height);
H A DSkPaint.cpp2575 SkScalar xOffset = 0; local
2583 xOffset = -width;
2585 fXPos = xOffset;
/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/freetype/src/cff/
H A Dcf2hints.h217 CF2_Fixed xOffset; /* character space offsets */ member in struct:CF2_GlyphPathRec_
H A Dcf2hints.c1026 glyphpath->xOffset = font->darkenX;
1029 cf2_fixedAbs( glyphpath->xOffset ),
1419 *x = glyphpath->xOffset;
1426 glyphpath->xOffset );
1444 *x = -glyphpath->xOffset;
1451 glyphpath->xOffset );
1472 *x = glyphpath->xOffset;
1479 glyphpath->xOffset );
1497 *x = -glyphpath->xOffset;
1498 *y = glyphpath->xOffset;
1548 CF2_Fixed xOffset, yOffset; local
[all...]
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/effects/
H A DSkMagnifierImageFilter.cpp28 float xOffset,
35 xOffset,
62 float xOffset,
69 , fXOffset(xOffset)
27 Create(GrTexture* texture, float xOffset, float yOffset, float xZoom, float yZoom, float xInset, float yInset) argument
61 GrMagnifierEffect(GrTexture* texture, float xOffset, float yOffset, float xZoom, float yZoom, float xInset, float yInset) argument
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp28 float xOffset,
35 xOffset,
62 float xOffset,
69 , fXOffset(xOffset)
27 Create(GrTexture* texture, float xOffset, float yOffset, float xZoom, float yZoom, float xInset, float yInset) argument
61 GrMagnifierEffect(GrTexture* texture, float xOffset, float yOffset, float xZoom, float yZoom, float xInset, float yInset) argument
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h234 HB_Fixed xOffset, yOffset; member in struct:__anon17986
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper.h203 HB_Fixed xOffset, yOffset; member in struct:__anon18040
/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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp944 void RenderBoxModelObject::BackgroundImageGeometry::setNoRepeatX(int xOffset) argument
946 m_destRect.move(max(xOffset, 0), 0);
947 m_phase.setX(-min(xOffset, 0));
948 m_destRect.setWidth(m_tileSize.width() + min(xOffset, 0));
1066 int xOffset = fillLayer->backgroundXOrigin() == RightEdge ? availableWidth - computedXPosition : computedXPosition; local
1067 geometry.setNoRepeatX(left + 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 );

Completed in 756 milliseconds

12