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

12

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-201590.js43 var xPos = ((xOffset) * gdpRatio) + this.ORIGIN.x * this.scale -
47 xPos = xPos - Math.round(((tileWidth) * gdpRatio)) +
50 x: Math.floor(xPos),
/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/chromium_org/chrome/renderer/resources/
H A Doffline.js957 var obstacleBoxXPos = Runner.defaultDimensions.WIDTH + obstacle.xPos;
962 tRex.xPos + 1,
968 obstacle.xPos + 1,
1103 this.xPos = 0;
1139 this.xPos = this.dimensions.WIDTH - this.width;
1177 this.xPos, this.yPos,
1188 this.xPos -= Math.floor((speed * FPS / 1000) * deltaTime);
1216 return this.xPos + this.width > 0;
1283 this.xPos = 0;
1430 if (this.playingIntro && this.xPos < thi
[all...]
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
H A DTranslateUtil.java52 float xPos = text.getPaddingLeft() + (sizePerChar * x);
55 TestTouchUtils.singleClickView(test.getInstrumentation(), text, (int) xPos, (int) yPos);
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c39 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; local
43 xPos -= NR_PART*(PART_LEN1);
48 const __m128 xfBuf_re = _mm_loadu_ps(&aec->xfBuf[0][xPos + j]);
49 const __m128 xfBuf_im = _mm_loadu_ps(&aec->xfBuf[1][xPos + j]);
67 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
69 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
134 int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1); local
138 xPos
[all...]
H A Daec_core.c248 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; local
252 xPos -= NR_PART*(PART_LEN1);
256 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
258 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
291 // int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1);
295 // xPos -= NR_PART * PART_LEN1;
301 // aec->wfBuf[pos + j][0] += MulRe(aec->xfBuf[xPos + j][0],
302 // -aec->xfBuf[xPos
314 int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1); local
[all...]
/external/chromium_org/third_party/skia/gm/
H A Doptimizations.cpp343 SkScalar xPos = 0, yPos = 0; local
354 canvas->translate(xPos, yPos);
356 xPos += pre->cullRect().width();
377 canvas->translate(xPos, yPos);
379 xPos += post->cullRect().width();
382 if (xPos >= kWidth) {
384 xPos = 0;
H A Dpathopsinverse.cpp84 int xPos = 150; variable
89 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
94 xPos += 150;
H A Dmultipicturedraw.cpp62 SkScalar xPos, yPos = 0; local
65 xPos = 0;
69 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0));
74 xPos += 1.5f * kHexSide;
/external/skia/gm/
H A Doptimizations.cpp343 int xPos = 0, yPos = 0; local
354 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
356 xPos += pre->width();
374 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
376 xPos += post->width();
379 if (xPos >= kWidth) {
381 xPos = 0;
H A Dpathopsinverse.cpp88 int xPos = 150; variable
93 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
98 xPos += 150;
/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
165 x0 = xPos;
167 x1 = xPos;
169 x2 = xPos + xSize;
173 x0 = xPos;
175 x1 = xPos + xSize;
177 x2 = xPos;
181 x0 = xSize + xPos;
183 x1 = xSize + xPos ;
185 x2 = xPos;
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_win.cc148 int ViEAutoTestWindowManager::ViECreateWindow(HWND &hwndMain, int xPos, argument
173 xPos, // horizontal position
191 ::SetWindowPos(hwndMain, HWND_TOP, xPos, yPos, width, height,
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_mips.c326 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; local
330 xPos -= aec->num_partitions * (PART_LEN1);
334 float* aRe = aec->xfBuf[0] + xPos;
335 float* aIm = aec->xfBuf[1] + xPos;
441 int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1); local
445 xPos -= aec->num_partitions * PART_LEN1;
449 float* aRe = aec->xfBuf[0] + xPos;
450 float* aIm = aec->xfBuf[1] + xPos;
H A Daec_core_neon.c42 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; local
46 xPos -= num_partitions * PART_LEN1;
51 const float32x4_t xfBuf_re = vld1q_f32(&aec->xfBuf[0][xPos + j]);
52 const float32x4_t xfBuf_im = vld1q_f32(&aec->xfBuf[1][xPos + j]);
68 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j],
69 aec->xfBuf[1][xPos + j],
72 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j],
73 aec->xfBuf[1][xPos + j],
184 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; local
189 xPos
[all...]
H A Daec_core_sse2.c37 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; local
41 xPos -= num_partitions * (PART_LEN1);
46 const __m128 xfBuf_re = _mm_loadu_ps(&aec->xfBuf[0][xPos + j]);
47 const __m128 xfBuf_im = _mm_loadu_ps(&aec->xfBuf[1][xPos + j]);
65 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j],
66 aec->xfBuf[1][xPos + j],
69 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j],
70 aec->xfBuf[1][xPos + j],
148 int xPos = (i + aec->xfBufBlockPos) * (PART_LEN1); local
152 xPos
[all...]
H A Daec_core.c147 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; local
151 xPos -= aec->num_partitions * (PART_LEN1);
155 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j],
156 aec->xfBuf[1][xPos + j],
159 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j],
160 aec->xfBuf[1][xPos + j],
197 // int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1);
201 // xPos -= aec->num_partitions * PART_LEN1;
207 // aec->wfBuf[0][pos + j] += MulRe(aec->xfBuf[0][xPos + j],
208 // -aec->xfBuf[1][xPos
220 int xPos = (i + aec->xfBufBlockPos) * (PART_LEN1); local
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dpopuplib.js108 var xPos = parentPos[0] +
112 return [xPos, yPos];
/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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.h88 virtual float width(unsigned from, unsigned len, const Font&, float xPos, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
89 virtual float width(unsigned from, unsigned len, float xPos, TextDirection, bool firstLine = false, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
178 float widthFromCache(const Font&, int start, int len, float xPos, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*) const;
H A DRenderFrameSet.cpp142 LayoutUnit xPos = 0; local
145 xPos += m_cols.m_sizes[c];
147 paintColumnBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x() + xPos, adjustedPaintOffset.y() + yPos, borderThickness, height())));
148 xPos += borderThickness;
505 int xPos = 0; local
508 child->setLocation(IntPoint(xPos, yPos));
519 xPos += width + borderThickness;
H A DRenderDeprecatedFlexibleBox.cpp330 LayoutUnit xPos = borderLeft() + paddingLeft(); local
351 xPos = borderLeft() + paddingLeft();
413 childLayer->setStaticInlinePosition(xPos);
445 xPos += child->marginLeft();
467 placeChild(child, LayoutPoint(xPos, childY));
469 xPos += child->width() + child->marginRight();
472 remainingSpace = borderLeft() + paddingLeft() + contentWidth() - xPos;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRun.h193 float xPos() const { return m_xpos; }
194 void setXPos(float xPos) { m_xpos = xPos; }
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp990 void CPDF_Page::GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos, argument
1001 x0 = xPos;
1003 x1 = xPos;
1005 x2 = xPos + xSize;
1009 x0 = xPos;
1011 x1 = xPos + xSize;
1013 x2 = xPos;
1017 x0 = xPos + xSize;
1019 x1 = xPos + xSize;
1021 x2 = xPos;
[all...]
/external/chromium_org/third_party/polymer/components-chromium/paper-ripple/
H A Draw-extracted.js117 var xPos = (canvas.width/2 - width)/2;
119 if (alignment === 'left') { xPos = 16; }
121 ctx.fillText(label, xPos, canvas.height/2 - (canvas.height/2 - fontSize +2) / 2);

Completed in 414 milliseconds

12