Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordedDrawable.cpp16 void SkRecordedDrawable::onDraw(SkCanvas* canvas) { in onDraw()
26 SkPicture* SkRecordedDrawable::onNewPictureSnapshot() { in onNewPictureSnapshot()
44 void SkRecordedDrawable::flatten(SkWriteBuffer& buffer) const { in flatten()
71 sk_sp<SkFlattenable> SkRecordedDrawable::CreateProc(SkReadBuffer& buffer) { in CreateProc()
DSkRecordedDrawable.h15 class SkRecordedDrawable : public SkDrawable {
17 SkRecordedDrawable(sk_sp<SkRecord> record, sk_sp<SkBBoxHierarchy> bbh, in SkRecordedDrawable() function
DSkGlobalInitialization_core.cpp49 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkRecordedDrawable) in InitCore()
DSkPictureRecorder.cpp130 sk_make_sp<SkRecordedDrawable>(std::move(fRecord), std::move(fBBH), in finishRecordingAsDrawable()
/external/skia/gn/
Dcore.gni263 "$_src/core/SkRecordedDrawable.cpp",
/external/skia/
DAndroid.bp251 "src/core/SkRecordedDrawable.cpp",