Home | History | Annotate | Download | only in shape

Lines Matching defs:fTypeface

237         , fHBFont(hbFace), fTypeface(std::move(typeface))
239 , fCurrentHBFont(fHBFont), fCurrentTypeface(fTypeface.get())
245 if (fTypeface->charsToGlyphs(&u, SkTypeface::kUTF32_Encoding, nullptr, 1)) {
250 nullptr, fTypeface->fontStyle(), nullptr, 0, u));
259 fCurrentTypeface = fTypeface.get();
269 fTypeface->charsToGlyphs(&u, SkTypeface::kUTF32_Encoding, nullptr, 1))
299 sk_sp<SkTypeface> fTypeface;
448 sk_sp<SkTypeface> fTypeface;
456 fImpl->fTypeface = tf ? std::move(tf) : SkTypeface::MakeDefault();
457 fImpl->fHarfBuzzFont = create_hb_font(fImpl->fTypeface.get());
476 fImpl->fTypeface &&
512 fImpl->fTypeface,