Home
last modified time | relevance | path

Searched refs:fShaper (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/bench/
H A DShaperBench.cpp16 std::unique_ptr<SkShaper> fShaper; member
23 fShaper = SkShaper::Make();
27 if (!fData || !fShaper) { return; }
33 fShaper->shape(text, len, font, true, FLT_MAX, &rh);
/third_party/skia/samplecode/
H A DSampleTextBox.cpp40 TextBoxView(ShaperFactory fact, const char suffix[]) : fShaper(fact()) { in TextBoxView()
94 fShaper->shape(utf8, utf8Bytes, *font, *bidi, *script, *language, w - margin, &builder); in drawTest()
113 std::unique_ptr<SkShaper> fShaper; member in TextBoxView
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp58 , fShaper(SkShaper::Make(fontmgr)) { in BlobMaker()
218 if (!fShaper) { in shapeLine()
246 fShaper->shape(start, SkToSizeT(end - start), fFont, shape_ltr, shape_width, this); in shapeLine()
342 std::unique_ptr<SkShaper> fShaper; member in skottie::__anon18587::final
/third_party/skia/modules/svg/src/
H A DSkSVGTextPriv.h186 const std::unique_ptr<SkShaper> fShaper; member in final
H A DSkSVGText.cpp223 fShaper->shape(fShapeBuffer.fUtf8.data(), fShapeBuffer.fUtf8.size(),
232 , fShaper(SkShaper::Make(ctx.fontMgr()))

Completed in 4 milliseconds