Searched defs:cullRect (Results  1 – 14 of 14) sorted by relevance
| /external/skia/src/core/ | 
| D | SkPathUtils.cpp | 24                        const SkRect* cullRect, SkScalar resScale) {  in FillPathWithPaint() 30                        const SkRect* cullRect, const SkMatrix& ctm) {  in FillPathWithPaint() 76                               const SkRect *cullRect, SkScalar resScale) {  in FillPathWithPaint() 81                               const SkRect *cullRect, const SkMatrix &ctm) {  in FillPathWithPaint()
  | 
| D | SkPictureRecorder.cpp | 32     const SkRect cullRect = userCullRect.isEmpty() ? SkRect::MakeEmpty() : userCullRect;  in beginRecording()  local 59     SkRect cullRect()             const override { return SkRect::MakeEmpty(); }  in cullRect()  function in SkEmptyPicture 106 sk_sp<SkPicture> SkPictureRecorder::finishRecordingAsPictureWithCull(const SkRect& cullRect) {  in finishRecordingAsPictureWithCull()
  | 
| D | SkPathEffect.cpp | 102                        const SkRect* cullRect, const SkMatrix& ctm) const override {  in onFilterPath()  argument 163                       const SkRect* cullRect, const SkMatrix& ctm) const override {  in onFilterPath()  argument
  | 
| D | SkBigPicture.cpp | 66 SkRect SkBigPicture::cullRect()            const { return fCullRect; }  in cullRect()  function in SkBigPicture
  | 
| D | SkRecordDraw.cpp | 198     FillBounds(const SkRect& cullRect, const SkRecord& record,  in FillBounds() 581 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord& record,  in SkRecordFillBounds()
  | 
| D | SkPicture.cpp | 347           SkRect cullRect()             const override { return fCull; }  in MakePlaceholder()  function
  | 
| D | SkDraw.cpp | 454                     SkRect cullRect = SkRect::Make(fRC->getBounds());  in drawPoints()  local 940         SkRect cullRect;  in drawPath()  local
  | 
| /external/skia/src/utils/ | 
| D | SkDashPath.cpp | 173                       const SkRect* cullRect, SkScalar intervalLength, SkPath* dstPath) {  in cull_path() 306                                 const SkRect* cullRect, const SkScalar aIntervals[],  in InternalFilter() 459                                 const SkRect* cullRect, const SkPathEffect::DashInfo& info) {  in FilterDashPath()
  | 
| /external/skia/src/effects/ | 
| D | SkDashPathEffect.cpp | 57                               const SkRect* cullRect, const SkMatrix&) const {  in onFilterPath()  argument 78                       const SkMatrix& ctm, const SkRect* cullRect,  in cull_line()
  | 
| D | Sk2DPathEffect.cpp | 75                       const SkRect* cullRect, const SkMatrix&) const override {  in onFilterPath()  argument 130                       const SkRect* cullRect, const SkMatrix& ctm) const override {  in onFilterPath()  argument
  | 
| D | Sk1DPathEffect.cpp | 107                       const SkRect* cullRect, const SkMatrix& ctm) const override {  in onFilterPath()  argument
  | 
| /external/skia/bench/ | 
| D | VertBench.cpp | 218         const SkRect* cullRect = nullptr;  in onDraw()  local
  | 
| /external/skia/tools/ | 
| D | remote_demo.cpp | 162     auto cullRect = pic->cullRect();  in final_draw()  local
  | 
| /external/skia/src/gpu/ganesh/ | 
| D | GrTestUtils.cpp | 297                                       const SkRect* cullRect, const SkMatrix&) const {  in onFilterPath()  argument
  |