Searched refs:fFontIndex (Results 1 – 3 of 3) sorted by relevance
25 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()
32 int getFontIndex() const { return fFontIndex; } in getFontIndex()41 void setFontIndex(int index) { fFontIndex = index; } in setFontIndex()48 int fFontIndex; variable
34 int fFontIndex; member380 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()