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

  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.h 195 m_fixedMarginBottom = marginBottom;
348 SkLength m_fixedMarginBottom;
LayerAndroid.cpp 198 m_fixedMarginBottom = layer.m_fixedMarginBottom;
651 y += h - m_fixedMarginBottom.calcFloatValue(h) - m_fixedBottom.calcFloatValue(h) - m_fixedRect.fBottom;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 285 writeSkLength(stream, layer->m_fixedMarginBottom);
367 layer->m_fixedMarginBottom = readSkLength(stream);

Completed in 31 milliseconds