Home
last modified time | relevance | path

Searched defs:SkTypeface (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/include/core/
DSkFontMgr.h41 class SkTypeface; variable
212 virtual SkTypeface* onMatchFaceStyle(const SkTypeface*, in onMatchFaceStyle()
/third_party/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.h13 class SkTypeface; variable
/third_party/skia/include/utils/
DSkCustomTypeface.h45 friend class SkTypeface; variable
/third_party/skia/tools/
DResources.h17 class SkTypeface; variable
DToolUtils.h43 class SkTypeface; variable
/third_party/skia/src/core/
DSkStrikeForGPU.h27 class SkTypeface; variable
DSkRemoteGlyphCache.h29 class SkTypeface; variable
DSkTypeface.cpp28 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) in SkTypeface() function in SkTypeface
/third_party/skia/src/ports/
DSkFontMgr_custom.h22 class SkTypeface; variable
/third_party/skia/modules/sksg/include/
DSkSGText.h21 class SkTypeface; variable
/third_party/skia/src/gpu/
DGrResourceProvider.h33 class SkTypeface; variable
/third_party/skia/tests/
DSkRemoteGlyphCacheTest.cpp779 s_procs.fTypefaceProc = [](SkTypeface*, void* ctx) -> sk_sp<SkData> { in MakeEmojiBlob() argument