/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
D | avatar_menu_bubble_controller.mm | 31 - (NSButton*)configureNewUserButton:(CGFloat)yOffset 33 - (NSButton*)configureSwitchUserButton:(CGFloat)yOffset 37 setYOffset:(CGFloat)yOffset; 38 - (void)setWindowFrame:(CGFloat)yOffset widthAdjust:(CGFloat)width; 143 setYOffset:(CGFloat)yOffset { 189 [[itemView view] setFrameOrigin:NSMakePoint(0, yOffset)]; 196 - (void)setWindowFrame:(CGFloat)yOffset widthAdjust:(CGFloat)width { 204 frame.origin.y += frame.size.height - yOffset; 206 frame.size.height = yOffset; 214 // |yOffset| is the next position at which to draw in contentView coordinates. [all …]
|
D | profile_chooser_controller.mm | 1208 // |yOffset| is the next position at which to draw in |container| 1211 CGFloat yOffset = 1; 1214 NSRect rect = NSMakeRect(0, yOffset, kFixedMenuWidth, 0); 1222 yOffset = NSMaxY([separator frame]); 1229 [otherProfileView setFrameOrigin:NSMakePoint(0, yOffset)]; 1231 yOffset = NSMaxY([otherProfileView frame]); 1234 0, yOffset, kFixedMenuWidth, 0)]; 1236 yOffset = NSMaxY([separator frame]); 1242 yOffset += kSmallVerticalSpacing; 1244 [disclaimerContainer setFrameOrigin:NSMakePoint(0, yOffset)]; [all …]
|
/external/proguard/src/proguard/gui/splash/ |
D | ShadowedSprite.java | 33 private final VariableInt yOffset; field in ShadowedSprite 52 VariableInt yOffset, in ShadowedSprite() argument 58 this.yOffset = yOffset; in ShadowedSprite() 88 int yo = yOffset.getInt(time) - b/2; in paint()
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | BackgroundImageGeometry.cpp | 16 void BackgroundImageGeometry::setNoRepeatY(int yOffset) in setNoRepeatY() argument 18 m_destRect.move(0, std::max(yOffset, 0)); in setNoRepeatY() 19 m_phase.setY(-std::min(yOffset, 0)); in setNoRepeatY() 20 m_destRect.setHeight(m_tileSize.height() + std::min(yOffset, 0)); in setNoRepeatY()
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-201590.js | 38 Foo.prototype.bar = function (x, y, xOffset, yOffset) { argument 42 yOffset = yOffset * 0.5 || 0; 45 var yPos = ((yOffset) * gdpRatio) + this.ORIGIN.y * this.scale +
|
/external/skia/gm/ |
D | arcofzorro.cpp | 44 int xOffset = 0, yOffset = 0; in onDraw() local 53 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset)); in onDraw() 66 yOffset += 10; 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() 66 yOffset += 10; in onDraw()
|
/external/skia/dm/ |
D | DMQuiltTask.cpp | 41 yOffset = SkIntToScalar(y * tile.height()); in draw() local 43 matrix.postTranslate(-xOffset, -yOffset); in draw() 48 fullCanvas.drawBitmap(tile, xOffset, yOffset, NULL); in draw()
|
/external/chromium_org/third_party/skia/tools/bug_chomper/res/third_party/ |
D | jquery.tablednd.js | 184 var yOffset = window.pageYOffset; 190 yOffset = document.documentElement.scrollTop; 193 yOffset=document.body.scrollTop; 198 if (mousePos.y-yOffset < config.scrollAmount) { 203 if (windowHeight-(mousePos.y-yOffset) < config.scrollAmount) {
|
/external/skia/tools/bug_chomper/res/third_party/ |
D | jquery.tablednd.js | 184 var yOffset = window.pageYOffset; 190 yOffset = document.documentElement.scrollTop; 193 yOffset=document.body.scrollTop; 198 if (mousePos.y-yOffset < config.scrollAmount) { 203 if (windowHeight-(mousePos.y-yOffset) < config.scrollAmount) {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPopupWindow.java | 31 private int yOffset; field in ShadowPopupWindow 154 yOffset = yoff; in showAsDropDown() 171 return yOffset; in getYOffset()
|
/external/freetype/src/cff/ |
D | cf2hints.c | 1058 glyphpath->yOffset = font->darkenY; in cf2_glyphpath_init() 1061 cf2_fixedAbs( glyphpath->yOffset ) ); in cf2_glyphpath_init() 1485 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset() 1493 glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1510 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset() 1518 glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1532 *y = 2 * glyphpath->yOffset; in cf2_glyphpath_computeOffset() 1538 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset() 1546 glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1557 *y = 2 * glyphpath->yOffset; in cf2_glyphpath_computeOffset() [all …]
|
/external/skia/src/core/ |
D | SkReadBuffer.cpp | 227 const int32_t yOffset = this->readInt(); in readBitmap() local 231 if (0 != xOffset || 0 != yOffset) { in readBitmap() 237 yOffset); 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 | 225 const int32_t yOffset = this->readInt(); in readBitmap() local 229 if (0 != xOffset || 0 != yOffset) { in readBitmap() 235 yOffset); in readBitmap() 239 SkASSERT(0 == xOffset && 0 == yOffset); in readBitmap() 253 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height); in readBitmap()
|
/external/skia/src/effects/ |
D | SkMagnifierImageFilter.cpp | 30 float yOffset, in Create() argument 37 yOffset, in Create() 64 float yOffset, in GrMagnifierEffect() argument 71 , fYOffset(yOffset) in GrMagnifierEffect() 258 SkScalar yOffset = (texture->origin() == kTopLeft_GrSurfaceOrigin) ? fSrcRect.y() : in asNewEffect() local 263 yOffset / texture->height(), in asNewEffect()
|
/external/replicaisland/tools/ |
D | ExtractPoints.js | 123 tile.yOffset = row * tileSizeY; 126 tile.centerY -= tile.yOffset; 147 edge.startY -= tile.yOffset; 149 edge.endY -= tile.yOffset; 151 edge.centerY -= tile.yOffset;
|
/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) 389 var yOffset = params.offsetTop + heightOffset; 399 yOffset); 408 yOffset); 417 yOffset); 482 var yOffset = params.offsetTop + heightOffset; 490 updateKey(key, width, keyHeight, left, yOffset)
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
D | cf2hints.c | 1041 glyphpath->yOffset = font->darkenY; in cf2_glyphpath_init() 1044 cf2_fixedAbs( glyphpath->yOffset ) ); in cf2_glyphpath_init() 1434 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset() 1442 glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1459 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset() 1467 glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1481 *y = 2 * glyphpath->yOffset; in cf2_glyphpath_computeOffset() 1487 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset() 1495 glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1506 *y = 2 * glyphpath->yOffset; in cf2_glyphpath_computeOffset() [all …]
|
/external/chromium_org/third_party/freetype/src/cff/ |
D | cf2hints.c | 1027 glyphpath->yOffset = font->darkenY; in cf2_glyphpath_init() 1030 cf2_fixedAbs( glyphpath->yOffset ) ); in cf2_glyphpath_init() 1420 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset() 1428 glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1445 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset() 1453 glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1467 *y = 2 * glyphpath->yOffset; in cf2_glyphpath_computeOffset() 1473 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset() 1481 glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1492 *y = 2 * glyphpath->yOffset; in cf2_glyphpath_computeOffset() [all …]
|
/external/chromium_org/third_party/skia/src/effects/ |
D | SkMagnifierImageFilter.cpp | 31 float yOffset, in Create() argument 38 yOffset, in Create() 64 float yOffset, in GrMagnifierEffect() argument 71 , fYOffset(yOffset) in GrMagnifierEffect() 278 SkScalar yOffset = (texture->origin() == kTopLeft_GrSurfaceOrigin) ? fSrcRect.y() : in asFragmentProcessor() local 283 yOffset / texture->height(), in asFragmentProcessor()
|
/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ |
D | ValidationMessageBubble.java | 96 final float yOffset = getWebViewOffsetYPixInScreen(contentViewCore); in makePixRectInScreen() local 99 coordinates.fromLocalCssToPix(anchorY) + yOffset, in makePixRectInScreen() 101 coordinates.fromLocalCssToPix(anchorY + anchorHeight) + yOffset); in makePixRectInScreen()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | browser_window_layout.mm | 125 CGFloat yOffset = 0; 127 yOffset += parameters_.menubarOffset; 132 // In presentation mode, |yOffset| accounts for the sliding position of 134 yOffset += std::floor((1 - parameters_.toolbarFraction) * 139 fullscreenYOffset_ = yOffset;
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
D | GIFImageReader.cpp | 625 unsigned height, width, xOffset, yOffset; in parseData() local 629 yOffset = GETINT16(currentComponent + 2); in parseData() 644 yOffset = 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 312 EXPECT_EQ(frameParameters[i].yOffset, frame->originalFrameRect().y()); in TEST() 337 int xOffset, yOffset, width, height; in TEST() member 355 EXPECT_EQ(frameParameters[i].yOffset, frame->originalFrameRect().y()); in TEST() 380 int xOffset, yOffset, width, height; in TEST() member 398 EXPECT_EQ(frameParameters[i].yOffset, frame->originalFrameRect().y()); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PopupListBox.h | 75 , yOffset(0) in PopupItem() 80 int yOffset; // y offset of this item, relative to the top of the popup. member
|