Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
DSampleTextBox.cpp119 DEF_SAMPLE( return new TextBoxView(SkShaper::MakeCoreText, "coretext"); );
181 this->drawTest(canvas, text, size, SkShaper::MakeCoreText()); in onDrawContent()
/third_party/skia/modules/skshaper/src/
DSkShaper.cpp36 if (auto shaper = SkShaper::MakeCoreText()) { in Make()
DSkShaper_coretext.cpp59 std::unique_ptr<SkShaper> SkShaper::MakeCoreText() { in MakeCoreText() function in SkShaper
/third_party/skia/modules/skshaper/include/
DSkShaper.h55 static std::unique_ptr<SkShaper> MakeCoreText();