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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeNonMacCommon.cpp 117 const int yPos = rect.y() + (rect.height() * percent);
120 FloatRect tickRect(rect.x(), yPos, rect.width(), 3);
124 FloatRect tickStroke(rect.x(), yPos + 1, rect.width(), 1);
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
TranslateUtil.java 53 float yPos = text.getHeight() / (float) 2;
55 TestTouchUtils.singleClickView(test.getInstrumentation(), text, (int) xPos, (int) yPos);
  /external/chromium_org/third_party/skia/gm/
pathopsinverse.cpp 67 int yPos = 0;
81 canvas->translate(0, SkIntToScalar(yPos));
93 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
100 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/skia/gm/
pathopsinverse.cpp 67 int yPos = 0;
81 canvas->translate(0, SkIntToScalar(yPos));
93 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
100 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/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;
504 int yPos = 0;
510 child->setLocation(IntPoint(xPos, yPos));
527 yPos += height + borderThickness;
RenderDeprecatedFlexibleBox.cpp 345 LayoutUnit yPos = borderTop() + paddingTop();
365 setHeight(yPos);
405 setHeight(max(yPos + maxAscent + maxDescent, height()));
408 setHeight(max(height(), yPos + child->height() + child->marginHeight()));
430 if (childLayer->staticBlockPosition() != yPos) {
431 childLayer->setStaticBlockPosition(yPos);
462 LayoutUnit childY = yPos;
634 LayoutUnit yPos = borderTop() + paddingTop();
725 yPos = height();
743 remainingSpace = borderTop() + paddingTop() + contentHeight() - yPos;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DimLayer.java 148 final float xPos, yPos;
153 yPos = mBounds.top;
163 yPos = -1 * dh / 6;
170 mDimSurface.setPosition(xPos, 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...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 472 int yPos = 0;
501 yPos = rect.top;
512 outPos.y = uint32_t((yRatio * height) + (float)yPos);
533 yPos = r.top;
535 yRatio = (float)yPos/height;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 434 int yPos = 0;
463 yPos = rect.top;
481 outPos.y = (yRatio * height) + yPos;
501 yPos = r.top;
503 yRatio = yPos/height;
    [all...]
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 782 uint32_t yPos;
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 831 uint32_t yPos;
    [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 484 milliseconds