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

  /external/webkit/WebCore/rendering/
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/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 82 milliseconds