/external/skia/modules/skparagraph/include/ |
D | ParagraphCache.h | 24 class ParagraphImpl; variable 37 bool updateParagraph(ParagraphImpl* paragraph); 38 bool findParagraph(ParagraphImpl* paragraph); 41 void setChecker(std::function<void(ParagraphImpl* impl, const char*, bool)> checker) { in setChecker() 48 bool isPossiblyTextEditing(ParagraphImpl* paragraph); 53 void updateFrom(const ParagraphImpl* paragraph, Entry* entry); 54 void updateTo(ParagraphImpl* paragraph, const Entry* entry); 57 std::function<void(ParagraphImpl* impl, const char*, bool)> fChecker;
|
/external/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 64 ParagraphImpl::ParagraphImpl(const SkString& text, in ParagraphImpl() function in skia::textlayout::ParagraphImpl 85 ParagraphImpl::ParagraphImpl(const std::u16string& utf16text, in ParagraphImpl() function in skia::textlayout::ParagraphImpl 91 : ParagraphImpl(SkString(), in ParagraphImpl() 102 ParagraphImpl::~ParagraphImpl() = default; 104 int32_t ParagraphImpl::unresolvedGlyphs() { in unresolvedGlyphs() 112 void ParagraphImpl::layout(SkScalar rawWidth) { in layout() 214 void ParagraphImpl::paint(SkCanvas* canvas, SkScalar x, SkScalar y) { in paint() 241 void ParagraphImpl::resetContext() { in resetContext() 254 bool ParagraphImpl::computeCodeUnitProperties() { in computeCodeUnitProperties() 326 Cluster::Cluster(ParagraphImpl* owner, in Cluster() [all …]
|
D | ParagraphCache.cpp | 28 ParagraphCacheKey(const ParagraphImpl* paragraph) in ParagraphCacheKey() 42 ParagraphCacheValue(const ParagraphImpl* paragraph) in ParagraphCacheValue() 197 : fChecker([](ParagraphImpl* impl, const char*, bool){ }) in ParagraphCache() 210 void ParagraphCache::updateTo(ParagraphImpl* paragraph, const Entry* entry) { in updateTo() 249 bool ParagraphCache::findParagraph(ParagraphImpl* paragraph) { in findParagraph() 273 bool ParagraphCache::updateParagraph(ParagraphImpl* paragraph) { in updateParagraph() 303 bool ParagraphCache::isPossiblyTextEditing(ParagraphImpl* paragraph) { in isPossiblyTextEditing()
|
D | Run.h | 30 class ParagraphImpl; variable 57 Run(ParagraphImpl* owner, 70 void setOwner(ParagraphImpl* owner) { fOwner = owner; } in setOwner() 109 ParagraphImpl* owner() const { return fOwner; } in owner() 168 friend class ParagraphImpl; 174 ParagraphImpl* fOwner; 272 Cluster(ParagraphImpl* owner, 313 ParagraphImpl* owner() const { return fOwner; } in owner() 333 friend ParagraphImpl; 335 ParagraphImpl* fOwner;
|
D | OneLineShaper.h | 15 class ParagraphImpl; variable 18 explicit OneLineShaper(ParagraphImpl* paragraph) in OneLineShaper() 103 ParagraphImpl* fParagraph;
|
D | TextLine.h | 25 class ParagraphImpl; variable 46 TextLine(ParagraphImpl* owner, 133 ParagraphImpl* fOwner;
|
D | ParagraphImpl.h | 96 class ParagraphImpl final : public Paragraph { 100 ParagraphImpl(const SkString& text, 107 ParagraphImpl(const std::u16string& utf16text, 113 ~ParagraphImpl() override;
|
D | TextWrapper.h | 12 class ParagraphImpl; variable 177 void breakTextIntoLines(ParagraphImpl* parent,
|
D | ParagraphBuilderImpl.cpp | 160 return std::make_unique<ParagraphImpl>( in Build()
|
D | Run.cpp | 17 Run::Run(ParagraphImpl* owner, in Run()
|
D | TextWrapper.cpp | 254 void TextWrapper::breakTextIntoLines(ParagraphImpl* parent, in breakTextIntoLines()
|
D | TextLine.cpp | 81 TextLine::TextLine(ParagraphImpl* owner, in TextLine()
|
/external/skia/modules/skparagraph/ |
D | skparagraph.gni | 31 "$_src/ParagraphImpl.cpp", 32 "$_src/ParagraphImpl.h",
|
/external/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 206 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in DEF_TEST() 989 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in DEF_TEST() 1076 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in DEF_TEST() 1151 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in DEF_TEST() 1197 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in DEF_TEST() 1240 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in DEF_TEST() 1301 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in DEF_TEST() 1370 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in DEF_TEST() 1463 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in DEF_TEST() 1604 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in DEF_TEST() [all …]
|
/external/skia/modules/skparagraph/bench/ |
D | ParagraphBench.cpp | 49 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in onDraw()
|
/external/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 752 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in bidi() 1615 auto impl = static_cast<ParagraphImpl*>(fParagraph.get()); in onDrawContent() 2073 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in onDrawContent() 2567 auto impl = static_cast<ParagraphImpl*>(paragraph.get()); in onDrawContent()
|
/external/skia/ |
D | Android.bp | 2444 "modules/skparagraph/src/ParagraphImpl.cpp", 3594 "modules/skparagraph/src/ParagraphImpl.cpp",
|