Home
last modified time | relevance | path

Searched refs:yOffset (Results 1 – 25 of 71) sorted by relevance

123

/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Davatar_menu_bubble_controller.mm31 - (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 …]
Dprofile_chooser_controller.mm1208 // |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/
DShadowedSprite.java33 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/
DBackgroundImageGeometry.cpp16 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/
Dregress-201590.js38 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/
Darcofzorro.cpp44 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/
Darcofzorro.cpp44 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/
DDMQuiltTask.cpp41 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/
Djquery.tablednd.js184 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/
Djquery.tablednd.js184 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/
DShadowPopupWindow.java31 private int yOffset; field in ShadowPopupWindow
154 yOffset = yoff; in showAsDropDown()
171 return yOffset; in getYOffset()
/external/freetype/src/cff/
Dcf2hints.c1058 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/
DSkReadBuffer.cpp227 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/
DSkReadBuffer.cpp225 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/
DSkMagnifierImageFilter.cpp30 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/
DExtractPoints.js123 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/
Dmain.js291 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/
Dcf2hints.c1041 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/
Dcf2hints.c1027 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/
DSkMagnifierImageFilter.cpp31 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/
DValidationMessageBubble.java96 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/
Dbrowser_window_layout.mm125 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/
DGIFImageReader.cpp625 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/
DWEBPImageDecoderTest.cpp295 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/
DPopupListBox.h75 , yOffset(0) in PopupItem()
80 int yOffset; // y offset of this item, relative to the top of the popup. member

123