/external/skia/gm/ |
D | arcofzorro.cpp | 44 int xOffset = 0, yOffset = 0; in onDraw() local 53 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset)); in onDraw() 59 xOffset += 10; in onDraw() 60 if (xOffset >= 700) { in onDraw() 65 xOffset -= 10; in onDraw() 67 if (xOffset < 50) { in onDraw() 72 xOffset += 10; in onDraw()
|
D | imagefiltersclipped.cpp | 122 for (int xOffset = 0; xOffset < 80; xOffset += 16) { in onDraw() local 124 bounds.fLeft = SkIntToScalar(xOffset); in onDraw()
|
/external/chromium_org/third_party/skia/gm/ |
D | arcofzorro.cpp | 44 int xOffset = 0, yOffset = 0; in onDraw() local 53 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset)); in onDraw() 59 xOffset += 10; in onDraw() 60 if (xOffset >= 700) { in onDraw() 65 xOffset -= 10; in onDraw() 67 if (xOffset < 50) { in onDraw() 72 xOffset += 10; in onDraw()
|
D | imagefiltersclipped.cpp | 123 for (int xOffset = 0; xOffset < 80; xOffset += 16) { in onDraw() local 125 bounds.fLeft = SkIntToScalar(xOffset); in onDraw()
|
/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/chromium_org/third_party/WebKit/Source/core/paint/ |
D | BackgroundImageGeometry.cpp | 10 void BackgroundImageGeometry::setNoRepeatX(int xOffset) in setNoRepeatX() argument 12 m_destRect.move(std::max(xOffset, 0), 0); in setNoRepeatX() 13 m_phase.setX(-std::min(xOffset, 0)); in setNoRepeatX() 14 m_destRect.setWidth(m_tileSize.width() + std::min(xOffset, 0)); in setNoRepeatX()
|
D | BackgroundImageGeometry.h | 58 void setNoRepeatX(int xOffset);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-201590.js | 38 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/chromium_org/chrome/browser/ui/cocoa/ |
D | info_bubble_view.mm | 85 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/ |
D | DMQuiltTask.cpp | 40 const SkScalar xOffset = SkIntToScalar(x * tile.width()), in draw() local 43 matrix.postTranslate(-xOffset, -yOffset); in draw() 48 fullCanvas.drawBitmap(tile, xOffset, yOffset, NULL); in draw()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPopupWindow.java | 30 private int xOffset; field in ShadowPopupWindow 153 xOffset = xoff; in showAsDropDown() 167 return xOffset; in getXOffset()
|
/external/skia/src/core/ |
D | SkReadBuffer.cpp | 226 const int32_t xOffset = this->readInt(); in readBitmap() local 231 if (0 != xOffset || 0 != yOffset) { in readBitmap() 236 fDecodedBitmapIndex, width, height, length, xOffset, in readBitmap() 241 SkASSERT(0 == xOffset && 0 == yOffset); in readBitmap() 255 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height); in readBitmap()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkReadBuffer.cpp | 224 const int32_t xOffset = this->readInt(); in readBitmap() local 229 if (0 != xOffset || 0 != yOffset) { in readBitmap() 234 fDecodedBitmapIndex, width, height, length, xOffset, in readBitmap() 239 SkASSERT(0 == xOffset && 0 == yOffset); in readBitmap() 253 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height); in readBitmap()
|
/external/replicaisland/tools/ |
D | ExtractPoints.js | 122 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
D | cf2hints.c | 1040 glyphpath->xOffset = font->darkenX; in cf2_glyphpath_init() 1043 cf2_fixedAbs( glyphpath->xOffset ), in cf2_glyphpath_init() 1433 *x = glyphpath->xOffset; in cf2_glyphpath_computeOffset() 1440 glyphpath->xOffset ); in cf2_glyphpath_computeOffset() 1458 *x = -glyphpath->xOffset; in cf2_glyphpath_computeOffset() 1465 glyphpath->xOffset ); in cf2_glyphpath_computeOffset() 1486 *x = glyphpath->xOffset; in cf2_glyphpath_computeOffset() 1493 glyphpath->xOffset ); in cf2_glyphpath_computeOffset() 1511 *x = -glyphpath->xOffset; in cf2_glyphpath_computeOffset() 1512 *y = glyphpath->xOffset; in cf2_glyphpath_computeOffset() [all …]
|
/external/chromium_org/third_party/freetype/src/cff/ |
D | cf2hints.c | 1026 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/ |
D | cf2hints.c | 1057 glyphpath->xOffset = font->darkenX; in cf2_glyphpath_init() 1060 cf2_fixedAbs( glyphpath->xOffset ), in cf2_glyphpath_init() 1484 *x = glyphpath->xOffset; in cf2_glyphpath_computeOffset() 1491 glyphpath->xOffset ); in cf2_glyphpath_computeOffset() 1509 *x = -glyphpath->xOffset; in cf2_glyphpath_computeOffset() 1516 glyphpath->xOffset ); in cf2_glyphpath_computeOffset() 1537 *x = glyphpath->xOffset; in cf2_glyphpath_computeOffset() 1544 glyphpath->xOffset ); in cf2_glyphpath_computeOffset() 1562 *x = -glyphpath->xOffset; in cf2_glyphpath_computeOffset() 1569 glyphpath->xOffset ); in cf2_glyphpath_computeOffset() [all …]
|
/external/chromium_org/ui/keyboard/resources/ |
D | main.js | 291 function redistribute(allKeys, params, xOffset, width, keyHeight, yOffset) { argument 327 updateKey(key, keyWidth, keyHeight, xOffset, yOffset) 328 xOffset += keyWidth + params.pitchX; 454 var xOffset = params.offsetLeft; 473 xOffset += Math.floor(extra/2) 476 xOffset += extra; 483 var left = xOffset;
|
/external/skia/src/effects/ |
D | SkMagnifierImageFilter.cpp | 29 float xOffset, in Create() argument 36 xOffset, in Create() 63 float xOffset, in GrMagnifierEffect() argument 70 , fXOffset(xOffset) in GrMagnifierEffect()
|
/external/chromium_org/third_party/skia/src/effects/ |
D | SkMagnifierImageFilter.cpp | 30 float xOffset, in Create() argument 37 xOffset, in Create() 63 float xOffset, in GrMagnifierEffect() argument 70 , fXOffset(xOffset) in GrMagnifierEffect()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
D | GIFImageReader.cpp | 625 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/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/ |
D | WEBPImageDecoderTest.cpp | 295 int xOffset, yOffset, width, height; in TEST() member 311 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x()); in TEST() 337 int xOffset, yOffset, width, height; in TEST() member 354 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x()); in TEST() 380 int xOffset, yOffset, width, height; in TEST() member 397 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x()); in TEST()
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_controller.mm | 172 // bar. Update |xOffset| with the offset appropriate for the subsequent button. 174 xOffset:(int*)xOffset; 789 [otherBookmarksButton_ cell] xOffset:&ignored]; 1086 int xOffset = 1093 xOffset:&xOffset]; 1099 xOffset += bookmarks::kBookmarkHorizontalPadding; 1102 xOffset:&xOffset]; 1108 BookmarkButton* button = [self buttonForNode:child xOffset:&xOffset]; 1118 xOffset:(int*)xOffset { 1120 NSRect frame = [self frameForBookmarkButtonFromCell:cell xOffset:xOffset]; [all …]
|
/external/opencv/cxcore/include/ |
D | cxcore.hpp | 144 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/skia/src/sfnt/ |
D | SkOTTable_EBDT.h | 89 SK_OT_CHAR xOffset; // Position of component left member
|