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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 188 PlatformGraphicsContext::State PlatformGraphicsContext::State::cloneInheritedProperties()
213 m_stateStack.append(m_state->cloneInheritedProperties());
PlatformGraphicsContext.h 186 State cloneInheritedProperties();
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 123 PlatformContextSkia::State cloneInheritedProperties();
191 PlatformContextSkia::State PlatformContextSkia::State::cloneInheritedProperties()
266 m_stateStack.append(m_state->cloneInheritedProperties());

Completed in 171 milliseconds