Home
last modified time | relevance | path

Searched refs:xOffset (Results 1 – 25 of 70) sorted by relevance

123

/external/skia/gm/
Darcofzorro.cpp40 int xOffset = 0, yOffset = 0; in onDraw() local
49 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset)); in onDraw()
55 xOffset += 10; in onDraw()
56 if (xOffset >= 700) { in onDraw()
61 xOffset -= 10; in onDraw()
63 if (xOffset < 50) { in onDraw()
68 xOffset += 10; in onDraw()
/external/proguard/src/proguard/gui/splash/
DShadowedSprite.java32 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/chromium_org/v8/test/mjsunit/regress/
Dregress-201590.js38 Foo.prototype.bar = function (x, y, xOffset, yOffset) { argument
41 xOffset = xOffset * 0.5 || 0,
43 var xPos = ((xOffset) * gdpRatio) + this.ORIGIN.x * this.scale -
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapCharacter.java49 private int xOffset; field in BitmapCharacter
105 return xOffset; in getXOffset()
109 xOffset = offset; in setXOffset()
163 oc.write(xOffset, "xOffset", 0); in write()
188 xOffset = ic.readInt("xOffset", 0); in read()
DLetterQuad.java283 float xOffset = bitmapChar.getXOffset() * sizeScale; in update() local
303 xAdvance -= xOffset * incrScale; in update()
306 x0 = previous.getNextX() + xOffset * incrScale; in update()
315 xAdvance -= xOffset * incrScale; in update()
/external/chromium_org/chrome/browser/ui/cocoa/
Dinfo_bubble_view.mm85 CGFloat xOffset = 0.0;
88 xOffset = NSMaxX(bounds) - tipXOffset;
91 xOffset = NSMinX(bounds) + tipXOffset;
94 xOffset = NSMidX(bounds);
100 NSPoint arrowTip = NSMakePoint(xOffset, NSMaxY(bounds));
/external/skia/dm/
DDMTileGridTask.cpp52 const SkScalar xOffset = SkIntToScalar(x * tile.width()), in draw() local
55 matrix.postTranslate(-xOffset, -yOffset); in draw()
60 fullCanvas.drawBitmap(tile, xOffset, yOffset, &paint); in draw()
/external/skia/src/core/
DSkOrderedReadBuffer.cpp209 const int32_t xOffset = fReader.readS32(); in readBitmap() local
214 if (0 != xOffset || 0 != yOffset) { in readBitmap()
219 fDecodedBitmapIndex, width, height, length, xOffset, in readBitmap()
224 SkASSERT(0 == xOffset && 0 == yOffset); in readBitmap()
234 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height); in readBitmap()
/external/chromium_org/third_party/skia/src/core/
DSkOrderedReadBuffer.cpp209 const int32_t xOffset = fReader.readS32(); in readBitmap() local
214 if (0 != xOffset || 0 != yOffset) { in readBitmap()
219 fDecodedBitmapIndex, width, height, length, xOffset, in readBitmap()
224 SkASSERT(0 == xOffset && 0 == yOffset); in readBitmap()
234 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height); in readBitmap()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPopupWindow.java30 private int xOffset; field in ShadowPopupWindow
153 xOffset = xoff; in showAsDropDown()
167 return xOffset; in getXOffset()
/external/replicaisland/tools/
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/chromium_org/third_party/freetype/src/cff/
Dcf2hints.c1026 glyphpath->xOffset = font->darkenX; in cf2_glyphpath_init()
1029 cf2_fixedAbs( glyphpath->xOffset ), in cf2_glyphpath_init()
1419 *x = glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1426 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1444 *x = -glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1451 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1472 *x = glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1479 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1497 *x = -glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1498 *y = glyphpath->xOffset; in cf2_glyphpath_computeOffset()
[all …]
/external/freetype/src/cff/
Dcf2hints.c1026 glyphpath->xOffset = font->darkenX; in cf2_glyphpath_init()
1029 cf2_fixedAbs( glyphpath->xOffset ), in cf2_glyphpath_init()
1419 *x = glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1426 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1444 *x = -glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1451 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1472 *x = glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1479 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1497 *x = -glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1498 *y = glyphpath->xOffset; in cf2_glyphpath_computeOffset()
[all …]
/external/chromium/chrome/browser/ui/cocoa/
Dinfo_bubble_view.mm65 CGFloat xOffset =
68 NSPoint arrowTip = NSMakePoint(xOffset, NSMaxY(bounds));
/external/skia/src/effects/
DSkMagnifierImageFilter.cpp28 float xOffset, in Create() argument
35 xOffset, in Create()
62 float xOffset, in GrMagnifierEffect() argument
69 , fXOffset(xOffset) in GrMagnifierEffect()
/external/chromium_org/third_party/skia/src/effects/
DSkMagnifierImageFilter.cpp28 float xOffset, in Create() argument
35 xOffset, in Create()
62 float xOffset, in GrMagnifierEffect() argument
69 , fXOffset(xOffset) in GrMagnifierEffect()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageReader.cpp625 unsigned height, width, xOffset, yOffset; in parseData() local
628 xOffset = GETINT16(currentComponent); in parseData()
643 xOffset = 0; in parseData()
671 currentFrame->setRect(xOffset, yOffset, width, height); in parseData()
/external/harfbuzz/contrib/
Dharfbuzz-freetype.c102 metrics->xOffset = metrics->yOffset = 0; in hb_freetype_glyph_metrics_get()
111 metrics->xOffset = ftmetrics->horiBearingX; in hb_freetype_glyph_metrics_get()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWEBPImageDecoderTest.cpp214 int xOffset, yOffset, width, height; in TEST_F() member
230 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x()); in TEST_F()
256 int xOffset, yOffset, width, height; in TEST_F() member
273 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x()); in TEST_F()
299 int xOffset, yOffset, width, height; in TEST_F() member
316 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x()); in TEST_F()
/external/opencv/cxcore/include/
Dcxcore.hpp144 cvRect(image->roi->xOffset,image->roi->yOffset, in roi()
173 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels); in roi_row()
187 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels); in roi_row()
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
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/
DTimeLineGraph.java222 private void setCoordinates(int width, int xOffset, int height, int yOffset, int yValueRange){ in setCoordinates() argument
239 thisItem.setX(xOffset + (i * xIncrement)); in setCoordinates()
251 thisItem.setX(xOffset + (i * (width/n))); in setCoordinates()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_controller.h389 - (NSRect)frameForBookmarkButtonFromCell:(NSCell*)cell xOffset:(int*)xOffset;
/external/chromium_org/chrome/browser/ui/cocoa/browser/
Dprofile_chooser_controller.mm251 CGFloat xOffset = NSMaxX([iconView frame]) + kHorizontalSpacing;
268 frameOrigin:NSMakePoint(xOffset, yOffset)
275 frameOrigin:NSMakePoint(xOffset, yOffset)
289 frameOrigin:NSMakePoint(xOffset, yOffset)
304 [profileName setFrameOrigin:NSMakePoint(xOffset, yOffset)];
/external/freetype/include/freetype/
Dftoutln.h259 FT_Pos xOffset,

123