Searched refs:fShaper (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/bench/ |
H A D | ShaperBench.cpp | 16 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 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
|
/third_party/skia/modules/skottie/src/text/ |
H A D | SkottieShaper.cpp | 58 , 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 D | SkSVGTextPriv.h | 186 const std::unique_ptr<SkShaper> fShaper; member in final
|
H A D | SkSVGText.cpp | 223 fShaper->shape(fShapeBuffer.fUtf8.data(), fShapeBuffer.fUtf8.size(), 232 , fShaper(SkShaper::Make(ctx.fontMgr()))
|
Completed in 4 milliseconds