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

  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.h 194 m_fixedMarginRight = marginRight;
347 SkLength m_fixedMarginRight;
LayerAndroid.cpp 197 m_fixedMarginRight = layer.m_fixedMarginRight;
644 x += w - m_fixedMarginRight.calcFloatValue(w) - m_fixedRight.calcFloatValue(w) - m_fixedRect.fRight;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 284 writeSkLength(stream, layer->m_fixedMarginRight);
366 layer->m_fixedMarginRight = readSkLength(stream);

Completed in 22 milliseconds