Home
last modified time | relevance | path

Searched refs:fDrawables (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkRecordDraw.h55 , fDrawables(drawables)
77 SkDrawable* const* fDrawables; variable
DSkPictureData.cpp55 , fDrawables(record.getDrawables()) in SkPictureData()
297 if (!fDrawables.empty()) { in flatten()
298 write_tag_size(buffer, SK_PICT_DRAWABLE_TAG, fDrawables.size()); in flatten()
299 for (const auto& draw : fDrawables) { in flatten()
516 new_array_from_buffer(buffer, size, fDrawables, create_drawable_from_buffer); in parseBufferTag()
DSkPictureData.h133 return read_index_base_1_or_null(reader, fDrawables); in getDrawable()
175 SkTArray<sk_sp<SkDrawable>> fDrawables; variable
DSkPictureRecord.h44 return fDrawables; in getDrawables()
256 SkTArray<sk_sp<SkDrawable>> fDrawables; variable
DSkRecordDraw.cpp170 if (fDrawables) { in draw()
172 fCanvas->drawDrawable(fDrawables[r.index], r.matrix); in draw()
DSkPictureRecord.cpp881 this->addInt(find_or_append(fDrawables, drawable) + 1); in addDrawable()
/external/skia/src/gpu/ganesh/vk/
DGrVkGpu.h420 SkTArray<std::unique_ptr<SkDrawable::GpuDrawHandler>> fDrawables; variable
DGrVkGpu.cpp438 SkASSERT(fDrawables.empty()); in submitCommandBuffer()
454 fDrawables.clear(); in submitCommandBuffer()
2808 fDrawables.emplace_back(std::move(drawable)); in addDrawable()