Searched defs:xPos (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dpathopsinverse.cpp84 int xPos = 150; variable
89 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
94 xPos += 150;
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 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 Dpathopsinverse.cpp88 int xPos = 150; variable
93 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
98 xPos += 150;
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;
/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/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/WebKit/Source/core/rendering/
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;
H A DRenderBlockLineLayout.cpp366 static inline void setLogicalWidthForTextRun(RootInlineBox* lineBox, BidiRun* run, RenderText* renderer, float xPos, const LineInfo& lineInfo, argument
419 measuredWidth += renderer->width(wordMeasurement.startOffset, wordLength, xPos, run->direction(), lineInfo.isFirstLine());
438 measuredWidth = renderer->width(run->m_start, run->m_stop - run->m_start, xPos, run->direction(), lineInfo.isFirstLine(), &fallbackFonts, &glyphOverflow);
H A DRenderText.cpp714 ALWAYS_INLINE float RenderText::widthFromCache(const Font& f, int start, int len, float xPos, TextDirection textDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const argument
739 w += f.tabWidth(style()->tabSize(), xPos + w);
760 run.setXPos(xPos);
1481 float RenderText::width(unsigned from, unsigned len, float xPos, TextDirection textDirection, bool firstLine, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const argument
1489 return width(from, len, style(firstLine)->font(), xPos, textDirection, fallbackFonts, glyphOverflow);
1492 float RenderText::width(unsigned from, unsigned len, const Font& f, float xPos, TextDirection textDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const argument
1515 w = widthFromCache(f, from, len, xPos, textDirection, fallbackFonts, glyphOverflow);
1524 run.setXPos(xPos);
/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.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...]
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...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h516 ALWAYS_INLINE float textWidth(RenderText* text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPitch, bool collapseWhiteSpace, HashSet<const SimpleFontData*>* fallbackFonts = 0) argument
520 return text->width(from, len, font, xPos, text->style()->direction(), fallbackFonts, &glyphOverflow);
526 run.setXPos(xPos);
/external/webrtc/src/modules/audio_processing/aec/
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...]
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...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp1063 LayoutUnit xPos = 0; local
1067 xPos = lineDirectionPointForBlockDirectionNavigation(direction == DirectionUp ? START : END);
1072 xPos = lineDirectionPointForBlockDirectionNavigation(EXTENT);
1088 next = previousLinePosition(p, xPos);
1090 next = nextLinePosition(p, 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/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 1818 milliseconds