Searched refs:fShaper (Results 1 – 5 of 5) sorted by relevance
/external/skia/bench/ |
D | ShaperBench.cpp | 16 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/ |
D | SampleTextBox.cpp | 40 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/ |
D | SkottieShaper.cpp | 59 , 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/ |
D | SkSVGTextPriv.h | 186 const std::unique_ptr<SkShaper> fShaper; variable
|
D | SkSVGText.cpp | 223 fShaper->shape(fShapeBuffer.fUtf8.data(), fShapeBuffer.fUtf8.size(), in shapePendingBuffer() 232 , fShaper(SkShaper::Make(ctx.fontMgr())) in SkSVGTextContext()
|