Searched refs:clipped_out (Results 1 – 1 of 1) sorted by relevance
1249 static bool clipped_out(const SkMatrix& m, const SkRasterClip& c, in clipped_out() function1256 static bool clipped_out(const SkMatrix& matrix, const SkRasterClip& clip, in clipped_out() function1260 return clipped_out(matrix, clip, r); in clipped_out()1284 if (clipped_out(matrix, *fRC, bitmap.width(), bitmap.height())) { in drawBitmap()