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

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ScrollbarThemeChromium.cpp 123 const int yPos = rect.y() + (rect.height() * percent);
126 FloatRect tickRect(rect.x(), yPos, rect.width(), 3);
130 FloatRect tickStroke(rect.x(), yPos + 1, rect.width(), 1);
  /external/skia/gm/
pathopsinverse.cpp 64 int yPos = 0;
78 canvas->translate(0, SkIntToScalar(yPos));
90 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
97 yPos += 150;
optimizations.cpp 343 int xPos = 0, yPos = 0;
354 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
374 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
382 yPos += post->height();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp 278 float yPos = 0.0f;
279 if (!parseNumber(ptr, end, yPos, false))
290 pointsList.append(FloatPoint(xPos, yPos));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp 134 LayoutUnit yPos = 0;
141 paintColumnBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x() + xPos, adjustedPaintOffset.y() + yPos, borderThickness, height())));
148 yPos += m_rows.m_sizes[r];
150 paintRowBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x(), adjustedPaintOffset.y() + yPos, width(), borderThickness)));
151 yPos += borderThickness;
495 int yPos = 0;
501 child->setLocation(IntPoint(xPos, yPos));
518 yPos += height + borderThickness;
RenderDeprecatedFlexibleBox.cpp 365 LayoutUnit yPos = borderTop() + paddingTop();
385 setHeight(yPos);
425 setHeight(max(yPos + maxAscent + maxDescent, height()));
428 setHeight(max(height(), yPos + child->height() + child->marginHeight()));
450 if (childLayer->staticBlockPosition() != yPos) {
451 childLayer->setStaticBlockPosition(yPos);
481 LayoutUnit childY = yPos;
653 LayoutUnit yPos = borderTop() + paddingTop();
744 yPos = height();
762 remainingSpace = borderTop() + paddingTop() + contentHeight() - yPos;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 168 final float xPos, yPos;
173 yPos = mBounds.right;
183 yPos = -1 * dh / 6;
188 mDimSurface.setPosition(xPos, yPos);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 501 int yPos = (getMeasuredHeight() -
533 mCandRects.elementAt(i).set(xPos - 1, yPos + mFmiCandidates.top,
534 xPos + itemTotalWidth + 1, yPos + mFmiCandidates.bottom);
539 / 2, yPos, mFootnotePaint);
553 canvas.drawText(cand, xPos + centerOffset, yPos,
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 147 float yPos = Float.parseFloat(values[1]);
151 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 162 float yPos = new Float(values[1]);
166 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 628 int yPos = (row * (imageHeight + heightPadding)) - offsetY;
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);
673 int yPos = mSpec.mCellSpacing + startRow * mBlockHeight;
678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos,
685 yPos += mBlockHeight;
910 final int yPos = currentBlock * height;
911 if (yPos >= scrollPos + thisHeight) {
917 blk.doDraw(canvas, 0, yPos);
919 drawEmptyBlock(canvas, 0, yPos, currentBlock);
933 private void drawEmptyBlock(Canvas canvas, int xPos, int yPos, int row)
    [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 264 milliseconds