Searched refs:clipped_out (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkDraw.cpp | 1046 static bool clipped_out(const SkMatrix& m, const SkRasterClip& c, in clipped_out() function 1053 static bool clipped_out(const SkMatrix& matrix, const SkRasterClip& clip, in clipped_out() function 1057 return clipped_out(matrix, clip, r); in clipped_out() 1083 if (clipped_out(matrix, *fRC, bitmap.width(), bitmap.height())) { in drawBitmap()
|
/external/skqp/src/core/ |
D | SkDraw.cpp | 1046 static bool clipped_out(const SkMatrix& m, const SkRasterClip& c, in clipped_out() function 1053 static bool clipped_out(const SkMatrix& matrix, const SkRasterClip& clip, in clipped_out() function 1057 return clipped_out(matrix, clip, r); in clipped_out() 1083 if (clipped_out(matrix, *fRC, bitmap.width(), bitmap.height())) { in drawBitmap()
|