Searched refs:fDrawables (Results 1 – 16 of 16) sorted by relevance
/external/skqp/src/core/ |
D | SkRecordDraw.h | 54 , fDrawables(drawables) 76 SkDrawable* const* fDrawables; variable
|
D | SkPictureData.cpp | 44 , fDrawables(record.getDrawables()) in SkPictureData() 266 if (!fDrawables.empty()) { in flatten() 267 write_tag_size(buffer, SK_PICT_DRAWABLE_TAG, fDrawables.count()); in flatten() 268 for (const auto& draw : fDrawables) { in flatten() 459 new_array_from_buffer(buffer, size, fDrawables, create_drawable_from_buffer); in parseBufferTag()
|
D | SkPictureData.h | 117 return read_index_base_1_or_null(reader, fDrawables); in getDrawable() 154 SkTArray<sk_sp<SkDrawable>> fDrawables; variable
|
D | SkPictureRecord.h | 41 return fDrawables; in getDrawables() 253 SkTArray<sk_sp<SkDrawable>> fDrawables; variable
|
D | SkRecordDraw.cpp | 140 if (fDrawables) { in draw() 142 fCanvas->drawDrawable(fDrawables[r.index], r.matrix); in draw()
|
D | SkPictureRecord.cpp | 837 this->addInt(find_or_append(fDrawables, drawable) + 1); in addDrawable()
|
/external/skia/src/core/ |
D | SkRecordDraw.h | 55 , fDrawables(drawables) 77 SkDrawable* const* fDrawables; variable
|
D | SkPictureData.cpp | 40 , fDrawables(record.getDrawables()) in SkPictureData() 270 if (!fDrawables.empty()) { in flatten() 271 write_tag_size(buffer, SK_PICT_DRAWABLE_TAG, fDrawables.count()); in flatten() 272 for (const auto& draw : fDrawables) { in flatten() 464 new_array_from_buffer(buffer, size, fDrawables, create_drawable_from_buffer); in parseBufferTag()
|
D | SkPictureData.h | 116 return read_index_base_1_or_null(reader, fDrawables); in getDrawable() 151 SkTArray<sk_sp<SkDrawable>> fDrawables; variable
|
D | SkPictureRecord.h | 43 return fDrawables; in getDrawables() 246 SkTArray<sk_sp<SkDrawable>> fDrawables; variable
|
D | SkRecordDraw.cpp | 151 if (fDrawables) { in draw() 153 fCanvas->drawDrawable(fDrawables[r.index], r.matrix); in draw()
|
D | SkPictureRecord.cpp | 883 this->addInt(find_or_append(fDrawables, drawable) + 1); in addDrawable()
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.h | 284 SkTArray<std::unique_ptr<SkDrawable::GpuDrawHandler>> fDrawables; variable
|
D | GrVkGpu.cpp | 326 fDrawables.reset(); in submitCommandBuffer() 2385 fDrawables.emplace_back(std::move(drawable)); in addDrawable()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 377 SkTArray<std::unique_ptr<SkDrawable::GpuDrawHandler>> fDrawables; variable
|
D | GrVkGpu.cpp | 392 SkASSERT(fDrawables.empty()); in submitCommandBuffer() 408 fDrawables.reset(); in submitCommandBuffer() 2597 fDrawables.emplace_back(std::move(drawable)); in addDrawable()
|