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/
LayerAndroid.h 196 m_fixedRect = viewRect;
349 SkRect m_fixedRect;
LayerAndroid.cpp 199 m_fixedRect = layer.m_fixedRect;
642 x += m_fixedMarginLeft.calcFloatValue(w) + m_fixedLeft.calcFloatValue(w) - m_fixedRect.fLeft;
644 x += w - m_fixedMarginRight.calcFloatValue(w) - m_fixedRight.calcFloatValue(w) - m_fixedRect.fRight;
649 y += m_fixedMarginTop.calcFloatValue(h) + m_fixedTop.calcFloatValue(h) - m_fixedRect.fTop;
651 y += h - m_fixedMarginBottom.calcFloatValue(h) - m_fixedBottom.calcFloatValue(h) - m_fixedRect.fBottom;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 286 writeSkRect(stream, layer->m_fixedRect);
368 layer->m_fixedRect = readSkRect(stream);

Completed in 21 milliseconds