Home
last modified time | relevance | path

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

/external/skia/bench/
DShaperBench.cpp16 std::unique_ptr<SkShaper> fShaper; member
23 fShaper = SkShaper::Make(); in onDelayedSetup()
27 if (!fData || !fShaper) { return; } in onDraw()
33 fShaper->shape(text, len, font, true, FLT_MAX, &rh); in onDraw()
/external/skia/samplecode/
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
/external/skia/modules/skottie/src/text/
DSkottieShaper.cpp59 , fShaper(SkShaper::Make(fontmgr)) { in BlobMaker()
219 if (!fShaper) { in shapeLine()
247 fShaper->shape(start, SkToSizeT(end - start), fFont, shape_ltr, shape_width, this); in shapeLine()
343 std::unique_ptr<SkShaper> fShaper; member in skottie::__anon5ae2bb0b0111::BlobMaker
/external/skia/modules/svg/src/
DSkSVGTextPriv.h186 const std::unique_ptr<SkShaper> fShaper; variable
DSkSVGText.cpp223 fShaper->shape(fShapeBuffer.fUtf8.data(), fShapeBuffer.fUtf8.size(), in shapePendingBuffer()
232 , fShaper(SkShaper::Make(ctx.fontMgr())) in SkSVGTextContext()