Home
last modified time | relevance | path

Searched refs:getTextBlobs (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/experimental/sktext/editor/
H A DTexts.cpp18 auto textBlobs = fDrawableText->getTextBlobs(); in paint()
46 auto textBlobs = fDrawableText->getTextBlobs(); in paint()
/third_party/skia/experimental/sktext/include/
H A DInterface.h137 std::vector<sk_sp<SkTextBlob>>& getTextBlobs();
H A DText.h270 std::vector<sk_sp<SkTextBlob>>& getTextBlobs() { return fTextBlobs; } in getTextBlobs() function in skia::text::DrawableText
/third_party/skia/src/core/
H A DSkPictureRecord.h46 const SkTArray<sk_sp<const SkTextBlob>>& getTextBlobs() const { in getTextBlobs() function in SkPictureRecord
H A DSkPictureData.cpp41 , fTextBlobs(record.getTextBlobs()) in SkPictureData()

Completed in 4 milliseconds