Searched refs:innerRect (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DVideoLayerAndroid.cpp74 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(), local
151 if (innerRect.contains(videoRect))
152 innerRect = videoRect;
154 innerRect.offset(videoRect.fLeft + (videoRect.width() - buttonSize) / 2,
161 &m_drawTransform, &innerRect);
73 showPreparingAnimation(const SkRect& rect, const SkRect innerRect) argument
[all...]
H A DVideoLayerAndroid.h66 const SkRect innerRect);
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk3.cpp456 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
[all...]
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A DMovieControllerLayer.m286 CGRect innerRect = [self _innerSliderRect];
288 CGFloat fraction = (centerX - CGRectGetMinX(innerRect)) / CGRectGetWidth(innerRect);
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp1951 const IntRect& innerRect = innerBorder.rect(); local
1953 FloatPoint centerPoint(innerRect.location().x() + static_cast<float>(innerRect.width()) / 2, innerRect.location().y() + static_cast<float>(innerRect.height()) / 2);
1972 quad[1] = innerRect.minXMinYCorner();
1973 quad[2] = innerRect.maxXMinYCorner();
1977 findInnerVertex(outerRect.minXMinYCorner(), innerRect.minXMinYCorner(), centerPoint, quad[1]);
1980 findInnerVertex(outerRect.maxXMinYCorner(), innerRect.maxXMinYCorner(), centerPoint, quad[2]);
1985 quad[1] = innerRect
[all...]
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp497 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/
H A DFrameLoaderClientAndroid.cpp1127 IntRect innerRect = frameRect(); local
1128 innerRect.inflate(-pixelWidth);
1131 ctx->strokeRect(innerRect, pixelWidth);
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp828 IntRect innerRect(borderRect.x() + leftWidth,
833 RoundedIntRect roundedRect(innerRect);

Completed in 1245 milliseconds