HomeSort by relevance Sort by last modified time
    Searched defs:xOffset (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/skia/gm/
arcofzorro.cpp 44 int xOffset = 0, yOffset = 0;
53 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
59 xOffset += 10;
60 if (xOffset >= 700) {
65 xOffset -= 10;
67 if (xOffset < 50) {
72 xOffset += 10;
  /external/skia/dm/
DMQuiltTask.cpp 40 const SkScalar xOffset = SkIntToScalar(x * tile.width()),
43 matrix.postTranslate(-xOffset, -yOffset);
48 fullCanvas.drawBitmap(tile, xOffset, yOffset, NULL);
  /external/skia/gm/
arcofzorro.cpp 44 int xOffset = 0, yOffset = 0;
53 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
59 xOffset += 10;
60 if (xOffset >= 700) {
65 xOffset -= 10;
67 if (xOffset < 50) {
72 xOffset += 10;
  /external/proguard/src/proguard/gui/splash/
ShadowedSprite.java 32 private final VariableInt xOffset;
44 * @param xOffset the variable x-offset of the shadow, relative to the sprite itself.
51 public ShadowedSprite(VariableInt xOffset,
57 this.xOffset = xOffset;
87 int xo = xOffset.getInt(time) - b/2;
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PointsActivity.java 93 private void drawPoints(Canvas canvas, Paint p, float xOffset, float yOffset) {
104 float xOffset = 0;
108 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
109 xOffset += 5;
112 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
113 xOffset += 15;
116 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
117 xOffset += 30;
120 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.cpp 625 unsigned height, width, xOffset, yOffset;
628 xOffset = GETINT16(currentComponent);
643 xOffset = 0;
671 currentFrame->setRect(xOffset, yOffset, width, height);
  /external/chromium_org/third_party/icu/source/samples/layout/
GDIFontInstance.cpp 87 float xOffset = ps[dyStart * 2];
93 ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 87 float xOffset = ps[dyStart * 2];
93 ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 140 const float xOffset = -10;
167 metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
209 EXPECT_EQ(pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_X) + xOffset,
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 37 public int xOffset = -1;
120 * @param xOffset Horizontal offset with the object being dragged where the original
151 * @param xOffset Horizontal offset with the object being dragged where the original
169 * @param xOffset Horizontal offset with the object being dragged where the
ButtonDropTarget.java 151 final int xOffset = (int) -(viewWidth - width) / 2;
153 to.offset(xOffset, yOffset);
  /packages/apps/Launcher3/src/com/android/launcher3/
DropTarget.java 37 public int xOffset = -1;
120 * @param xOffset Horizontal offset with the object being dragged where the original
150 * @param xOffset Horizontal offset with the object being dragged where the
ButtonDropTarget.java 153 final int xOffset = (int) -(viewWidth - width) / 2;
155 to.offset(xOffset, yOffset);
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 137 PropertyValuesHolder xOffset = PropertyValuesHolder.ofFloat(View.TRANSLATION_X,
143 xOffset, yOffset);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 295 int xOffset, yOffset, width, height;
311 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x());
337 int xOffset, yOffset, width, height;
354 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x());
380 int xOffset, yOffset, width, height;
397 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x());
  /external/chromium_org/third_party/skia/src/core/
SkReadBuffer.cpp 224 const int32_t xOffset = this->readInt();
229 if (0 != xOffset || 0 != yOffset) {
234 fDecodedBitmapIndex, width, height, length, xOffset,
239 SkASSERT(0 == xOffset && 0 == yOffset);
253 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height);
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_EBDT.h 89 SK_OT_CHAR xOffset; // Position of component left
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPopupWindow.java 30 private int xOffset;
153 xOffset = xoff;
167 return xOffset;
  /external/skia/src/core/
SkReadBuffer.cpp 226 const int32_t xOffset = this->readInt();
231 if (0 != xOffset || 0 != yOffset) {
236 fDecodedBitmapIndex, width, height, length, xOffset,
241 SkASSERT(0 == xOffset && 0 == yOffset);
255 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height);
  /external/skia/src/sfnt/
SkOTTable_EBDT.h 89 SK_OT_CHAR xOffset; // Position of component left
  /frameworks/base/core/java/android/animation/
PathKeyframes.java 143 int xOffset = base + X_OFFSET;
145 mTempPointF.set(mKeyframeData[xOffset], mKeyframeData[yOffset]);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardGlowStripView.java 84 int xOffset = getPaddingLeft();
98 canvas.translate(xOffset, mDotStripTop);
102 xOffset += mDotSize + mHorizontalDotGap;
  /frameworks/base/telephony/java/android/telephony/
SubscriptionInfo.java 226 final float xOffset = (width / 2.f) - textBound.centerX();
228 canvas.drawText(index, xOffset, yOffset, paint);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
MeshTest.java 115 float xOffset = (normalizedX - 0.5f) * width;
117 tmb.addVertex(xOffset, yOffset);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 318 LayoutUnit xOffset = minimumValueForLength(style()->objectPosition().x(), contentRect.width() - finalRect.width());
320 finalRect.move(xOffset, yOffset);

Completed in 784 milliseconds

1 2 3 4 5 6