OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamTypeface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp
280
class
StreamTypeface
: public FamilyTypeface {
282
StreamTypeface
(Style style, bool sysFont, FamilyRec* family,
288
virtual ~
StreamTypeface
() {
507
return SkNEW_ARGS(
StreamTypeface
, (style, false, NULL, stream, isFixedPitch));
/external/skia/src/ports/
SkFontHost_linux.cpp
280
class
StreamTypeface
: public FamilyTypeface {
282
StreamTypeface
(Style style, bool sysFont, FamilyRec* family,
288
virtual ~
StreamTypeface
() {
507
return SkNEW_ARGS(
StreamTypeface
, (style, false, NULL, stream, isFixedPitch));
Completed in 1777 milliseconds