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

  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.h 192 m_fixedMarginLeft = marginLeft;
345 SkLength m_fixedMarginLeft;
LayerAndroid.cpp 195 m_fixedMarginLeft = layer.m_fixedMarginLeft;
642 x += m_fixedMarginLeft.calcFloatValue(w) + m_fixedLeft.calcFloatValue(w) - m_fixedRect.fLeft;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 282 writeSkLength(stream, layer->m_fixedMarginLeft);
364 layer->m_fixedMarginLeft = readSkLength(stream);

Completed in 26 milliseconds