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

  /external/proguard/src/proguard/gui/splash/
ShadowedSprite.java 33 private final VariableInt yOffset;
45 * @param yOffset the variable y-offset of the shadow, relative to the sprite itself.
52 VariableInt yOffset,
58 this.yOffset = yOffset;
88 int yo = yOffset.getInt(time) - b/2;
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.h 57 , yOffset(0)
62 int yOffset; // y offset of this item, relative to the top of the popup.
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 86 float yOffset = ps[dyStart * 2 + 1];
89 while (dyEnd < out && yOffset == ps[dyEnd * 2 + 1]) {
93 ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
  /external/webkit/WebCore/rendering/
RenderSVGText.cpp 78 int yOffset = (int)(text->y()->getFirst().value(text));
79 setLocation(xOffset, yOffset);
RenderListItem.cpp 258 int yOffset = 0;
261 yOffset += o->y();
273 int leftLineOffset = leftRelOffset(yOffset, leftOffset(yOffset, false), false);
284 int rightLineOffset = rightRelOffset(yOffset, rightOffset(yOffset, false), false);
297 IntRect markerRect(markerXPos + xOffset, yOffset, m_marker->width(), m_marker->height());
RenderLayer.cpp     [all...]
RenderBlock.cpp 3334 int yoffset = scrolledY + o->m_top + o->m_renderer->marginTop() - o->m_renderer->y(); local
    [all...]
  /external/webkit/WebCore/page/
DragController.cpp 584 const int yOffset = dragImageOffset.y();
586 const int yOffset = -dragImageOffset.y();
590 return IntPoint(mouseDraggedPoint.x() - dragImageOffset.x(), mouseDraggedPoint.y() + yOffset);
592 return IntPoint(dragOrigin.x() - dragImageOffset.x(), dragOrigin.y() + yOffset);
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridQuad.java 63 public static GridQuad createGridQuad(float width, float height, float xOffset, float yOffset, float uExtents, float vExtents,
77 grid.set(0, 0, -widthBy2 + xOffset, -heightBy2 + yOffset, 0.0f, u, v);
78 grid.set(1, 0, widthBy2 + xOffset, -heightBy2 + yOffset, 0.0f, 0.0f, v);
79 grid.set(0, 1, -widthBy2 + xOffset, heightBy2 + yOffset, 0.0f, u, 0.0f);
80 grid.set(1, 1, widthBy2 + xOffset, heightBy2 + yOffset, 0.0f, 0.0f, 0.0f);
83 grid.set(0, 0, -widthBy2 + xOffset, -heightBy2 + yOffset, 0.0f, u, v, true, i);
84 grid.set(1, 0, widthBy2 + xOffset, -heightBy2 + yOffset, 0.0f, 0.0f, v, true, i);
85 grid.set(0, 1, -widthBy2 + xOffset, heightBy2 + yOffset, 0.0f, u, 0.0f, true, i);
86 grid.set(1, 1, widthBy2 + xOffset, heightBy2 + yOffset, 0.0f, 0.0f, 0.0f, true, i);
167 float yOffset = 0.0f
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 772 CGFloat yOffset = offset.height();
792 yOffset = offsetInBaseSpace.height;
803 if (yOffset > 0)
804 yOffset += extraShadowOffset;
805 else if (yOffset < 0)
806 yOffset -= extraShadowOffset;
811 CGContextSetShadow(context, CGSizeMake(xOffset, yOffset), blurRadius);
815 CGSizeMake(xOffset, yOffset),
    [all...]
  /external/webkit/WebCore/plugins/
PluginView.cpp     [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 99 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) {
182 final float yOffset = (((float)y / hResolution) * 2.f - 1.f) * height / width;
184 tmb.addVertex(((float)x / wResolution) * 2.f - 1.f, yOffset);
190 final int yOffset = y * (wResolution + 1);
192 final int index = yOffset + x;
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 384 public void onOffsetsChanged(float xOffset, float yOffset,
648 float yOffset;
654 yOffset = mPendingYOffset;
664 + ": " + xOffset + "," + yOffset);
668 final int yPixels = availh > 0 ? -(int)(availh*yOffset+.5f) : 0;
669 onOffsetsChanged(xOffset, yOffset, xOffsetStep, yOffsetStep, xPixels, yPixels);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java     [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 232 milliseconds