Searched refs:fontType (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.cpp | 679 SK_SFNT_ULONG fontType = get_font_type_tag(fFontRef.get()); 690 if (fontType == 0) { 691 fontType = SkSFNTHeader::fontType_WindowsTrueType::TAG; 703 fontType = SkSFNTHeader::fontType_OpenTypeCFF::TAG; 710 if (fontType == SkSFNTHeader::fontType_PostScript::TAG) { 721 fontType = SkSFNTHeader::fontType_OpenTypeCFF::TAG; 752 header->fontType = fontType;
|
H A D | SkTypeface_win_dw.cpp | 525 DWRITE_FONT_FACE_TYPE fontType = fDWriteFontFace->GetType(); 526 if (fontType != DWRITE_FONT_FACE_TYPE_TRUETYPE && 527 fontType != DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION)
|
H A D | SkFontHost_FreeType.cpp | 428 const char* fontType = FT_Get_X11_Font_Format(face); in get_font_type() local 435 for(const auto& v : values) { if (strcmp(fontType, v.s) == 0) { return v.t; } } in get_font_type()
|
H A D | SkFontHost_win.cpp | 2171 DWORD fontType, LPARAM builderParam) {
|
/third_party/skia/src/sfnt/ |
H A D | SkSFNTHeader.h | 21 SK_SFNT_ULONG fontType; member
|
/third_party/skia/src/pdf/ |
H A D | SkPDFFont.h | 130 SkAdvancedTypefaceMetrics::FontType fontType,
|
H A D | SkPDFFont.cpp | 228 SkAdvancedTypefaceMetrics::FontType fontType, in SkPDFFont() 233 , fFontType(fontType) in SkPDFFont() 225 SkPDFFont(sk_sp<SkTypeface> typeface, SkGlyphID firstGlyphID, SkGlyphID lastGlyphID, SkAdvancedTypefaceMetrics::FontType fontType, SkPDFIndirectReference indirectReference) SkPDFFont() argument
|
H A D | SkPDFDevice.cpp | 795 SkAdvancedTypefaceMetrics::FontType fontType) { in needs_new_font() 799 if (fontType == SkAdvancedTypefaceMetrics::kOther_Font) { in needs_new_font() 840 SkAdvancedTypefaceMetrics::FontType fontType = SkPDFFont::FontType(*metrics); in internalDrawGlyphRun() local 939 if (needs_new_font(font, glyphs[index], fontType)) { in internalDrawGlyphRun() 794 needs_new_font(SkPDFFont* font, const SkGlyph* glyph, SkAdvancedTypefaceMetrics::FontType fontType) needs_new_font() argument
|
Completed in 17 milliseconds