Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp1249 static bool clipped_out(const SkMatrix& m, const SkRasterClip& c, in clipped_out() function
1256 static bool clipped_out(const SkMatrix& matrix, const SkRasterClip& clip, in clipped_out() function
1260 return clipped_out(matrix, clip, r); in clipped_out()
1284 if (clipped_out(matrix, *fRC, bitmap.width(), bitmap.height())) { in drawBitmap()