Home
last modified time | relevance | path

Searched refs:fTextBlobs (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/core/
DSkPictureData.cpp41 , fTextBlobs(record.getTextBlobs()) in SkPictureData()
163 if (!fTextBlobs.empty()) { in flattenToBuffer()
164 write_tag_size(buffer, SK_PICT_TEXTBLOB_BUFFER_TAG, fTextBlobs.count()); in flattenToBuffer()
165 for (const auto& blob : fTextBlobs) { in flattenToBuffer()
438 new_array_from_buffer(buffer, size, fTextBlobs, SkTextBlobPriv::MakeFromBuffer); in parseBufferTag()
DSkPictureData.h127 return read_index_base_1_or_null(reader, fTextBlobs); in getTextBlob()
152 SkTArray<sk_sp<const SkTextBlob>> fTextBlobs; variable
DSkPictureRecord.h47 return fTextBlobs; in getTextBlobs()
248 SkTArray<sk_sp<const SkTextBlob>> fTextBlobs; variable
DSkPictureRecord.cpp936 this->addInt(find_or_append(fTextBlobs, blob) + 1); in addTextBlob()
/third_party/flutter/skia/src/core/
DSkPictureData.cpp45 , fTextBlobs(record.getTextBlobs()) in SkPictureData()
167 if (!fTextBlobs.empty()) { in flattenToBuffer()
168 write_tag_size(buffer, SK_PICT_TEXTBLOB_BUFFER_TAG, fTextBlobs.count()); in flattenToBuffer()
169 for (const auto& blob : fTextBlobs) { in flattenToBuffer()
441 new_array_from_buffer(buffer, size, fTextBlobs, SkTextBlobPriv::MakeFromBuffer); in parseBufferTag()
DSkPictureData.h130 return read_index_base_1_or_null(reader, fTextBlobs); in getTextBlob()
155 SkTArray<sk_sp<const SkTextBlob>> fTextBlobs; variable
DSkPictureRecord.h45 return fTextBlobs; in getTextBlobs()
258 SkTArray<sk_sp<const SkTextBlob>> fTextBlobs; variable
DSkPictureRecord.cpp919 this->addInt(find_or_append(fTextBlobs, blob) + 1); in addTextBlob()
/third_party/skia/experimental/sktext/include/
DText.h268 fTextBlobs.emplace_back(builder.make()); in onGlyphRun()
270 std::vector<sk_sp<SkTextBlob>>& getTextBlobs() { return fTextBlobs; } in getTextBlobs()
272 std::vector<sk_sp<SkTextBlob>> fTextBlobs;