Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp1007 static bool clipped_out(const SkMatrix& m, const SkRegion& c, in clipped_out() function
1017 static bool clipped_out(const SkMatrix& matrix, const SkRegion& clip, in clipped_out() function
1021 return clipped_out(matrix, clip, r); in clipped_out()
1048 if (clipped_out(matrix, *fClip, bitmap.width(), bitmap.height())) { in drawBitmap()