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

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-201590.js45 var yPos = ((yOffset) * gdpRatio) + this.ORIGIN.y * this.scale +
51 y: Math.floor(yPos)
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeNonMacCommon.cpp117 const int yPos = rect.y() + (rect.height() * percent); local
120 FloatRect tickRect(rect.x(), yPos, rect.width(), 3);
124 FloatRect tickStroke(rect.x(), yPos + 1, rect.width(), 1);
H A DScrollbarThemeMacCommon.mm123 const int yPos = rect.y() + (rect.height() * percent);
126 FloatRect tickRect(rect.x(), yPos, rect.width(), 2);
/external/chromium_org/third_party/skia/gm/
H A Dpathopsinverse.cpp63 int yPos = 0; variable
77 canvas->translate(0, SkIntToScalar(yPos));
89 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
96 yPos += 150;
H A Doptimizations.cpp343 SkScalar xPos = 0, yPos = 0; local
354 canvas->translate(xPos, yPos);
377 canvas->translate(xPos, yPos);
385 yPos += post->cullRect().height();
H A Dmultipicturedraw.cpp62 SkScalar xPos, yPos = 0; local
69 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0));
77 yPos += 2 * kHexSide * kRoot3Over2;
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
H A Dvie_autotest_windows.h43 int ViECreateWindow(HWND &hwndMain, int xPos, int yPos, int width,
/external/skia/gm/
H A Dpathopsinverse.cpp67 int yPos = 0; variable
81 canvas->translate(0, SkIntToScalar(yPos));
93 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
100 yPos += 150;
H A Doptimizations.cpp343 int xPos = 0, yPos = 0; local
354 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
374 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
382 yPos += post->height();
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
H A DTranslateUtil.java53 float yPos = text.getHeight() / (float) 2;
55 TestTouchUtils.singleClickView(test.getInstrumentation(), text, (int) xPos, (int) yPos);
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp154 void CPDF_ReflowedPage::GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix) argument
166 y0 = yPos;
168 y1 = yPos + ySize;
170 y2 = yPos;
174 y0 = ySize + yPos;
176 y1 = yPos + ySize;
178 y2 = yPos;
182 y0 = ySize + yPos;
184 y1 = yPos;
186 y2 = ySize + yPos;
[all...]
H A Dreflowedpage.h171 void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix);
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_win.cc149 int yPos, int width, int height,
174 yPos, // vertical position
191 ::SetWindowPos(hwndMain, HWND_TOP, xPos, yPos, width, height,
148 ViECreateWindow(HWND &hwndMain, int xPos, int yPos, int width, int height, TCHAR* className) argument
/external/chromium_org/chrome/renderer/resources/
H A Doffline.js963 tRex.yPos + 1,
969 obstacle.yPos + 1,
1104 this.yPos = this.typeConfig.yPos;
1177 this.xPos, this.yPos,
1246 yPos: 105,
1260 yPos: 90,
1284 this.yPos = 0;
1392 this.yPos = this.groundYPos;
1469 this.xPos, this.yPos,
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dpower.js260 var yPos = yOrigin + height - 1 -
263 plotCtx.moveTo(xPos, yPos);
268 yPos - linePlotEndMarkerWidth,
273 plotCtx.lineTo(xPos, yPos);
279 yPos - linePlotEndMarkerWidth,
334 var yPos, valStr;
336 yPos = yOrigin + Math.round(height / 2);
339 yPos = yOrigin + height - 1 -
344 plotCtx.fillRect(x - 2, yPos - 2, 4, 4);
348 if (yPos
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dpopuplib.js110 var yPos = parentPos[1] +
112 return [xPos, yPos];
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFrameSet.cpp140 LayoutUnit yPos = 0; local
147 paintColumnBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x() + xPos, adjustedPaintOffset.y() + yPos, borderThickness, height())));
154 yPos += m_rows.m_sizes[r];
156 paintRowBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x(), adjustedPaintOffset.y() + yPos, width(), borderThickness)));
157 yPos += borderThickness;
502 int yPos = 0; local
508 child->setLocation(IntPoint(xPos, yPos));
525 yPos += height + borderThickness;
H A DRenderDeprecatedFlexibleBox.cpp329 LayoutUnit yPos = borderTop() + paddingTop(); local
349 setHeight(yPos);
389 setHeight(std::max(yPos + maxAscent + maxDescent, height()));
391 setHeight(std::max(height(), yPos + child->height() + child->marginHeight()));
414 if (childLayer->staticBlockPosition() != yPos) {
415 childLayer->setStaticBlockPosition(yPos);
446 LayoutUnit childY = yPos;
618 LayoutUnit yPos = borderTop() + paddingTop(); local
709 yPos = height();
727 remainingSpace = borderTop() + paddingTop() + contentHeight() - yPos;
[all...]
H A DRenderBlockFlow.h252 LayoutUnit getClearDelta(RenderBox* child, LayoutUnit yPos);
437 LayoutUnit clearFloatsIfNeeded(RenderBox* child, MarginInfo&, LayoutUnit oldTopPosMargin, LayoutUnit oldTopNegMargin, LayoutUnit yPos, bool childIsSelfCollapsing);
443 LayoutUnit applyBeforeBreak(RenderBox* child, LayoutUnit logicalOffset); // If the child has a before break, then return a new yPos that shifts to the top of the next page/column.
H A DRenderBlockFlow.cpp1356 LayoutUnit RenderBlockFlow::clearFloatsIfNeeded(RenderBox* child, MarginInfo& marginInfo, LayoutUnit oldTopPosMargin, LayoutUnit oldTopNegMargin, LayoutUnit yPos, bool childIsSelfCollapsing) argument
1358 LayoutUnit heightIncrease = getClearDelta(child, yPos);
1360 return yPos;
1408 return yPos + heightIncrease;
/external/pdfium/core/include/reflow/
H A Dreflowengine.h23 virtual void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix) = 0;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp990 void CPDF_Page::GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos, argument
1002 y0 = yPos + ySize;
1004 y1 = yPos;
1006 y2 = yPos + ySize;
1010 y0 = yPos;
1012 y1 = yPos;
1014 y2 = yPos + ySize;
1018 y0 = yPos;
1020 y1 = yPos + ySize;
1022 y2 = yPos;
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h157 void GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 583 milliseconds