Home
last modified time | relevance | path

Searched refs:fFontIndex (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkFontDescriptor.cpp25 SkFontDescriptor::SkFontDescriptor(SkTypeface::Style style) : fFontIndex(0), fStyle(style) { } in SkFontDescriptor()
61 SkFontDescriptor::SkFontDescriptor(SkStream* stream) : fFontIndex(0) { in SkFontDescriptor()
76 fFontIndex = read_uint(stream); in SkFontDescriptor()
102 if (fFontIndex) { in serialize()
103 write_uint(stream, fFontIndex, kFontIndex); in serialize()
DSkFontDescriptor.h32 int getFontIndex() const { return fFontIndex; } in getFontIndex()
41 void setFontIndex(int index) { fFontIndex = index; } in setFontIndex()
48 int fFontIndex; variable
/external/skia/tools/
Dcreate_test_font.cpp34 int fFontIndex; member
380 fontDesc.fFontIndex = fontIndex; in generate_fonts()
390 fontDesc.fFontIndex = gWritten.count(); in generate_fonts()
433 gStyleName[desc.fStyle], desc.fFontIndex, desc.fFile); in generate_index()