Searched refs:TextBoxView (Results 1 – 1 of 1) sorted by relevance
37 class TextBoxView : public Sample { class40 TextBoxView(ShaperFactory fact, const char suffix[]) : fShaper(fact()) { in TextBoxView() function in TextBoxView117 DEF_SAMPLE( return new TextBoxView([](){ return SkShaper::Make(); }, "default"); ); in __anon377af6080102()119 DEF_SAMPLE( return new TextBoxView(SkShaper::MakeCoreText, "coretext"); );