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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDropShadow.cpp 73 FloatRect offsetRect = rect;
75 offsetRect.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy));
77 offsetRect.move(-filter->applyHorizontalScale(m_dx), -filter->applyVerticalScale(m_dy));
78 result.unite(offsetRect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerRepainter.cpp 187 IntRect offsetRect = pixelSnappedIntRect(r);
189 offsetRect = m_renderer->layer()->transform()->mapRect(pixelSnappedIntRect(r));
191 offsetRect.move(-m_renderer->layer()->offsetFromSquashingLayerOrigin());
192 m_renderer->groupedMapping()->squashingLayer()->setNeedsDisplayInRect(offsetRect);
RenderObject.cpp     [all...]
  /frameworks/base/libs/hwui/
DisplayListOp.h 757 #define SET_TEXTURE(ptr, posRect, offsetRect, texCoordsRect, xDim, yDim) \
758 TextureVertex::set(ptr++, posRect.xDim - offsetRect.left, posRect.yDim - offsetRect.top, \
    [all...]

Completed in 1536 milliseconds