Home
last modified time | relevance | path

Searched refs:OneLineShaper (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DOneLineShaper.cpp17 void OneLineShaper::commitRunBuffer(const RunInfo&) { in commitRunBuffer()
58 void OneLineShaper::printState() { in printState()
84 void OneLineShaper::fillGaps(size_t startingCount) { in fillGaps()
147 void OneLineShaper::finish(const Block& block, SkScalar height, SkScalar& advanceX) { in finish()
246 TextRange OneLineShaper::normalizeTextRange(GlyphRange glyphRange) { in normalizeTextRange()
258 void OneLineShaper::addFullyResolved() { in addFullyResolved()
269 void OneLineShaper::addUnresolvedWithRun(GlyphRange glyphRange) { in addUnresolvedWithRun()
304 void OneLineShaper::sortOutGlyphs(std::function<void(GlyphRange)>&& sortOutUnresolvedBLock) { in sortOutGlyphs()
363 void OneLineShaper::sortOutGlyphs(std::function<void(GlyphRange)>&& sortOutUnresolvedBLock) { in sortOutGlyphs()
427 void OneLineShaper::iterateThroughFontStyles(TextRange textRange, in iterateThroughFontStyles()
[all …]
DOneLineShaper.h16 class OneLineShaper : public SkShaper::RunHandler {
18 explicit OneLineShaper(ParagraphImpl* paragraph) in OneLineShaper() function
DParagraphImpl.h235 friend class OneLineShaper;
DRun.h174 friend class OneLineShaper; variable
DParagraphImpl.cpp493 OneLineShaper oneLineShaper(this); in shapeTextIntoEndlessLine()
/third_party/skia/modules/skparagraph/
Dskparagraph.gni26 "$_src/OneLineShaper.cpp",
27 "$_src/OneLineShaper.h",