Searched refs:SkTypeface_Stream (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_linux.cpp82 class SkTypeface_Stream : public SkTypeface_Custom { class in inherits:SkTypeface_Custom
84 SkTypeface_Stream(Style style, bool isFixedPitch, bool sysFont, const SkString familyName, function in class:SkTypeface_Stream
279 return SkNEW_ARGS(SkTypeface_Stream, (style, isFixedPitch, false, name,
/external/skia/src/ports/
H A DSkFontHost_linux.cpp76 class SkTypeface_Stream : public SkTypeface_Custom { class in inherits:SkTypeface_Custom
78 SkTypeface_Stream(Style style, bool sysFont, SkStream* stream, function in class:SkTypeface_Stream
273 return SkNEW_ARGS(SkTypeface_Stream, (style, false, stream, isFixedPitch, name));

Completed in 2555 milliseconds