Searched defs:Stretch (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | RecordTest.cpp | 42 struct Stretch { struct 43 template <typename T> void operator()(T*) {} in operator ()() 44 void operator()(SkRecords::DrawRect* draw) { in operator ()() 49 void apply(SkRecord* record) { in apply()
|
/external/skia/experimental/sktext/src/ |
D | Line.h | 85 Stretch() : fGlyphStart(), fGlyphEnd(), fWidth(0), fTextRange(EMPTY_RANGE), fTextMetrics() { } in Stretch() function 87 Stretch(GlyphPos glyphStart, size_t textIndex, const TextMetrics& metrics) in Stretch() function 94 …Stretch(RunIndex runIndex, GlyphRange glyphRange, TextRange textRange, SkScalar width, const TextM… in Stretch() function
|