HomeSort by relevance Sort by last modified time
    Searched defs:xPos (Results 1 - 22 of 22) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java 53 final int xPos = (int)(getWidth() * mXRatio);
56 mIndicatorPath.moveTo(xPos, 0);
57 mIndicatorPath.lineTo(xPos + height, height);
58 mIndicatorPath.lineTo(xPos - height, height);
  /external/webkit/Source/WebCore/svg/
SVGParserUtilities.cpp 197 float xPos = 0.0f;
198 if (!parseNumber(cur, end, xPos))
213 pointsList.append(FloatPoint(xPos, yPos));
  /external/webkit/Source/WebCore/platform/graphics/
TextRun.h 45 TextRun(const UChar* c, int len, bool allowTabs = false, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, bool rtl = false, bool directionalOverride = false)
48 , m_xpos(xpos)
65 TextRun(const String& s, bool allowTabs = false, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, bool rtl = false, bool directionalOverride = false)
68 , m_xpos(xpos)
99 float xPos() const { return m_xpos; }
  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 162 final float xPos = -1 * dw / 6;
167 mDimSurface.setPosition(xPos, yPos);
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PlaybackGraphs.java 288 int xPos = (metricIndex + 1) * -BAR_WIDTH;
290 canvas.drawText(label, xPos, yPos, whiteLabels);
298 canvas.drawText(label, xPos, yPos, whiteLabels);
  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp 325 int xPos = borderLeft() + paddingLeft();
346 xPos = borderLeft() + paddingLeft();
408 childLayer->setStaticInlinePosition(xPos);
431 xPos += child->marginLeft();
453 placeChild(child, xPos, childY);
455 xPos += child->width() + child->marginRight();
458 remainingSpace = borderLeft() + paddingLeft() + contentWidth() - xPos;
603 int xPos = borderLeft() + paddingLeft();
606 xPos = width() - paddingRight() - borderRight();
    [all...]
RenderFrameSet.cpp 143 int xPos = 0;
146 xPos += m_cols.m_sizes[c];
148 paintColumnBorder(paintInfo, IntRect(tx + xPos, ty + yPos, borderThickness, height()));
149 xPos += borderThickness;
538 int xPos = 0;
547 child->setX(xPos);
568 xPos += child->width() + borderThickness;
573 maxWidth = max(xPos, maxWidth);
612 int xPos = 0;
615 child->setLocation(xPos, yPos)
    [all...]
RenderBoxModelObject.cpp 431 int xPos = (isBox() ? toRenderBox(this)->x() : 0);
438 xPos -= toRenderBox(offsetPar)->borderLeft();
441 xPos += relativePositionOffsetX();
446 xPos += toRenderBox(curr)->x();
450 xPos += toRenderBox(offsetPar)->x();
454 return xPos;
    [all...]
RenderBox.cpp 758 bool RenderBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction action)
765 if (!child->hasLayer() && child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) {
766 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
774 if (visibleToHitTesting() && action == HitTestForeground && boundsRect.intersects(result.rectForPoint(xPos, yPos))) {
775 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
776 if (!result.addNodeToRectBasedTestResult(node(), xPos, yPos, boundsRect))
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 39 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1;
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);
138 xPos -= NR_PART * PART_LEN1
    [all...]
aec_core.c 248 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1;
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 + j][1]
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 434 float xPos;
435 xPos = 0;
436 xPos += mSeparatorDrawable.getIntrinsicWidth();
437 while (xPos < mContentWidth && pStart + pSize < candSize) {
445 if (xPos + itemWidth < mContentWidth || 0 == pSize) {
446 xPos += itemWidth;
459 float marginExtra = (mContentWidth - xPos) / pSize / 2;
461 if (mContentWidth - xPos > lastItemWidth) {
500 float xPos = mPaddingLeft;
504 xPos += drawVerticalSeparator(canvas, xPos)
    [all...]
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 146 float xPos = Float.parseFloat(values[0]);
151 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 161 float xPos = new Float(values[0]);
166 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 627 int xPos = (col * (imageWidth + widthPadding)) - offsetX;
630 c.drawBitmap(image, xPos, yPos, paint);
GridViewSpecial.java 68 Bitmap b, int xPos, int yPos, int w, int h);
70 int xPos, int yPos, int w, int h);
672 int xPos = mSpec.mLeftEdgePadding;
678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos,
684 xPos = mSpec.mLeftEdgePadding;
688 xPos += mSpec.mCellWidth + mSpec.mCellSpacing;
701 int xPos = leftSpacing + (col * (mSpec.mCellWidth + spacing));
708 canvas.drawBitmap(mOutline[type], xPos, yTop, null);
933 private void drawEmptyBlock(Canvas canvas, int xPos, int yPos, int row) {
935 canvas.drawRect(xPos, yPos, xPos + mBlockWidth, yPos + mBlockHeight
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidnt.c 1023 int fwKeys, xPos, yPos, fActive, fMinimized, temp;
    [all...]
vid_win.c     [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 1023 int fwKeys, xPos, yPos, fActive, fMinimized, temp;
    [all...]
vid_win.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1824 milliseconds