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

  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 200 void applyAntiAliasedClipPaths(WTF::Vector<SkPath>& paths);
PlatformContextSkia.cpp 312 // See comments in applyAntiAliasedClipPaths about how this works.
319 // The state is popped in applyAntiAliasedClipPaths().
332 applyAntiAliasedClipPaths(m_state->m_antiAliasClipPaths);
657 void PlatformContextSkia::applyAntiAliasedClipPaths(WTF::Vector<SkPath>& paths)

Completed in 234 milliseconds