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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.cpp 28 , m_fixedRect(position.m_fixedRect)
64 x += m_fixedMarginLeft.calcFloatValue(w) + m_fixedLeft.calcFloatValue(w) - m_fixedRect.fLeft;
66 x += w - m_fixedMarginRight.calcFloatValue(w) - m_fixedRight.calcFloatValue(w) - m_fixedRect.fRight;
71 y += m_fixedMarginTop.calcFloatValue(h) + m_fixedTop.calcFloatValue(h) - m_fixedRect.fTop;
73 y += h - m_fixedMarginBottom.calcFloatValue(h) - m_fixedBottom.calcFloatValue(h) - m_fixedRect.fBottom;
85 canvas->drawRect(m_fixedRect, paint);
99 dumper->writeRect("fixedRect", m_fixedRect);
FixedPositioning.h 123 m_fixedRect = viewRect;
150 SkRect m_fixedRect;
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 356 writeSkRect(stream, fixedPosition->m_fixedRect);
472 fixedPosition->m_fixedRect = readSkRect(stream);

Completed in 93 milliseconds