HomeSort by relevance Sort by last modified time
    Searched refs:innerRect (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerAndroid.cpp 74 const SkRect innerRect)
85 addRotation.translate(innerRect.fLeft, innerRect.fTop);
92 SkRect size = SkRect::MakeWH(innerRect.width(), innerRect.height());
149 SkRect innerRect = SkRect::MakeWH(manager->getButtonSize(),
151 if (innerRect.contains(videoRect))
152 innerRect = videoRect;
154 innerRect.offset(videoRect.fLeft + (videoRect.width() - buttonSize) / 2,
161 &m_drawTransform, &innerRect);
    [all...]
VideoLayerAndroid.h 66 const SkRect innerRect);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
BoundedRect.java 36 public BoundedRect(float rotation, Rect outerRect, Rect innerRect) {
39 inner = new RectF(innerRect);
46 public BoundedRect(float rotation, RectF outerRect, RectF innerRect) {
49 inner = new RectF(innerRect);
56 public void resetTo(float rotation, RectF outerRect, RectF innerRect) {
59 inner.set(innerRect);
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk3.cpp 456 IntRect innerRect(rect.x() + innerBorder.left + borderWidth.left + focusWidth,
468 innerRect.move(childDisplacementX, childDisplacementY);
470 innerRect.setWidth(max(1, innerRect.width()));
471 innerRect.setHeight(max(1, innerRect.height()));
486 IntSize arrowSize(minArrowSize, innerRect.height());
487 FloatPoint arrowPosition(innerRect.location());
489 arrowPosition.move(innerRect.width() - arrowSize.width(), 0);
521 IntPoint separatorPosition(arrowPosition.x(), innerRect.y())
    [all...]
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m 286 CGRect innerRect = [self _innerSliderRect];
288 CGFloat fraction = (centerX - CGRectGetMinX(innerRect)) / CGRectGetWidth(innerRect);
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 497 IntRect innerRect(borderThickness, borderThickness, windowWidth - borderThickness * 2, windowHeight - borderThickness * 2);
501 context.fillRoundedRect(innerRect, innerRadius, innerRadius, innerRadius, innerRadius, Color(backgroundColor), ColorSpaceDeviceRGB);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]

Completed in 462 milliseconds