Home
last modified time | relevance | path

Searched refs:Stretch (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/experimental/sktext/src/
H A DLine.h82 class Stretch { class
85 Stretch() : fGlyphStart(), fGlyphEnd(), fWidth(0), fTextRange(EMPTY_RANGE), fTextMetrics() { } in Stretch() function in skia::text::Stretch
87 Stretch(GlyphPos glyphStart, size_t textIndex, const TextMetrics& metrics) in Stretch() function in skia::text::Stretch
94 Stretch(RunIndex runIndex, GlyphRange glyphRange, TextRange textRange, SkScalar width, const TextMetrics& metrics) in Stretch() function in skia::text::Stretch
101 Stretch(const Stretch&) = default;
102 Stretch(Stretch&&) = default;
103 Stretch& operator=(Stretch
[all...]
H A DLine.cpp7 LogicalLine::LogicalLine(const Stretch& stretch, const Stretch& spaces, SkScalar verticalOffset, bool hardLineBreak) in LogicalLine()
H A DText.cpp323 Stretch line;
324 Stretch spaces;
325 Stretch clusters;
326 Stretch cluster;
354 Stretch empty(GlyphPos(runIndex, glyphIndex), textIndex, runMetrics);
371 cluster = Stretch(runIndex, clusterGlyphs, clusterText.normalized(), run.calculateWidth(clusterGlyphs), runMetrics);
454 void ShapedText::addLine(WrappedText* wrappedText, SkUnicode* unicode, Stretch& stretch, Stretch& spaces, bool hardLineBreak) {
456 Stretch lineStretch = stretch;
/third_party/skia/tests/
H A DRecordTest.cpp42 struct Stretch { struct
73 Stretch stretch; in DEF_TEST()
/third_party/skia/experimental/sktext/include/
H A DText.h154 void addLine(WrappedText* wrappedText, SkUnicode* unicode, Stretch& stretch, Stretch& spaces, bool hardLineBreak);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 50 milliseconds