Home
last modified time | relevance | path

Searched refs:CreateFromStream (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontCustomPlatformData.cpp66 SkTypeface* face = SkTypeface::CreateFromStream(stream); in createFontCustomPlatformData()
/external/skia/include/core/
DSkTypeface.h120 static SkTypeface* CreateFromStream(SkStream* stream);
/external/skia/src/core/
DSkTypeface.cpp77 SkTypeface* SkTypeface::CreateFromStream(SkStream* stream) { in CreateFromStream() function in SkTypeface
/external/webkit/Source/WebCore/platform/graphics/skia/
DFontCustomPlatformData.cpp192 SkTypeface* typeface = SkTypeface::CreateFromStream(stream); in createFontCustomPlatformData()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2918432 SkTypeface::CreateFromStream increments the reference count, but it keeps
75519 Create SkTypeface for a web font by calling SkTypeface::CreateFromStream function.