HomeSort by relevance Sort by last modified time
    Searched refs:refTypeface (Results 1 - 4 of 4) sorted by null

  /external/skia/src/pdf/
SkPDFFont.h 122 sk_sp<SkTypeface> refTypeface() const { return fTypeface; }
  /external/skia/tests/
FontHostStreamTest.cpp 90 sk_sp<SkTypeface> typeface(paint.getTypeface() ? paint.refTypeface()
  /external/skia/include/core/
SkPaint.h 574 sk_sp<SkTypeface> refTypeface() const;
    [all...]
  /external/skia/src/svg/
SkSVGDevice.cpp 546 sk_sp<SkTypeface> tface(paint.getTypeface() ? paint.refTypeface() : SkTypeface::MakeDefault());

Completed in 209 milliseconds