HomeSort by relevance Sort by last modified time
    Searched refs:xPos (Results 1 - 25 of 37) sorted by null

1 2

  /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);
  /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...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-201590.js 43 var xPos = ((xOffset) * gdpRatio) + this.ORIGIN.x * this.scale -
47 xPos = xPos - Math.round(((tileWidth) * gdpRatio)) +
50 x: Math.floor(xPos),
  /packages/apps/Gallery/src/com/android/camera/
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...]
ImageGallery.java 782 Bitmap b, int xPos, int yPos, int w, int h) {
800 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
804 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
814 int left = (w - width) / 2 + xPos;
837 canvas.drawRect(xPos, yPos, xPos + w, yPos + h, paint);
841 int left = (w - width) / 2 + xPos;
854 int xPos, int yPos, int w, int h)
    [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...]
  /external/skia/gm/
optimizations.cpp 343 int xPos = 0, yPos = 0;
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;
pathopsinverse.cpp 85 int xPos = 150;
90 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
95 xPos += 150;
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java 286 for (int xPos = 0; xPos < width; xPos++) {
287 int i = ((xPos + x) + (yPos + y) * atlasWidth) * 4;
289 int j = (xPos + yPos * width) * 4;
295 int j = (xPos + yPos * width) * 3;
301 int j = (xPos + yPos * width) * 3;
307 int j = (xPos + yPos * width) * 4;
313 int j = (xPos + yPos * width) * 1;
319 int j = (xPos + yPos * width) * 2
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 168 final float xPos, yPos;
172 xPos = mBounds.left;
182 xPos = -1 * dw / 6;
188 mDimSurface.setPosition(xPos, yPos);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 243 for (int xPos = 0; xPos < xLen; xPos++) {
244 Projection p = mProjection[yPos][xPos];
ImageViewer.java 650 for (int xPos = 0; xPos < xLen; xPos++) {
651 Chunk c = mChunks[yPos][xPos];
684 for (int xPos = 0; xPos < xLen; xPos++) {
685 Chunk c = mBadChunks[yPos][xPos];
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
TextRun.h 62 TextRun(const LChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding)
65 , m_xpos(xpos)
82 TextRun(const UChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding)
85 , m_xpos(xpos)
102 TextRun(const String& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding)
105 , m_xpos(xpos)
130 TextRun(const StringView& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding)
133 , m_xpos(xpos)
195 float xPos() const { return m_xpos; }
196 void setXPos(float xPos) { m_xpos = xPos;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h 83 virtual float width(unsigned from, unsigned len, const Font&, float xPos, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
84 virtual float width(unsigned from, unsigned len, float xPos, bool firstLine = false, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
175 float widthFromCache(const Font&, int start, int len, float xPos, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*) const;
RenderFrameSet.cpp 136 LayoutUnit xPos = 0;
139 xPos += m_cols.m_sizes[c];
141 paintColumnBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x() + xPos, adjustedPaintOffset.y() + yPos, borderThickness, height())));
142 xPos += borderThickness;
498 int xPos = 0;
501 child->setLocation(IntPoint(xPos, yPos));
512 xPos += width + borderThickness;
RenderDeprecatedFlexibleBox.cpp 366 LayoutUnit xPos = borderLeft() + paddingLeft();
387 xPos = borderLeft() + paddingLeft();
449 childLayer->setStaticInlinePosition(xPos); // FIXME: Not right for regions.
480 xPos += child->marginLeft();
502 placeChild(child, LayoutPoint(xPos, childY));
504 xPos += child->width() + child->marginRight();
507 remainingSpace = borderLeft() + paddingLeft() + contentWidth() - xPos;
    [all...]
RenderText.cpp 718 ALWAYS_INLINE float RenderText::widthFromCache(const Font& f, int start, int len, float xPos, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
743 w += f.tabWidth(style()->tabSize(), xPos + w);
764 run.setXPos(xPos);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 669 for (int xPos = 0; xPos < xLen; xPos++) {
670 Chunk c = chunks[yPos][xPos];
764 for (int xPos = 0; xPos < lenX; xPos++) {
765 Chunk chunk = mPatchChunks[yPos][xPos];
769 yPos, xPos, chunk.toString()));
773 projections[yPos][xPos] = p
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkHarfBuzzFont.cpp 83 hb_uint32 index, HB_Fixed* xPos, HB_Fixed* yPos,
103 *xPos = SkScalarToHarfbuzzFixed(pt.fX);
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 83 hb_uint32 index, HB_Fixed* xPos, HB_Fixed* yPos,
103 *xPos = SkScalarToHarfbuzzFixed(pt.fX);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
ComplexTextController.cpp 50 TextLayout(RenderText* text, const Font& font, float xPos)
52 , m_run(constructTextRun(text, font, xPos))
69 static TextRun constructTextRun(RenderText* text, const Font& font, float xPos)
75 run.setXPos(xPos);
85 PassOwnPtr<TextLayout> Font::createLayout(RenderText* text, float xPos, bool collapseWhiteSpace) const
89 return adoptPtr(new TextLayout(text, *this, xPos));
621 advance.width = m_font.tabWidth(*fontData, m_run.tabSize(), m_run.xPos() + m_totalWidth + widthSinceLastCommit);
  /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);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp 274 float xPos = 0.0f;
275 if (!parseNumber(ptr, end, xPos))
290 pointsList.append(FloatPoint(xPos, yPos));

Completed in 1336 milliseconds

1 2