Home
last modified time | relevance | path

Searched refs:getClip (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java449 public Shape getClip() in getClip() method in OverrideGraphics2D
451 return graphics.getClip(); in getClip()
/external/skia/samplecode/
DSamplePathFuzz.cpp161 const SkPath& getClip() const { in getClip() function in FuzzPath
677 const SkPath& clip = fuzzPath.getClip(); in onDrawContent()