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

  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 142 FloatPoint3D computeTransformOrigin(const IntRect& borderBox) const;
144 FloatPoint computePerspectiveOrigin(const IntRect& borderBox) const;
RenderTheme.cpp 98 LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->borderLeftWidth());
99 borderBox = m_theme->controlBorder(part, style->font(), borderBox, style->effectiveZoom());
100 if (borderBox.top().value() != style->borderTopWidth()) {
101 if (borderBox.top().value())
102 style->setBorderTopWidth(borderBox.top().value());
106 if (borderBox.right().value() != style->borderRightWidth()) {
107 if (borderBox.right().value())
108 style->setBorderRightWidth(borderBox.right().value());
112 if (borderBox.bottom().value() != style->borderBottomWidth())
    [all...]
RenderLayerBacking.cpp 318 const IntRect borderBox = toRenderBox(renderer())->borderBoxRect();
321 IntRect layerBounds = IntRect(deltaX, deltaY, borderBox.width(), borderBox.height());
324 FloatPoint3D transformOrigin = computeTransformOrigin(borderBox);
755 FloatPoint3D RenderLayerBacking::computeTransformOrigin(const IntRect& borderBox) const
760 origin.setX(style->transformOriginX().calcFloatValue(borderBox.width()));
761 origin.setY(style->transformOriginY().calcFloatValue(borderBox.height()));
767 FloatPoint RenderLayerBacking::computePerspectiveOrigin(const IntRect& borderBox) const
771 float boxWidth = borderBox.width();
772 float boxHeight = borderBox.height()
    [all...]
RenderBox.cpp     [all...]
RenderLayer.cpp 616 const IntRect borderBox = toRenderBox(renderer())->borderBoxRect();
617 const float boxWidth = borderBox.width();
618 const float boxHeight = borderBox.height();
641 const IntRect borderBox = toRenderBox(renderer())->borderBoxRect();
644 return FloatPoint(style->perspectiveOriginX().calcFloatValue(borderBox.width()),
645 style->perspectiveOriginY().calcFloatValue(borderBox.height()));
    [all...]
  /external/webkit/WebCore/inspector/
InspectorController.cpp     [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 126 milliseconds