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

123

/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/chromium_org/v8/test/mjsunit/regress/
H A Dregress-201590.js38 Foo.prototype.bar = function (x, y, xOffset, yOffset) {
41 xOffset = xOffset * 0.5 || 0,
43 var xPos = ((xOffset) * gdpRatio) + this.ORIGIN.x * this.scale -
/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPopupWindow.java30 private int xOffset; field in class:ShadowPopupWindow
153 xOffset = xoff;
167 return xOffset;
H A DShadowToast.java58 public void setGravity(int gravity, int xOffset, int yOffset) { argument
/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);
/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);
/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/chromium_org/third_party/freetype/include/freetype/
H A Dftoutln.h250 /* xOffset :: The horizontal offset. */
256 FT_Pos xOffset,
/external/freetype/include/freetype/
H A Dftoutln.h253 /* xOffset :: The horizontal offset. */
259 FT_Pos xOffset,
/external/freetype/src/cff/
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...]
H A Dcf2hints.h217 CF2_Fixed xOffset; /* character space offsets */ member in struct:CF2_GlyphPathRec_
/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);
/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/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_controller.h389 - (NSRect)frameForBookmarkButtonFromCell:(NSCell*)cell xOffset:(int*)xOffset;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_controller.h401 - (NSRect)frameForBookmarkButtonFromCell:(NSCell*)cell xOffset:(int*)xOffset;
/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/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/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

Completed in 582 milliseconds

123