/external/skqp/src/core/ |
D | SkPictureRecorder.cpp | 31 const SkRect cullRect = userCullRect.isEmpty() ? SkRect::MakeEmpty() : userCullRect; in beginRecording() local 94 sk_sp<SkPicture> SkPictureRecorder::finishRecordingAsPictureWithCull(const SkRect& cullRect, in finishRecordingAsPictureWithCull()
|
D | SkMiniRecorder.cpp | 27 SkRect cullRect() const override { return SkRect::MakeEmpty(); } in cullRect() function in SkEmptyPicture 60 SkRect cullRect() const override { return fCull; } in cullRect() function in SkMiniPicture
|
D | SkBigPicture.cpp | 56 SkRect SkBigPicture::cullRect() const { return fCullRect; } in cullRect() function in SkBigPicture
|
D | SkPicture_none.cpp | 50 sk_sp<SkPicture> SkPictureRecorder::finishRecordingAsPictureWithCull(const SkRect& cullRect, in finishRecordingAsPictureWithCull()
|
D | SkRecordDraw.cpp | 168 FillBounds(const SkRect& cullRect, const SkRecord& record, SkRect bounds[]) in FillBounds() 504 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord& record, SkRect bounds[]) { in SkRecordFillBounds()
|
D | SkPicture.cpp | 324 SkRect cullRect() const override { return fCull; } in MakePlaceholder() function
|
D | SkPaint.cpp | 512 bool SkPaint::getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect, in getFillPath()
|
D | SkDraw.cpp | 443 SkRect cullRect = SkRect::Make(fRC->getBounds()); in drawPoints() local 947 SkRect cullRect; in drawPath() local
|
/external/skia/src/core/ |
D | SkPictureRecorder.cpp | 32 const SkRect cullRect = userCullRect.isEmpty() ? SkRect::MakeEmpty() : userCullRect; in beginRecording() local 105 sk_sp<SkPicture> SkPictureRecorder::finishRecordingAsPictureWithCull(const SkRect& cullRect) { in finishRecordingAsPictureWithCull()
|
D | SkMiniRecorder.cpp | 27 SkRect cullRect() const override { return SkRect::MakeEmpty(); } in cullRect() function in SkEmptyPicture 60 SkRect cullRect() const override { return fCull; } in cullRect() function in SkMiniPicture
|
D | SkBigPicture.cpp | 67 SkRect SkBigPicture::cullRect() const { return fCullRect; } in cullRect() function in SkBigPicture
|
D | SkRecordDraw.cpp | 179 FillBounds(const SkRect& cullRect, const SkRecord& record, in FillBounds() 539 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord& record, in SkRecordFillBounds()
|
D | SkPaint.cpp | 328 bool SkPaint::getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect, in getFillPath()
|
D | SkPicture.cpp | 332 SkRect cullRect() const override { return fCull; } in MakePlaceholder() function
|
D | SkDraw.cpp | 444 SkRect cullRect = SkRect::Make(fRC->getBounds()); in drawPoints() local 946 SkRect cullRect; in drawPath() local
|
/external/skia/src/utils/ |
D | SkDashPath.cpp | 159 const SkRect* cullRect, SkScalar intervalLength, SkPath* dstPath) { in cull_path() 289 const SkRect* cullRect, const SkScalar aIntervals[], in InternalFilter() 438 const SkRect* cullRect, const SkPathEffect::DashInfo& info) { in FilterDashPath()
|
/external/skqp/src/utils/ |
D | SkDashPath.cpp | 174 const SkRect* cullRect, SkScalar intervalLength, in cull_path() 295 const SkRect* cullRect, const SkScalar aIntervals[], in InternalFilter() 443 const SkRect* cullRect, const SkPathEffect::DashInfo& info) { in FilterDashPath()
|
/external/skia/src/effects/ |
D | SkDashPathEffect.cpp | 63 const SkMatrix& ctm, const SkRect* cullRect, in cull_line()
|
/external/skqp/src/effects/ |
D | SkDashPathEffect.cpp | 63 const SkMatrix& ctm, const SkRect* cullRect, in cull_line()
|
/external/skqp/include/core/ |
D | SkCanvas.h | 2178 const SkColor colors[], int count, SkBlendMode mode, const SkRect* cullRect, in drawAtlas() 2200 const SkRect* cullRect, const SkPaint* paint) { in drawAtlas() 2221 int count, const SkRect* cullRect, const SkPaint* paint) { in drawAtlas()
|
/external/skia/bench/ |
D | VertBench.cpp | 202 const SkRect* cullRect = nullptr; in onDraw() local
|
/external/skqp/tools/ |
D | remote_demo.cpp | 160 auto cullRect = pic->cullRect(); in final_draw() local
|
/external/skia/tools/ |
D | remote_demo.cpp | 160 auto cullRect = pic->cullRect(); in final_draw() local
|