Home
last modified time | relevance | path

Searched refs:GetEmptyRegion (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkRegion.h373 static const SkRegion& GetEmptyRegion();
/external/skia/src/core/
DSkRegion.cpp1072 const SkRegion& SkRegion::GetEmptyRegion() { in GetEmptyRegion() function in SkRegion
DSkDraw.cpp2451 fClip = &SkRegion::GetEmptyRegion(); in SkBounder()