Home
last modified time | relevance | path

Searched defs:typeface (Results 1 – 25 of 56) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DFontCustomPlatformDataSkia.cpp47 FontCustomPlatformData::FontCustomPlatformData(PassRefPtr<SkTypeface> typeface) in FontCustomPlatformData()
76 …RefPtr<SkTypeface> typeface = adoptRef(SkTypeface::CreateFromName(name.c_str(), static_cast<SkType… in fontPlatformData() local
97 …RefPtr<SkTypeface> typeface = adoptRef(FontCache::fontCache()->fontManager()->createFromStream(str… in create() local
99 RefPtr<SkTypeface> typeface = adoptRef(SkTypeface::CreateFromStream(stream.get())); in create() local
DGlyphPageTreeNodeSkia.cpp53 SkTypeface* typeface = fontData->platformData().typeface(); in fill() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontCustomPlatformDataMac.cpp35 FontCustomPlatformData::FontCustomPlatformData(CGFontRef cgFont, PassRefPtr<SkTypeface> typeface) in FontCustomPlatformData()
71 RefPtr<SkTypeface> typeface = adoptRef(SkTypeface::CreateFromStream(stream.get())); in create() local
DFontMac.cpp66 SkTypeface* typeface = SkCreateTypefaceFromCTFont(platformData.ctFont()); in setupPaint() local
/external/chromium_org/ui/gfx/
Dplatform_font_pango.cc167 skia::RefPtr<SkTypeface> typeface = skia::AdoptRef( in DeriveFont() local
261 PlatformFontPango::PlatformFontPango(const skia::RefPtr<SkTypeface>& typeface, in PlatformFontPango()
302 skia::RefPtr<SkTypeface> typeface = skia::AdoptRef( in InitWithNameAndSize() local
323 const skia::RefPtr<SkTypeface>& typeface, in InitWithTypefaceNameSizeAndStyle()
/external/chromium_org/third_party/skia/src/ports/
DSkFontHost_FreeType_common.h36 SkScalerContext_FreeType_Base(SkTypeface* typeface, const SkDescriptor *desc) in SkScalerContext_FreeType_Base()
/external/skia/src/ports/
DSkFontHost_FreeType_common.h36 SkScalerContext_FreeType_Base(SkTypeface* typeface, const SkDescriptor *desc) in SkScalerContext_FreeType_Base()
DSkHarfBuzzFont.cpp169 SkTypeface* typeface = font->getTypeface(); in GetFontTableFunc() local
/external/skia/src/pdf/
DSkPDFFont.cpp572 const SkTypeface* typeface, in get_subset_font_stream()
756 SkTypeface* SkPDFFont::typeface() { in typeface() function in SkPDFFont
789 SkPDFFont* SkPDFFont::GetFontResource(SkTypeface* typeface, uint16_t glyphID) { in GetFontResource()
884 SkPDFFont::SkPDFFont(SkAdvancedTypefaceMetrics* info, SkTypeface* typeface, in SkPDFFont()
903 SkTypeface* typeface, uint16_t glyphID, in Create()
1053 SkTypeface* typeface) in SkPDFType0Font()
1097 SkTypeface* typeface, const SkPDFGlyphSet* subset) in SkPDFCIDFont()
1240 SkTypeface* typeface, in SkPDFType1Font()
1367 SkTypeface* typeface, in SkPDFType3Font()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFFont.cpp572 const SkTypeface* typeface, in get_subset_font_stream()
756 SkTypeface* SkPDFFont::typeface() { in typeface() function in SkPDFFont
789 SkPDFFont* SkPDFFont::GetFontResource(SkTypeface* typeface, uint16_t glyphID) { in GetFontResource()
884 SkPDFFont::SkPDFFont(SkAdvancedTypefaceMetrics* info, SkTypeface* typeface, in SkPDFFont()
903 SkTypeface* typeface, uint16_t glyphID, in Create()
1053 SkTypeface* typeface) in SkPDFType0Font()
1097 SkTypeface* typeface, const SkPDFGlyphSet* subset) in SkPDFCIDFont()
1240 SkTypeface* typeface, in SkPDFType1Font()
1367 SkTypeface* typeface, in SkPDFType3Font()
/external/chromium/chrome/common/
Dbadge_util.cc30 SkTypeface* typeface = SkTypeface::CreateFromName( in GetBadgeTextPaintSingleton() local
/external/skia/src/core/
DSkGlyphCache.h157 static SkGlyphCache* DetachCache(SkTypeface* typeface, in DetachCache()
246 SkAutoGlyphCache(SkTypeface* typeface, const SkDescriptor* desc) { in SkAutoGlyphCache()
DSkTypefaceCache.cpp136 SkTypeface* typeface = Get().findByProcAndRef(proc, ctx); in FindByProcAndRef() local
DSkGlyphCache.cpp70 SkGlyphCache::SkGlyphCache(SkTypeface* typeface, const SkDescriptor* desc, SkScalerContext* ctx) in SkGlyphCache()
468 SkGlyphCache* SkGlyphCache::VisitCache(SkTypeface* typeface, in VisitCache()
/external/chromium_org/third_party/skia/src/core/
DSkGlyphCache.h157 static SkGlyphCache* DetachCache(SkTypeface* typeface, in DetachCache()
246 SkAutoGlyphCache(SkTypeface* typeface, const SkDescriptor* desc) { in SkAutoGlyphCache()
DSkTypefaceCache.cpp136 SkTypeface* typeface = Get().findByProcAndRef(proc, ctx); in FindByProcAndRef() local
DSkGlyphCache.cpp70 SkGlyphCache::SkGlyphCache(SkTypeface* typeface, const SkDescriptor* desc, SkScalerContext* ctx) in SkGlyphCache()
468 SkGlyphCache* SkGlyphCache::VisitCache(SkTypeface* typeface, in VisitCache()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontPlatformDataHarfBuzz.h92 SkTypeface* typeface() const { return m_typeface.get(); } in typeface() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DFontPlatformDataWin.h96 SkTypeface* typeface() const { return m_typeface.get(); } in typeface() function
/external/chromium_org/third_party/skia/src/animator/
DSkDrawPaint.h64 SkDrawTypeface* typeface; variable
/external/skia/src/animator/
DSkDrawPaint.h64 SkDrawTypeface* typeface; variable
/external/chromium_org/third_party/skia/src/sfnt/
DSkOTUtils.cpp165 SkOTUtils::LocalizedStrings_NameTable::CreateForFamilyNames(const SkTypeface& typeface) { in CreateForFamilyNames()
/external/skia/src/sfnt/
DSkOTUtils.cpp165 SkOTUtils::LocalizedStrings_NameTable::CreateForFamilyNames(const SkTypeface& typeface) { in CreateForFamilyNames()
/external/chromium_org/chrome/common/
Dbadge_util.cc71 skia::RefPtr<SkTypeface> typeface = skia::AdoptRef( in GetBadgeTextPaintSingleton() local
/external/skia/tests/
DFontNamesTest.cpp155 SkAutoTUnref<SkTypeface> typeface(set->createTypeface(j)); in test_systemfonts() local

123