Home
last modified time | relevance | path

Searched refs:FontType (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/pdf/
DSkPDFFont.h44 SkAdvancedTypefaceMetrics::FontType getType() const { return fFontType; } in getType()
46 static SkAdvancedTypefaceMetrics::FontType FontType(const SkTypeface&,
50 static bool IsMultiByte(SkAdvancedTypefaceMetrics::FontType type) { in IsMultiByte()
126 SkAdvancedTypefaceMetrics::FontType fFontType;
131 SkAdvancedTypefaceMetrics::FontType fontType,
DSkPDFFont.cpp173 SkAdvancedTypefaceMetrics::FontType SkPDFFont::FontType(const SkTypeface& typeface, in FontType() function in SkPDFFont
207 SkAdvancedTypefaceMetrics::FontType type = SkPDFFont::FontType(*face, metrics); in GetFontResource()
244 SkAdvancedTypefaceMetrics::FontType fontType, in SkPDFFont()
306 SkAdvancedTypefaceMetrics::FontType type = font.getType(); in emit_subset_type0()
DSkPDFDevice.cpp801 SkAdvancedTypefaceMetrics::FontType fontType) { in needs_new_font()
846 SkAdvancedTypefaceMetrics::FontType fontType = SkPDFFont::FontType(*typeface, *metrics); in internalDrawGlyphRun()
/external/pdfium/core/fxge/
Dcfx_font.h45 enum class FontType { enum
133 FontType GetFontType() const { return m_FontType; } in GetFontType()
134 void SetFontType(FontType type) { m_FontType = type; } in SetFontType()
172 FontType m_FontType = FontType::kUnknown;
/external/rust/crates/criterion-plot/src/
Dproxy.rs5 use crate::{Font as FontType, Label as LabelType, Output as OutputType, Title as TitleType};
12 pub fn Font<S>(string: S) -> FontType in Font()
16 FontType(string.into()) in Font()
/external/skia/src/core/
DSkAdvancedTypefaceMetrics.h38 enum FontType : uint8_t { enum
48 FontType fType = kOther_Font;
/external/AFLplusplus/dictionaries/
Dtype42.dict6 "/FontType"
Dps.dict270 "FontType"
/external/fonttools/Tests/t1Lib/data/
DTestT1-weird-zeros.pfa4 /FontType 1 def
DTestT1-Regular.pfa4 /FontType 1 def
DTestT1-ellipsis-hinted.pfa4 /FontType 1 def
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp51 DWORD FontType, in EnumFontFamExProc() argument
53 if (FontType != 0x004 || strchr(lpelfe->elfLogFont.lfFaceName, '@')) in EnumFontFamExProc()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp513 m_Font.SetFontType(CFX_Font::FontType::kCIDTrueType); in Load()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp775 if (font->GetFontType() != CFX_Font::FontType::kCIDTrueType) in DrawTextAsType42Font()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp499 static SkAdvancedTypefaceMetrics::FontType get_font_type(FT_Face face) { in get_font_type()
501 static struct { const char* s; SkAdvancedTypefaceMetrics::FontType t; } values[] = { in get_font_type()