Home
last modified time | relevance | path

Searched refs:TextBoxView (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/samplecode/
DSampleTextBox.cpp37 class TextBoxView : public Sample { class
40 TextBoxView(ShaperFactory fact, const char suffix[]) : fShaper(fact()) { in TextBoxView() function in TextBoxView
117 DEF_SAMPLE( return new TextBoxView([](){ return SkShaper::Make(); }, "default"); ); in __anon377af6080102()
119 DEF_SAMPLE( return new TextBoxView(SkShaper::MakeCoreText, "coretext"); );