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

  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 948 QPainterPath clippedOut = path.platformPath();
953 newClip.addPath(clippedOut);
957 newClip.addPath(clippedOut.intersected(newClip));
    [all...]
  /external/webkit/WebKit/android/nav/
CachedNode.h 97 bool clippedOut() { return mClippedOut; }

Completed in 70 milliseconds