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

  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.h 190 m_fixedRight = right;
343 SkLength m_fixedRight;
LayerAndroid.cpp 193 m_fixedRight = layer.m_fixedRight;
639 if (!(m_fixedLeft.defined() || m_fixedRight.defined()))
641 else if (m_fixedLeft.defined() || !m_fixedRight.defined())
644 x += w - m_fixedMarginRight.calcFloatValue(w) - m_fixedRight.calcFloatValue(w) - m_fixedRect.fRight;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 280 writeSkLength(stream, layer->m_fixedRight);
362 layer->m_fixedRight = readSkLength(stream);

Completed in 16 milliseconds