Searched defs:Stretch (Results 1 – 3 of 3) sorted by relevance
42 struct Stretch { struct43 template <typename T> void operator()(T*) {} in operator ()()44 void operator()(SkRecords::DrawRect* draw) { in operator ()()49 void apply(SkRecord* record) { in apply()
82 Stretch() : fGlyphStart(), fGlyphEnd(), fWidth(0), fTextRange(0, 0), fTextMetrics() { } in Stretch() function84 Stretch(GlyphPos glyphStart, size_t textIndex, const TextMetrics& metrics) in Stretch() function