Home
last modified time | relevance | path

Searched defs:Stretch (Results 1 – 3 of 3) sorted by relevance

/external/skqp/tests/
DRecordTest.cpp42 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/tests/
DRecordTest.cpp42 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/
DLine.h82 Stretch() : fGlyphStart(), fGlyphEnd(), fWidth(0), fTextRange(0, 0), fTextMetrics() { } in Stretch() function
84 Stretch(GlyphPos glyphStart, size_t textIndex, const TextMetrics& metrics) in Stretch() function