Home
last modified time | relevance | path

Searched refs:SkTypeface_File (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_custom.cpp71 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() function in SkTypeface_File
77 SkStreamAsset* SkTypeface_File::onOpenStream(int* ttcIndex) const { in onOpenStream()
DSkFontMgr_custom.h76 class SkTypeface_File : public SkTypeface_Custom {
78 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont,
DSkFontMgr_custom_directory.cpp83 addTo->appendTypeface(sk_make_sp<SkTypeface_File>(style, isFixedPitch, true, in load_directory_fonts()