HomeSort by relevance Sort by last modified time
    Searched refs:SkRecordedDrawable (Results 1 - 8 of 8) sorted by null

  /external/skia/src/core/
SkRecordedDrawable.h 15 class SkRecordedDrawable : public SkDrawable {
17 SkRecordedDrawable(sk_sp<SkRecord> record, sk_sp<SkBBoxHierarchy> bbh,
SkGlobalInitialization_core.cpp 21 #include "SkRecordedDrawable.h"
49 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkRecordedDrawable)
SkRecordedDrawable.cpp 13 #include "SkRecordedDrawable.h"
16 void SkRecordedDrawable::onDraw(SkCanvas* canvas) {
26 SkPicture* SkRecordedDrawable::onNewPictureSnapshot() {
44 void SkRecordedDrawable::flatten(SkWriteBuffer& buffer) const {
71 sk_sp<SkFlattenable> SkRecordedDrawable::CreateProc(SkReadBuffer& buffer) {
SkPictureRecorder.cpp 16 #include "SkRecordedDrawable.h"
130 sk_make_sp<SkRecordedDrawable>(std::move(fRecord), std::move(fBBH),
  /external/skqp/src/core/
SkRecordedDrawable.h 15 class SkRecordedDrawable : public SkDrawable {
17 SkRecordedDrawable(sk_sp<SkRecord> record, sk_sp<SkBBoxHierarchy> bbh,
SkGlobalInitialization_core.cpp 21 #include "SkRecordedDrawable.h"
49 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkRecordedDrawable)
SkRecordedDrawable.cpp 13 #include "SkRecordedDrawable.h"
16 void SkRecordedDrawable::onDraw(SkCanvas* canvas) {
26 SkPicture* SkRecordedDrawable::onNewPictureSnapshot() {
44 void SkRecordedDrawable::flatten(SkWriteBuffer& buffer) const {
71 sk_sp<SkFlattenable> SkRecordedDrawable::CreateProc(SkReadBuffer& buffer) {
SkPictureRecorder.cpp 16 #include "SkRecordedDrawable.h"
130 sk_make_sp<SkRecordedDrawable>(std::move(fRecord), std::move(fBBH),

Completed in 103 milliseconds