HomeSort by relevance Sort by last modified time
    Searched defs:fTypeface (Results 26 - 32 of 32) sorted by null

12

  /external/skqp/tools/shape/
SkShaper_harfbuzz.cpp 235 , fHBFont(hbFace), fTypeface(std::move(typeface))
237 , fCurrentHBFont(fHBFont), fCurrentTypeface(fTypeface.get())
243 if (fTypeface->charsToGlyphs(&u, SkTypeface::kUTF32_Encoding, nullptr, 1)) {
248 nullptr, fTypeface->fontStyle(), nullptr, 0, u));
257 fCurrentTypeface = fTypeface.get();
267 fTypeface->charsToGlyphs(&u, SkTypeface::kUTF32_Encoding, nullptr, 1))
297 sk_sp<SkTypeface> fTypeface;
446 sk_sp<SkTypeface> fTypeface;
451 fImpl->fTypeface = tf ? std::move(tf) : SkTypeface::MakeDefault();
452 fImpl->fHarfBuzzFont = create_hb_font(fImpl->fTypeface.get())
    [all...]
  /external/skia/include/core/
SkPaint.h 869 SkTypeface* getTypeface() const { return fTypeface.get(); }
    [all...]
  /external/skia/src/core/
SkTextBlob.cpp 29 , fTypeface(SkSafeRef(paint.getTypeface()))
37 paint->setTypeface(fTypeface);
48 return fTypeface == other.fTypeface
81 sk_sp<SkTypeface> fTypeface;
96 void* fTypeface;
  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 472 sk_sp<SkTypeface> fTypeface;
  /external/skqp/include/core/
SkPaint.h 864 SkTypeface* getTypeface() const { return fTypeface.get(); }
    [all...]
  /external/skqp/src/core/
SkTextBlob.cpp 29 , fTypeface(SkSafeRef(paint.getTypeface()))
37 paint->setTypeface(fTypeface);
48 return fTypeface == other.fTypeface
81 sk_sp<SkTypeface> fTypeface;
96 void* fTypeface;
  /external/skqp/src/gpu/text/
GrAtlasTextBlob.h 485 sk_sp<SkTypeface> fTypeface;

Completed in 236 milliseconds

12